Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor permuted backtrace test allocation. | Jason Evans | 2014-10-02 | 1 | -3/+0 |
| | | | | | | Refactor permuted backtrace test allocation that was originally used only by the prof_accum test, so that it can be used by other heap profiling test binaries. | ||||
* | Break prof_accum into multiple compilation units. | Jason Evans | 2014-02-25 | 1 | -0/+3 |
Break prof_accum into multiple compilation units, in order to thwart compiler optimizations such as inlining and tail call optimization that would alter backtraces. |