Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Enhancements Suggestions for the Code Execution
#2
1. It is possible only when the script runs with the debugger. You can use the "Skip to here" command (click the white margin...). In the future can be added similar command "Run selection".

2. It's easy to use perf functions for it. Usually need the time of one or several parts of script, not of entire script.
perf also can be used to print the time of entire script. Example:

Code:
Copy      Help
using var p1 = perf.local();

100.ms();


Messages In This Thread
RE: Enhancements Suggestions for the Code Execution - by Gintaras - 03-18-2024, 01:35 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)