Profiling tools

The Profiler module in Nelson provides functions to measure and analyze the execution performance of code.

It helps users identify bottlenecks, optimize slow parts of programs, and improve overall efficiency.

Functions

  • profile - Profile execution time for Macro functions.

  • profsave - Save profile result to HTML format.

Last updated

Was this helpful?