KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Academy Advanced Capstone 2.5 Re: Advanced Capstone 2.5

  • Laura

    Administrator
    October 30, 2023 at 12:00 am

    ,

    The profiler just tells you where the most time and memory in the function is being spent.

    Your task is to work out what each part of the function is doing and update the code within to improve upon the time while ensuring the function still works as designed.

    You can view the code back in Developer, by either executing the function name with no square brackets e.g.

    .viz.createDashboard

    or on the left hand side of Developer in your workspace tree, under AdvancedCapstone.Visualization

    Hope this helps,

    Laura