| Class | Description |
|---|---|
| ClassAllocation |
A simple class to track the number of times an instance of a particular
class is created.
|
| Frame |
Models a (call) stack frame.
|
| Metrics |
This is a very simple class that is used to track call counts
and the total time.
|
| Profile |
The
Profiler is the class that actually profiles the code. |