| Interface | Description |
|---|---|
| JGrep.MethodInvocationAction |
An entity that does something with a method invocation, e.g.
|
| JGrep.MethodInvocationPredicate |
A predicate that examines a method invocation.
|
| Class | Description |
|---|---|
| HprofScrubber |
Example for object allocation statistics:
java -Xrunhprof:heap=sites,monitor=n,cutoff=0,depth=4 MyClass
|
| HprofScrubber.Sample | |
| HprofScrubber.Site | |
| JGrep |
Reads a set of compilation units from the file system and searches it for specific
Java™ constructs, e.g.
|
| JGrep.Action | |
| JGrep.MethodInvocationTarget |