JVM Languages
visualz.txt
Associated article: A Real-Time Performance Visualizer for Java
Tags: .NET JVM Languages
Published source code accompanying the article by John Whaley and John J. Barton in which they present a real-time performance visualizer which helps you find out where the performance bottlenecks in your Java programs. Also see VISUALZ.ZIP.
A Real-time Performance Visualizer for Java.
by John Whaley and John J. Barton
Listing One
void CALLBACK
JavaProfiler::Callback (
UINT uID=0, // identifier of the timer event
UINT uMsg=0, // reserved
DWORD dwUser=0, // user instance data
DWORD dw1=0, // reserved
DWORD dw2=0) // reserved
{
// ...


