Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor bug fix (#9430) | cooldome | 2018-10-19 | 1 | -1/+1 |
| | |||||
* | Change the order of compilation passes, transformation is made lazy at code ↵ | cooldome | 2018-10-18 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | gen (#8489) * Ast no transformation * Add getImplNoTransform to the macros module * progress on delaying transf * Fix methods tranformation * Fix lazy lambdalifting * fix create thread wrapper * transform for lambda lifting * improve getImplTransformed * Fix destructor tests * try to fix nimprof for linux | ||||
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -2/+0 |
| | |||||
* | Enable embedded profiler to display filenames. | Andrey Sobolev | 2016-08-02 | 1 | -6/+10 |
| | | | | Enable embedded profiler to display filenames in profile_results.txt | ||||
* | prepare Nim codebase for upcoming parser changes | Andreas Rumpf | 2016-07-15 | 1 | -2/+2 |
| | |||||
* | Improve warning msg when -d:profiler not passed | Nick Greenfield | 2016-01-21 | 1 | -1/+1 |
| | | | | Partially addresses #3741 | ||||
* | profiling doesn't require call to enableProfiling | Andreas Rumpf | 2015-12-18 | 1 | -0/+1 |
| | |||||
* | modified the integrated profiler to hopefully produce more reliable results | Andreas Rumpf | 2015-12-18 | 1 | -11/+26 |
| | |||||
* | renamed writeln to writeLine in lib | patrick dw | 2015-06-19 | 1 | -3/+3 |
| | |||||
* | lib/pure/e-o - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -23/+25 |
| | |||||
* | Changed nimprof.hook() to handle uninitialized t0 | GrundleTrundle | 2015-02-21 | 1 | -1/+1 |
| | | | | | | | | It's unlikely, but possible for the conversion to nanoseconds to overflow if QueryPerformanceCounter() returns a large enough timestamp. This change avoids that, at the cost of always taking a sample the first time through when t0 == 0. | ||||
* | more modules updated | Araq | 2014-08-28 | 1 | -3/+3 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -3/+3 |
| | |||||
* | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -5/+5 |
| | |||||
* | Fix nimprof import error when --threads:on. | Nick Greenfield | 2014-05-20 | 1 | -6/+7 |
| | |||||
* | more things case consistent | Araq | 2014-02-10 | 1 | -2/+2 |
| | |||||
* | first version of a memory profiler | Araq | 2012-10-10 | 1 | -25/+44 |
| | |||||
* | bugfix: 'defined/compiles' open an implicit mixin scope in generics | Araq | 2012-09-18 | 1 | -4/+6 |
| | |||||
* | stricter symbol lookup in generics | Araq | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | profiler improvements | Araq | 2012-09-17 | 1 | -30/+85 |
| | |||||
* | profiler documentation | Araq | 2012-09-15 | 1 | -2/+5 |
| | |||||
* | implemented a stack trace profiler | Araq | 2012-09-15 | 1 | -0/+125 |