public class ProfileBucket extends Object implements IProfileBucket
| Constructor and Description |
|---|
ProfileBucket() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long time) |
int |
count() |
long |
snapshot() |
String |
toString() |
long |
total() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmovingAverage, simpleavgpublic void add(long time)
add in interface IProfileBucketpublic int count()
count in interface IProfileInfopublic long total()
total in interface IProfileInfopublic long snapshot()
snapshot in interface IProfileInfoCopyright © 2023. All rights reserved.