Class Profiler.Profile

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

public static class Profiler.Profile extends Object implements XMLWriteable
  • Constructor Details

    • Profile

      public Profile(String className)
      Parameters:
      className - non null full qualified class name
  • Method Details

    • handleCall

      public void handleCall(long nanoTime, Object context)
    • getTotalTime

      public long getTotalTime()
    • writeXML

      public void writeXML(XMLOutput xmlOutput) throws IOException
      Description copied from interface: XMLWriteable
      Write this object to given XMLOutput.
      Specified by:
      writeXML in interface XMLWriteable
      Parameters:
      xmlOutput -
      Throws:
      IOException