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.MemoryUnitBenchmarkUtils.DEFAULT_MEMORY_UNITSProfileDiagnostic.memoryUnitsMethods in org.eclipse.epsilon.common.util.profiling that return ProfileDiagnostic.MemoryUnitModifier and TypeMethodDescriptionstatic ProfileDiagnostic.MemoryUnitReturns 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 doubleProfileDiagnostic.MemoryUnit.convertFromBytes(ProfileDiagnostic.MemoryUnit to, long amount) static doubleProfileDiagnostic.MemoryUnit.convertUnits(ProfileDiagnostic.MemoryUnit from, ProfileDiagnostic.MemoryUnit to, double amount) static StringBenchmarkUtils.formatMemory(long amountInBytes, ProfileDiagnostic.MemoryUnit units) static StringBenchmarkUtils.formatMemoryConsumption(Iterable<ProfileDiagnostic> profileInfo, ProfileDiagnostic.MemoryUnit units) static StringBenchmarkUtils.getAvailableMemory(ProfileDiagnostic.MemoryUnit units) static StringBenchmarkUtils.getMaxMemory(ProfileDiagnostic.MemoryUnit units) Method parameters in org.eclipse.epsilon.common.util.profiling with type arguments of type ProfileDiagnostic.MemoryUnitModifier and TypeMethodDescriptionstatic StringBenchmarkUtils.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)