-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
executable file
·16 lines (13 loc) · 863 Bytes
/
Copy pathREADME
File metadata and controls
executable file
·16 lines (13 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*J is a toolkit which serves two primary purposes:
1) To facilitate the collection of dynamic execution data for Java programs
2) To provide a framework for implementing analyses of this collected
data quickly and easily
These two main goals are accomplished through the use of two separate tools:
1) The *J profiling agent collects event trace data from a Java program
running in a Java Virtual Machine (JVM) which implements the
Java Virtual Machine Profiler Interface (JVMPI)
2) The *J trace analyzer framework reads and analyzes the traces
produced by the agent, using either a built-in analyses or custom ones.
To install *J on your system, please refer to the file named 'INSTALL'.
Visit the *J homepage: http://www.sable.mcgill.ca/starj/
Send comments/bug reports to: Bruno Dufour (bdufou1@sable.mcgill.ca)