Class DebugProfiler

java.lang.Object
se.krka.kahlua.profiler.DebugProfiler
All Implemented Interfaces:
Profiler

public class DebugProfiler
extends java.lang.Object
implements Profiler
  • Constructor Summary

    Constructors
    Constructor Description
    DebugProfiler​(java.io.Writer output)  
  • Method Summary

    Modifier and Type Method Description
    void getSample​(Sample sample)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DebugProfiler

      public DebugProfiler​(java.io.Writer output)
  • Method Details