public class JAXXProfile extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
JAXXProfile.CompilerEntry |
static class |
JAXXProfile.ProfileResult |
| Modifier and Type | Field and Description |
|---|---|
static String |
TIME_PATTERN |
| Constructor and Description |
|---|
JAXXProfile() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTime(JAXXCompiler compiler,
String key) |
StringBuilder |
computeProfileReport() |
protected JAXXCompiler |
getCompiler(int hasCode) |
Map<JAXXCompiler,Long> |
getDelta(String keyOne,
String keyTwo) |
protected JAXXProfile.CompilerEntry |
getEntry(JAXXCompiler compiler) |
JAXXProfile.ProfileResult |
newProfileResult(JAXXProfile.ProfileResult... toCumul) |
JAXXProfile.ProfileResult |
newProfileResult(String name) |
protected void |
printReportLine(StringBuilder buffer,
String reportPattern,
String label,
long firstPassCounter,
long secondPassCounter,
long cssCounter,
long finalizeCounter,
long generatorCounter,
long totalCounter) |
protected void |
printReportLine2(StringBuilder buffer,
String reportPattern,
String label,
long firstPassCounter,
long secondPassCounter,
long cssCounter,
long finalizeCounter,
long generatorCounter,
long totalCounter) |
public static final String TIME_PATTERN
public void addTime(JAXXCompiler compiler, String key)
public Map<JAXXCompiler,Long> getDelta(String keyOne, String keyTwo)
public JAXXProfile.ProfileResult newProfileResult(String name)
public JAXXProfile.ProfileResult newProfileResult(JAXXProfile.ProfileResult... toCumul)
public StringBuilder computeProfileReport()
protected void printReportLine(StringBuilder buffer, String reportPattern, String label, long firstPassCounter, long secondPassCounter, long cssCounter, long finalizeCounter, long generatorCounter, long totalCounter)
protected void printReportLine2(StringBuilder buffer, String reportPattern, String label, long firstPassCounter, long secondPassCounter, long cssCounter, long finalizeCounter, long generatorCounter, long totalCounter)
protected JAXXProfile.CompilerEntry getEntry(JAXXCompiler compiler)
protected JAXXCompiler getCompiler(int hasCode)
Copyright © 2008–2017 Ultreia.io. All rights reserved.