Class | Description |
---|---|
MethodCountData |
A container for recording how often a method is executed.
|
MethodCountSet |
Wrapper around a pair of parallel arrays:
an array of compiled method id's
an array of counts: how many times each compiled method id is counted
|