Results 1 to 5 of 5

Thread: What can i do with JProf viewer?

  1. #1
    Join Date
    Jun 2009
    Posts
    230

    What can i do with JProf viewer?

    Hi guys, I am professional java programmer from last 3 years. I have been suggested to use one software as with the java, Its name is JProf viewer. I think this tool could be useful to me but as i do not know what can i do with JProf viewer, I am asking to your guys about it.

  2. #2
    Join Date
    Mar 2009
    Posts
    1,588

    About JProf viewer.

    JProf viewer is a cool Java utility tool to use it with the applications made in the java. As you are a java programmer, this tool will be much useful to you. Basically this tool is being used for optimization your Java methods. This tool can analyze the old profiler output and can give you recommendations.

  3. #3
    Join Date
    May 2008
    Posts
    4,570

    Testing by JProf viewer.

    Look at the results and decide which method you use in your application. The reason of the high difference between string concatenation with the += operator and the append method of the StringBuffer class is following:
    Each time if you use the += operator the append method will be invoked by the Java VM. So if there is a lot of string concatenation in your program, use StringBuffer and append() method.

  4. #4
    Join Date
    May 2008
    Posts
    3,316

    Re: What can i do with JProf viewer?

    A Viewer to view and analyze the old Java proFILEr's (java -prof MyApp) output.With the help of this software it is easier to choose the methods to optimize, so you need not optimize all your methods. you can free download JProf viewer for Linux 1.21 now.

  5. #5
    Join Date
    May 2008
    Posts
    4,345

    Re: What can i do with JProf viewer?

    JProf viewer is a java utility tool by using which you can analyze the old Java profiler's output. It becomes much more easier to by the help of this software to choose for methods to optimize which means that you do not need to optimize all the methods of your application.

Similar Threads

  1. Replies: 1
    Last Post: 15-01-2013, 12:26 PM
  2. PDF viewer for Mac OS9
    By VictoriouZ in forum Windows Software
    Replies: 5
    Last Post: 20-07-2011, 08:31 PM
  3. Replies: 5
    Last Post: 02-01-2011, 10:54 AM
  4. Problem with the viewer powerpoint viewer
    By mANICKAVASAN in forum Windows Software
    Replies: 4
    Last Post: 28-11-2010, 03:51 AM
  5. Replies: 4
    Last Post: 08-08-2009, 06:51 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
  •  
Page generated in 1,713,875,993.06725 seconds with 16 queries