+ Reply to Thread
Results 1 to 4 of 4

Thread: Java profilers better than C/C++

  1. #1
    CCC
    CCC is offline
    Newbie CCC is an unknown quantity at this point
    Join Date
    Jun 2009
    Posts
    15

    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. #2
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,680
    Blog Entries
    57

    Re: Java profilers better than C/C++

    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

  3. #3
    CCC
    CCC is offline
    Newbie CCC is an unknown quantity at this point
    Join Date
    Jun 2009
    Posts
    15

    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 01:05 PM.

  4. #4
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,680
    Blog Entries
    57

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

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Tutorial: Starting Java Using Netbeans
    By Jordan in forum Java Tutorials
    Replies: 4
    Last Post: 02-27-2010, 05:20 PM
  2. Kill process by command name
    By mop in forum Linux Installation & Configuration
    Replies: 4
    Last Post: 02-16-2009, 07:21 PM
  3. JRuby Co-Developer to conduct Workshop on JRuby, Testing Java with Ruby
    By Shaguf in forum Software Development Tools
    Replies: 1
    Last Post: 12-23-2008, 02:19 PM
  4. Java Facts
    By techni68 in forum Java Help
    Replies: 0
    Last Post: 01-17-2007, 01:41 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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