Package io.sentry
Class MemoryCollectionData
java.lang.Object
io.sentry.MemoryCollectionData
-
Constructor Summary
ConstructorDescriptionMemoryCollectionData
(long timestampMillis, long usedHeapMemory) MemoryCollectionData
(long timestampMillis, long usedHeapMemory, long usedNativeMemory) -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
-
Constructor Details
-
MemoryCollectionData
public MemoryCollectionData(long timestampMillis, long usedHeapMemory, long usedNativeMemory) -
MemoryCollectionData
public MemoryCollectionData(long timestampMillis, long usedHeapMemory)
-
-
Method Details
-
getTimestampMillis
public long getTimestampMillis() -
getUsedHeapMemory
public long getUsedHeapMemory() -
getUsedNativeMemory
public long getUsedNativeMemory()
-