Open theAkito opened 2 years ago
Compiling my program like this:
exec """nim c \ --passL:"-no-pie" \ --define:ssl \ --define:danger \ --debugger:native \ --out:procwatch \ src/procwatch """
Result from hottie:
hottie
Running objdump... Program ended samples time percent what 1 infms inf% Samples per second: 0.0 totalTime: 0.000ms
But the target program keeps running in the background.
The program I try to profile: https://github.com/theAkito/procwatch
Compiling my program like this:
Result from
hottie
:But the target program keeps running in the background.
The program I try to profile: https://github.com/theAkito/procwatch