Uses of Class
org.eclipse.epsilon.common.util.profiling.ProfileDiagnostic.MemoryUnit
-
Packages that use ProfileDiagnostic.MemoryUnit Package Description org.eclipse.epsilon.common.util.profiling -
-
Uses of ProfileDiagnostic.MemoryUnit in org.eclipse.epsilon.common.util.profiling
Fields in org.eclipse.epsilon.common.util.profiling declared as ProfileDiagnostic.MemoryUnit Modifier and Type Field Description static ProfileDiagnostic.MemoryUnit
BenchmarkUtils. DEFAULT_MEMORY_UNITS
ProfileDiagnostic.MemoryUnit
ProfileDiagnostic. memoryUnits
Methods in org.eclipse.epsilon.common.util.profiling that return ProfileDiagnostic.MemoryUnit Modifier and Type Method Description static ProfileDiagnostic.MemoryUnit
ProfileDiagnostic.MemoryUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProfileDiagnostic.MemoryUnit[]
ProfileDiagnostic.MemoryUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.epsilon.common.util.profiling with parameters of type ProfileDiagnostic.MemoryUnit Modifier and Type Method Description static 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.MemoryUnit Modifier and Type Method Description static String
BenchmarkUtils. formatMemory(ProfileDiagnostic pd, Optional<ProfileDiagnostic.MemoryUnit> conversionFactor)
Constructors in org.eclipse.epsilon.common.util.profiling with parameters of type ProfileDiagnostic.MemoryUnit Constructor Description ProfileDiagnostic(String stage, Duration execTime, double memory, ProfileDiagnostic.MemoryUnit units)
-