public class ThreadProfile extends Object
| Constructor and Description |
|---|
ThreadProfile(int maxSamples) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStackTrace(ThreadInfo threadInfo) |
long |
getSampleCount() |
boolean |
isSampleLimitExceeded() |
void |
mergeInto(MutableProfile profile) |
ProfileOuterClass.Profile |
toProto() |
public void addStackTrace(ThreadInfo threadInfo)
public long getSampleCount()
public boolean isSampleLimitExceeded()
public void mergeInto(MutableProfile profile)
public ProfileOuterClass.Profile toProto()
Copyright © 2011–2020 Glowroot contributors. All rights reserved.