hottie icon indicating copy to clipboard operation
hottie copied to clipboard

Sampling profiler that finds hot paths in your code.

Results 3 hottie issues
Sort by recently updated
recently updated
newest added

Here is the output of running hottie: ``` Program ended samples time percent what 10127 10604.209ms 100.000% Samples per second: 955.0 totalTime: 10.604ms ``` On my project here: https://github.com/creikey/recurrent-evolution/commit/b3303cce553c411081f056353b4897f5d457cdca Compiled...

Compiling my program like this: ```nim exec """nim c \ --passL:"-no-pie" \ --define:ssl \ --define:danger \ --debugger:native \ --out:procwatch \ src/procwatch """ ``` Result from `hottie`: ``` Running objdump... Program...

On Linux, `hottie myprog cliparam` results in `objdump: cliparam: file format not recognized` Making one word out of the command with quotes (`hottie "myprog cliparam"`) also fails.