Changes for page Development-Profiling WO Apps
Last modified by Pascal Robert on 2012/01/21 23:56
From version 9.1
edited by smmccraw
on 2007/07/08 09:46
on 2007/07/08 09:46
Change comment:
There is no comment for this version
To version 10.1
edited by Pascal Robert
on 2007/09/03 15:09
on 2007/09/03 15:09
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Programming__WebObjects-WebApplications-Development-Profiling WO Apps1 +Web Applications-Development-Profiling WO Apps - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. smmccraw1 +XWiki.probert - Content
-
... ... @@ -1,6 +1,6 @@ 1 -A profiler is a development tool that lets you examine memory useage and other bottlenecks in your app. 1 +A profiler is a development tool that lets you examine memory useage and other bottlenecks in your app. 2 2 3 -=== Ulrich Köster 3 +=== Ulrich Köster === 4 4 5 5 I've tried some of them. 6 6 ... ... @@ -9,32 +9,30 @@ 9 9 10 10 I don't remember much about the others. Some of them don't run under MacOSX and it can take a lot of time to find how to use them together with WO. 11 11 12 -profiler homepage: http: ~/~/www.ej-technologies.com/products/jprofiler/overview.html j13 -jmechanic homepage: http: ~/~/sourceforge.net/projects/jmechanic/14 -to see jmechanic in action click on the profiler link: http: ~/~/objectstyle.org/woproject/gallery.html12 +profiler homepage: [[http://www.ej-technologies.com/products/jprofiler/overview.html]] j 13 +jmechanic homepage: [[http://sourceforge.net/projects/jmechanic/]] 14 +to see jmechanic in action click on the profiler link: [[http://objectstyle.org/woproject/gallery.html]] 15 15 Ulrich 16 16 17 -=== Chuck Hill 17 +=== Chuck Hill === 18 18 19 19 If profiling on Windows is an option, you might also want to look at jSprint: 20 -http: ~/~/www.javaperformancetuning.com/tools/jsprint/index.shtml20 +[[http://www.javaperformancetuning.com/tools/jsprint/index.shtml]] 21 21 22 -It is shareware, US$50. I've used it and was satisfied with it. It seems like a good deal for the price. I've not (yet) used jMechanic, so I can't compare the two. 22 +It is shareware, US$50. I've used it and was satisfied with it. It seems like a good deal for the price. I've not (yet) used jMechanic, so I can't compare the two. 23 23 24 -Before you buy anything or try anything you would be well advised to spend a couple of hours at the above Java Performance Tuning site reading up on it: http: ~/~/www.javaperformancetuning.com/index.shtml24 +Before you buy anything or try anything you would be well advised to spend a couple of hours at the above Java Performance Tuning site reading up on it: [[http://www.javaperformancetuning.com/index.shtml]] 25 25 There is a lot of good information there. 26 26 27 -=== David Hrivnak 27 +=== David Hrivnak === 28 28 29 29 (As of March 2007 the J-Sprint link above does not seem to work - the software may not be available anymore) 30 30 None of the tools on this page appear to work with WebObjects 4.5.1 on Windows. 31 31 32 -=== Mike Schrag 32 +=== Mike Schrag === 33 33 34 34 I use [[JProfiler>>http://www.ej-technologies.com/products/jprofiler/overview.html]] from [[ej-technologies>>http://www.ej-technologies.com]]. It works as well as any of the other big named profilers, and it has explicit support for WebObjects. It is, however, not free like some of the other suggestions. 35 35 36 -=== Pierce T. Wetter III 36 +=== Pierce T. Wetter III === 37 37 38 38 The CHUD tools (i.e. Shark) work on Java. 39 - 40 -Category:WebObjects