public static class Profiler.Profile extends Object implements XMLWriteable
| Constructor and Description |
|---|
Profiler.Profile(String className) |
| Modifier and Type | Method and Description |
|---|---|
long |
getTotalTime() |
void |
handleCall(long nanoTime,
Object context) |
void |
writeXML(XMLOutput xmlOutput)
Write this object to given XMLOutput.
|
public Profiler.Profile(String className)
className - non null full qualified class namepublic void handleCall(long nanoTime,
Object context)
public long getTotalTime()
public void writeXML(XMLOutput xmlOutput) throws IOException
XMLWriteablewriteXML in interface XMLWriteablexmlOutput - IOExceptionCopyright © 2003–2015. All rights reserved.