Uses of Enum Class
org.eclipse.epsilon.common.util.profiling.ProfileDiagnostic.MemoryUnit
Packages that use ProfileDiagnostic.MemoryUnit
-
Uses of ProfileDiagnostic.MemoryUnit in org.eclipse.epsilon.common.util.profiling
Fields in org.eclipse.epsilon.common.util.profiling declared as ProfileDiagnostic.MemoryUnitModifier and TypeFieldDescriptionstatic final ProfileDiagnostic.MemoryUnit
BenchmarkUtils.DEFAULT_MEMORY_UNITS
ProfileDiagnostic.memoryUnits
Methods in org.eclipse.epsilon.common.util.profiling that return ProfileDiagnostic.MemoryUnitModifier and TypeMethodDescriptionstatic ProfileDiagnostic.MemoryUnit
Returns the enum constant of this class with the specified name.static ProfileDiagnostic.MemoryUnit[]
ProfileDiagnostic.MemoryUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.epsilon.common.util.profiling with parameters of type ProfileDiagnostic.MemoryUnitModifier and TypeMethodDescriptionstatic double
ProfileDiagnostic.MemoryUnit.convertFromBytes
(ProfileDiagnostic.MemoryUnit to, long amount) static double
ProfileDiagnostic.MemoryUnit.convertUnits
(ProfileDiagnostic.MemoryUnit from, ProfileDiagnostic.MemoryUnit to, double amount) static String
BenchmarkUtils.formatMemory
(long amountInBytes, ProfileDiagnostic.MemoryUnit units) static String
BenchmarkUtils.formatMemoryConsumption
(Iterable<ProfileDiagnostic> profileInfo, ProfileDiagnostic.MemoryUnit units) static String
BenchmarkUtils.getAvailableMemory
(ProfileDiagnostic.MemoryUnit units) static String
BenchmarkUtils.getMaxMemory
(ProfileDiagnostic.MemoryUnit units) Method parameters in org.eclipse.epsilon.common.util.profiling with type arguments of type ProfileDiagnostic.MemoryUnitModifier and TypeMethodDescriptionstatic String
BenchmarkUtils.formatMemory
(ProfileDiagnostic pd, Optional<ProfileDiagnostic.MemoryUnit> conversionFactor) Constructors in org.eclipse.epsilon.common.util.profiling with parameters of type ProfileDiagnostic.MemoryUnitModifierConstructorDescriptionProfileDiagnostic
(String stage, Duration execTime, double memory, ProfileDiagnostic.MemoryUnit units)