Home › Forums › KX Academy › Advanced Capstone 2.5 › Re: Advanced Capstone 2.5
-
,
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