|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bootchart.common.Stats
public class Stats
Stats encapsulates performance data statistics.
Constructor Summary | |
---|---|
Stats()
Creates a new statistics instance. |
Method Summary | |
---|---|
void |
addSample(Sample sample)
Adds a new statistics sample. |
List |
getSamples()
Returns a list of statistics samples. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Stats()
Method Detail |
---|
public void addSample(Sample sample)
sample
- statistics sample to addpublic List getSamples()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |