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