Package io.sentry

Class MemoryCollectionData

java.lang.Object
io.sentry.MemoryCollectionData

@Internal public final class MemoryCollectionData extends Object
  • 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()