Profiler « Development « Java Articles

Java Articles
1. Class Definition
2. Data
3. Development
4. GUI
5. J2EE
6. J2ME
7. JavaBeans
8. Language
9. Microsoft Collabration
10. Network
11. Swing
12. System Resource
13. XML
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Java Articles » Development » Profiler 
1. Trace your steps in Java 1.4
Author:John D. Mitchell
URL:http://www.javaworld.com/javaworld/javatips/jw-javatip124.html?
Summary: Ever get the feeling you might be lost? Java can help you find your way back, at least in your programs. In the past, Java lacked the simple ability to map runtime code back to its position in the source code file. The pre-Java 1.4 solution was to manually parse an exception's stack trace. This tip shows how, with Java 1.4, you can trace that runtime code using Throwable's new getStackTrace() method. (1,500 words; March 8, 2002)


2. Use the JVM Profiler Interface for accurate timing
Author:Jesper Gortz
URL:http://www.javaworld.com/javaworld/javatips/jw-javatip92.html?
Summary: Most Java programs are multithreaded, either by design or because the garbage collector runs on its own thread. This makes performance analysis difficult because you can never be sure how much CPU time the thread scheduler actually allows a thread. Fortunately, Java 2's Java Virtual Machine Profiler Interface (JVMPI) provides the correct information on CPU time spent in the current thread accessed from within a Java program. (1,400 words)


3. Profiling the profilers
Author:Laurence Vanhelsuwe
URL:http://www.javaworld.com/javaworld/jw-08-2003/jw-0822-profiler.html?
Summary: Who doesn't have some performance problems in their Java applications? Let's be honest...all of us do. Code profilers are the only custom tools designed to tackle this universal problem. In this article, Laurence Vanhelsuwe reviews three commercial Java profilers: Borland's Optimizeit Suite, Quest Software's JProbe Suite, and ej-technologies' JProfiler. (4,000 words; August 22, 2003)


4. Profiling CPU usage from within a Java application
Author:Vladimir Roubtsov
URL:http://www.javaworld.com/javaworld/javaqa/2002-11/01-qa-1108-cpu.html?
Summary: Roll your own CPU usage monitor using simple JNI


w_w___w___.j_av___a_2s_.___c___o_m_ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.