public class StaticAnalysisStat extends Object implements Serializable
Constructor and Description |
---|
StaticAnalysisStat(String statName)
Create a new, initially empty statistics object.
|
Modifier and Type | Method and Description |
---|---|
void |
addElapsed(long elapsed) |
long |
getElapsed() |
long |
getNrCalls() |
String |
getStatName() |
void |
incrementNrCalls() |
String |
toString() |
public StaticAnalysisStat(String statName)
statName
- a descriptive, human understandable name for the stats objectCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.