Class ProfileDiagnostic
java.lang.Object
org.eclipse.epsilon.common.util.profiling.ProfileDiagnostic
- All Implemented Interfaces:
Serializable
Convenience data class for storing profiling information.
- Since:
- 1.6
- Author:
- Sina Madani
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionProfileDiagnostic
(String stage, long execTimeNanos, long memoryBytes) ProfileDiagnostic
(String stage, Duration execTime, double memory, ProfileDiagnostic.MemoryUnit units) -
Method Summary
-
Field Details
-
stageName
-
executionTime
-
memoryUsage
public final double memoryUsage -
memoryUnits
-
-
Constructor Details
-
ProfileDiagnostic
public ProfileDiagnostic(String stage, Duration execTime, double memory, ProfileDiagnostic.MemoryUnit units) -
ProfileDiagnostic
-