Closed Thread
Results 1 to 4 of 4

Thread: Java profilers better than C/C++

  1. #1
    CCC
    CCC is offline Newbie
    Join Date
    Jun 2009
    Posts
    15
    Rep Power
    0

    Java profilers better than C/C++

    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?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,525
    Blog Entries
    75
    Rep Power
    144

    Re: Java profilers better than C/C++

    What OS are you using? What compiler? In what sense do you want to profile it?
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    CCC
    CCC is offline Newbie
    Join Date
    Jun 2009
    Posts
    15
    Rep Power
    0

    Re: Java profilers better than C/C++

    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.

  5. #4
    Join Date
    Jul 2006
    Posts
    16,525
    Blog Entries
    75
    Rep Power
    144

    Re: Java profilers better than C/C++

    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.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Free Java Profilers
    By isuru in forum Java Help
    Replies: 3
    Last Post: 07-29-2010, 10:57 AM
  2. Replies: 6
    Last Post: 06-14-2010, 04:11 PM
  3. Java - Please give me java.exe and javac.exe
    By Panarchy in forum Java Help
    Replies: 6
    Last Post: 11-01-2008, 07:21 AM
  4. Replies: 0
    Last Post: 10-19-2007, 09:57 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts