How do you use the memTracker compiler option to track memory usage?

What I tried was:

  * added --memTracker:on to the compile line
  * added line to my main module to import nimtracker



When I run my program, the memtracker.db file gets created and sqlite3 can view 
it. However the tracker table is empty.

Reply via email to