JVM Languages
jvmpi.txt
Associated article: The Java Virtual Machine Profiler Interface
Tags: JVM Languages
Published source code accompanying the article by Christof Schmalenbach and Christian Hoefig in which they examine the Java Virtual Machine Profiler Interface, an API for low-level performance measurements. Also see JVMPI.ZIP.
The Java Virtual Machine Profiler Interface by Christof Schmalenbach and Christian Hoefig Listing One // simpleprof.c - simple library, profiling agent JVMPI // #include <string.h> #include <jvmpi.h> #include <jni.h> #define ALLOC_LIMIT 2000 // ...


