Package mdg.engine.proto
Interface Reports.MemStatsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Reports.MemStats,Reports.MemStats.Builder
- Enclosing class:
- Reports
public static interface Reports.MemStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongMemStats.NumGC deltalongMemStats.GCSyslongMemStats.PauseTotalNs deltalongMemStats.HeapAlloclongMemStats.TotalAlloc deltalongMemStats.HeapObjectslongMemStats.Mallocs deltalongMemStats.HeapSyslongMemStats.Frees deltalongMemStats.HeapReleasedlongMemStats.StackSyslongMemStats.StackInuselongMemStats.SysMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTotalBytes
long getTotalBytes()MemStats.Sys
uint64 total_bytes = 1;- Returns:
- The totalBytes.
-
getStackBytes
long getStackBytes()MemStats.StackSys
uint64 stack_bytes = 2;- Returns:
- The stackBytes.
-
getHeapBytes
long getHeapBytes()MemStats.HeapSys
uint64 heap_bytes = 3;- Returns:
- The heapBytes.
-
getHeapReleasedBytes
long getHeapReleasedBytes()MemStats.HeapReleased
uint64 heap_released_bytes = 13;- Returns:
- The heapReleasedBytes.
-
getGcOverheadBytes
long getGcOverheadBytes()MemStats.GCSys
uint64 gc_overhead_bytes = 4;- Returns:
- The gcOverheadBytes.
-
getStackUsedBytes
long getStackUsedBytes()MemStats.StackInuse
uint64 stack_used_bytes = 5;- Returns:
- The stackUsedBytes.
-
getHeapAllocatedBytes
long getHeapAllocatedBytes()MemStats.HeapAlloc
uint64 heap_allocated_bytes = 6;- Returns:
- The heapAllocatedBytes.
-
getHeapAllocatedObjects
long getHeapAllocatedObjects()MemStats.HeapObjects
uint64 heap_allocated_objects = 7;- Returns:
- The heapAllocatedObjects.
-
getHeapAllocatedBytesDelta
long getHeapAllocatedBytesDelta()MemStats.TotalAlloc delta
uint64 heap_allocated_bytes_delta = 8;- Returns:
- The heapAllocatedBytesDelta.
-
getHeapAllocatedObjectsDelta
long getHeapAllocatedObjectsDelta()MemStats.Mallocs delta
uint64 heap_allocated_objects_delta = 9;- Returns:
- The heapAllocatedObjectsDelta.
-
getHeapFreedObjectsDelta
long getHeapFreedObjectsDelta()MemStats.Frees delta
uint64 heap_freed_objects_delta = 10;- Returns:
- The heapFreedObjectsDelta.
-
getGcStwNsDelta
long getGcStwNsDelta()MemStats.PauseTotalNs delta
uint64 gc_stw_ns_delta = 11;- Returns:
- The gcStwNsDelta.
-
getGcCountDelta
long getGcCountDelta()MemStats.NumGC delta
uint64 gc_count_delta = 12;- Returns:
- The gcCountDelta.
-