ReadonlyperformanceDisable profiling.
Enable profiling.
Registers end timing of some event, even if profile is disabled.
Name of event
Optionaltimestamp: numberUsed as the actual timestamp of the event if specified, instead of "now"
Registers start timing of some event, even if profile is disabled.
Name of event
Optionaltimestamp: numberUsed as the actual timestamp of the event if specified, instead of "now"
Returns if profiling is enabled or not.
Log registered timings (start/end/duration). All values are printed in ms unit.
Performance profiler measuring execution time of the script.