Class Profiler

java.lang.Object
edu.duke.cs.osprey.tools.Profiler

public class Profiler extends Object
  • Constructor Details

    • Profiler

      public Profiler()
    • Profiler

      public Profiler(String name)
  • Method Details

    • getOrMake

      public Stopwatch getOrMake(String name)
    • start

      public void start(String name)
    • resume

      public void resume(String name)
    • stop

      public void stop()
    • makeReport

      public String makeReport(TimeUnit timeUnit)