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 maxDepth, double minTimeRatio, int maxChildren)  

    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

    • getSample

      public void getSample​(Sample sample)
      Specified by:
      getSample in interface Profiler
    • toTree

      public StacktraceNode toTree​(int maxDepth, double minTimeRatio, int maxChildren)