Class BufferedProfiler

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

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

    Constructors
    Constructor Description
    BufferedProfiler()  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • BufferedProfiler

      public BufferedProfiler()
  • Method Details