public static class Profiler.Profile extends java.lang.Object implements XMLWriteable
Constructor and Description |
---|
Profile(java.lang.String className) |
Modifier and Type | Method and 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
XMLWriteable
writeXML
in interface XMLWriteable
xmlOutput
- java.io.IOException
SpotBugs is licensed under the LGPL.