I want a good profiler for C/C++. Can you tell me if there's something as easy to use and powerful as StackProbe for Java?
What OS are you using? What compiler? In what sense do you want to profile it?
GCC, Linux platform.
I used gprof but it lacks GUI and such nice method-call-trees as some Java profilers. See Java StackProbe profiler for what I mean - they have a runnable demo on their site - StackProbe - Java Profiler. Unfortunately no C++ version![]()
Last edited by CCC; 06-25-2009 at 11:05 AM.
Linux doesn't have an assumption that there's a GUI available to use, that's why it's all command-line for development tools. Unless someone's created a front-end for gprof, the tool you're looking for may not exist.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks