PerfUtils icon indicating copy to clipboard operation
PerfUtils copied to clipboard

A collection of eclectic tools for measuring performance using the cycle counter and pinning threads.

Results 4 PerfUtils issues
Sort by recently updated
recently updated
newest added

https://github.com/PlatformLab/PerfUtils/issues/15

`TimeTrace::record(timestamp, ...)` is quite useful for adding a timetrace entry conditionally based on some value that is available only after the timetrace statement. ``` diff --git a/cwrapper/timetrace_wrapper.cc b/cwrapper/timetrace_wrapper.cc index 0a03e8e..dd56626...

Applications of PerfUtils using CMake need to include headers differently depending on whether the application chooses to compile against the "build" copy of PerfUtils or the "install" copy of PerfUtils....