public interface StackCollector
Modifier and Type | Method and Description |
---|---|
void |
addSample(StackTraceElement[] stackTrace) |
SampleNode |
applyOnSamples(com.google.common.base.Function<SampleNode,SampleNode> predicate) |
void |
clear() |
void |
sample(Thread ignore) |
SampleNode applyOnSamples(com.google.common.base.Function<SampleNode,SampleNode> predicate)
void clear()
void sample(Thread ignore)
void addSample(StackTraceElement[] stackTrace)
Copyright © 2014. All rights reserved.