Method Summary |
|
public void | noteInlined() |
public void | noteLiveClasses(int nLiveClasses) Notes the number of live classes. |
public void | noteLiveMethods(int nLiveMethods) Notes the number of live methods. |
public void | noteMorphicity(int morphicity) Maintains a count of the number of methods call sites resolve to. |
public void | noteNoPreexist() Notes that a call site's receiver is not preexistent. |
public void | printSummary(PrintWriter pw) Print a summary of the statistics to a PrintWriter. |
public void | setConfigName(String configName) Sets the configuration name for this InlineStats. |