Profiling (computer programming): Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 47:
* [http://www.microsoft.com/downloads/details.aspx?FamilyId=86CE6052-D7F4-4AEB-9B7A-94635BEEBDDA&displaylang=en CLR Profiler] is a free [[Common Language Runtime|CLR]] profiler provided by Microsoft for CLR applications.
* [http://developers.sun.com/prodtech/cc/analyzer_index.html Performance Analyzer] included with Sun Studio (now free!)
* [http://www.yourkit.com YourKit] a profiler for Java and .NET framework.
* [http://www.quest.com/jprobe/ JProbe], a profiler by [[Quest Software]] that is now part of the JProbe suite which also includes tools such as a [[memory debugger]].
* Article "[http://www.ibm.com/developerworks/rational/library/05/1004_gupta/ Need for speed -- Eliminating performance bottlenecks]" on doing execution time analysis of Java applications using IBM Rational Application Developer.