Class Profiler

java.lang.Object
edu.umd.cs.findbugs.log.Profiler
All Implemented Interfaces:
IProfiler, XMLWriteable

@NotThreadSafe public class Profiler extends Object implements IProfiler, XMLWriteable

This class is mutable and not synchronized, so create independent Profiler instance for each worker thread.

Author:
pugh