Module nimprof

Profiling support for Nimrod. This is an embedded profiler that requires --profiler:on. You only need to import this module to get a profiling report at program exit.

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*()
Generated: 2012-09-23 21:47:54 UTC