FindBugs™ 1.3.9

edu.umd.cs.findbugs.log
Class Profiler.Profile

java.lang.Object
  extended by edu.umd.cs.findbugs.log.Profiler.Profile
All Implemented Interfaces:
XMLWriteable
Enclosing class:
Profiler

public static class Profiler.Profile
extends java.lang.Object
implements XMLWriteable


Constructor Summary
Profiler.Profile(java.lang.String className)
           
 
Method Summary
 void handleCall(long nanoTime)
           
 void writeXML(XMLOutput xmlOutput)
          Write this object to given XMLOutput.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profiler.Profile

public Profiler.Profile(java.lang.String className)
Parameters:
className - non null full qualified class name
Method Detail

handleCall

public void handleCall(long nanoTime)

writeXML

public void writeXML(XMLOutput xmlOutput)
              throws java.io.IOException
Description copied from interface: XMLWriteable
Write this object to given XMLOutput.

Specified by:
writeXML in interface XMLWriteable
Parameters:
xmlOutput -
Throws:
java.io.IOException

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.