Procs
proc setSamplingFrequency*(intervalInUs: int)
- set this to change the sampling frequency. Default value is 5ms. Set it to 0 to disable time based profiling; it uses an imprecise instruction count measure instead then.
proc disableProfiling*()
proc enableProfiling*()