Package com.pointrlabs.core.performance
Class PerformanceMeasurementResult
-
- All Implemented Interfaces:
public final class PerformanceMeasurementResult
-
-
Constructor Summary
Constructors Constructor Description PerformanceMeasurementResult(Long startTime, Long duration)
-
Method Summary
Modifier and Type Method Description final Long
getStartTime()
final Long
getDuration()
-
-
Method Detail
-
getStartTime
final Long getStartTime()
-
getDuration
final Long getDuration()
-
-
-
-