Interface IMetric
-
- All Known Implementing Classes:
AveragedMetric
,SimpleMetric
public interface IMetric
Represents a profiled metric.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
String
getName()
Units
getUnits()
double
getValue()
-