Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 418 Bytes

PROFILER.md

File metadata and controls

16 lines (11 loc) · 418 Bytes

Nelson has a built-in profiler that is very useful to profile your code and find out what script or function is taking the most time.

Example:

profile('on')
run('test_profile.nls')
profile('off')
profsave()

It generates a html report available here

Previous page