XMLWriteablepublic static class Profiler.Profile extends java.lang.Object implements XMLWriteable
| Constructor | Description |
|---|---|
Profile(java.lang.String className) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getTotalTime() |
|
void |
handleCall(long nanoTime,
java.lang.Object context) |
|
void |
writeXML(XMLOutput xmlOutput) |
Write this object to given XMLOutput.
|
public Profile(java.lang.String className)
className - non null full qualified class namepublic void handleCall(long nanoTime,
java.lang.Object context)
public long getTotalTime()
public void writeXML(XMLOutput xmlOutput) throws java.io.IOException
XMLWriteablewriteXML in interface XMLWriteablexmlOutput - java.io.IOExceptionFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.