Class AggregatingProfiler

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

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

    Constructors
    Constructor Description
    AggregatingProfiler()  
  • Method Summary

    Modifier and Type Method Description
    void getSample​(Sample sample)  
    StacktraceNode toTree​(int int1, double double1, int int2)  

    Methods inherited from class java.lang.Object

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

    • AggregatingProfiler

      public AggregatingProfiler()
  • Method Details