summary refs log tree commit diff stats
path: root/lib/pure/nimprof.nim
Commit message (Expand)AuthorAgeFilesLines
* Minor bug fix (#9430)cooldome2018-10-191-1/+1
* Change the order of compilation passes, transformation is made lazy at code g...cooldome2018-10-181-4/+4
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-2/+0
* Enable embedded profiler to display filenames.Andrey Sobolev2016-08-021-6/+10
* prepare Nim codebase for upcoming parser changesAndreas Rumpf2016-07-151-2/+2
* Improve warning msg when -d:profiler not passedNick Greenfield2016-01-211-1/+1
* profiling doesn't require call to enableProfilingAndreas Rumpf2015-12-181-0/+1
* modified the integrated profiler to hopefully produce more reliable resultsAndreas Rumpf2015-12-181-11/+26
* renamed writeln to writeLine in libpatrick dw2015-06-191-3/+3
* lib/pure/e-o - Dropped 'T' from typespdw2015-06-041-23/+25
* Changed nimprof.hook() to handle uninitialized t0GrundleTrundle2015-02-211-1/+1
* more modules updatedAraq2014-08-281-3/+3
* big renameAraq2014-08-271-3/+3
* distinguish between 'defined' and 'declared'Araq2014-08-111-5/+5
* Fix nimprof import error when --threads:on.Nick Greenfield2014-05-201-6/+7
* more things case consistentAraq2014-02-101-2/+2
* first version of a memory profilerAraq2012-10-101-25/+44
* bugfix: 'defined/compiles' open an implicit mixin scope in genericsAraq2012-09-181-4/+6
* stricter symbol lookup in genericsAraq2012-09-171-1/+1
* profiler improvementsAraq2012-09-171-30/+85
* profiler documentationAraq2012-09-151-2/+5
* implemented a stack trace profilerAraq2012-09-151-0/+125