FindBugs™ 1.3.8

edu.umd.cs.findbugs.log
Class Profiler

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

public class Profiler
extends java.lang.Object
implements XMLWriteable

Author:
pugh

Method Summary
 void clear()
          Clears the previously accumulated data.
 void end(java.lang.Class<?> c)
           
static Profiler getInstance()
           
 void report()
           
 void start(java.lang.Class<?> c)
           
 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
 

Method Detail

getInstance

public static Profiler getInstance()

start

public void start(java.lang.Class<?> c)

end

public void end(java.lang.Class<?> c)

report

public void report()

clear

public void clear()
Clears the previously accumulated data. This method is public because it can be accessed from clients (like Eclipse)


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 - the XMLOutput for the document
Throws:
java.io.IOException

FindBugs™ 1.3.8

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