callgrind Questions
5
Kcachegrind rocks and it's of my favorite tools, however from time to time I'm missing the ability to run it in terminal(e.g using ssh) on the remote server.
I know it's possible to setup VNC or ...
Haffner asked 5/9, 2009 at 17:12
2
Solved
The application does not calculate things, but does i/o, read files, uses network. I want profiler to show it.
I expect something like something like in callgrind that calls clock_gettime each pro...
1
Solved
I'd like to be able to see how "expensive" each thread in my application is using callgrind. I profiled with the --separate-thread=yes option which gives you a callgrind file for the whole app and ...
Threeply asked 4/3, 2010 at 18:18
2
Solved
Is there a free callgrind equivalent for java? basically, i just need anything that gives me cycle counts or time spent for each method and function of my java code.
i suppose i should mention i'm...
© 2022 - 2024 — McMap. All rights reserved.