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?
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?
CodeCall Blog | CodeCall Wiki | Shareware
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog
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 01:05 PM.
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.
CodeCall Blog | CodeCall Wiki | Shareware
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum