To determine quickly how long it takes your code to run, you can use the method millisecondsToRun: contained in the class Time.For an in-depth profile of the runtime performance of your code, you can use a Benchmark Workshop (also called the Stats tool). The Stats tool generates profiles that specify what percent of run time is spent on each executable part of the code.
![]() |