public class InlineStats
extends java.lang.Object
| Constructor and Description |
|---|
InlineStats() |
| Modifier and Type | Method and Description |
|---|---|
void |
noteInlined()
Notes that a method was inlined
|
void |
noteLiveClasses(int nLiveClasses)
Notes the number of live classes.
|
void |
noteLiveMethods(int nLiveMethods)
Notes the number of live methods.
|
void |
noteMorphicity(int morphicity)
Maintains a count of the number of methods call sites resolve to.
|
void |
noteNoPreexist()
Notes that a call site's receiver is not preexistent.
|
void |
printSummary(java.io.PrintWriter pw)
Print a summary of the statistics to a PrintWriter.
|
void |
setConfigName(java.lang.String configName)
Sets the configuration name for this InlineStats.
|
public void setConfigName(java.lang.String configName)
public void noteMorphicity(int morphicity)
public void noteNoPreexist()
public void noteInlined()
public void noteLiveMethods(int nLiveMethods)
public void noteLiveClasses(int nLiveClasses)
public void printSummary(java.io.PrintWriter pw)