Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prepare for the enforcement of `std` prefix (#22873) | ringabout | 2023-10-29 | 1 | -3/+3 |
| | | | follow up https://github.com/nim-lang/Nim/pull/22851 | ||||
* | use strictdefs for compiler (#22365) | ringabout | 2023-08-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | * wip; use strictdefs for compiler * checkpoint * complete the chores * more fixes * first phase cleanup * Update compiler/bitsets.nim * cleanup | ||||
* | minor cleanup vmprofiler (#21783) | ringabout | 2023-05-04 | 1 | -1/+1 |
| | |||||
* | cleanup of PR #14833 (VM profiler) | Araq | 2020-07-09 | 1 | -13/+16 |
| | |||||
* | VM profiler (#14833) | Ico Doornekamp | 2020-07-09 | 1 | -0/+42 |
* Crude VM profiler * Added --profileVM flag, refactoring * fixed FileLine hash * Use TLineInfo instead of own FileLine, updated formatting * Refactoring, moved PStackFrame to vmdefs for cleaner data structure * Moved vmprofiler to separate file * Simplified TLineInfo hash, use toFileLineCol for output * Hash * Moved profile data into Config, dump only once at end of run * Changed profile output header to show '#instr' instead of 'count' * Do not accumulate instrcount for non-top frames Co-authored-by: Ico Doornekamp <git@zevv.nl> |