Package edu.umd.cs.findbugs.log
Class Profiler.Profile
java.lang.Object
edu.umd.cs.findbugs.log.Profiler.Profile
- All Implemented Interfaces:
XMLWriteable
- Enclosing class:
Profiler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidhandleCall(long nanoTime, Object context) voidWrite this object to given XMLOutput.
-
Constructor Details
-
Profile
- Parameters:
className- non null full qualified class name
-
-
Method Details
-
handleCall
-
getTotalTime
public long getTotalTime() -
writeXML
Description copied from interface:XMLWriteableWrite this object to given XMLOutput.- Specified by:
writeXMLin interfaceXMLWriteable- Parameters:
xmlOutput-- Throws:
IOException
-