Package io.sentry

Class MemoryCollectionData

java.lang.Object
io.sentry.MemoryCollectionData

@Internal public final class MemoryCollectionData extends Object
  • Constructor Details

    • MemoryCollectionData

      public MemoryCollectionData(long usedHeapMemory, long usedNativeMemory, @NotNull @NotNull SentryDate timestamp)
    • MemoryCollectionData

      public MemoryCollectionData(long usedHeapMemory, @NotNull @NotNull SentryDate timestamp)
  • Method Details

    • getTimestamp

      @NotNull public @NotNull SentryDate getTimestamp()
    • getUsedHeapMemory

      public long getUsedHeapMemory()
    • getUsedNativeMemory

      public long getUsedNativeMemory()