Package io.sentry

Class PerformanceCollectionData

java.lang.Object
io.sentry.PerformanceCollectionData

@Internal public final class PerformanceCollectionData extends Object
  • Constructor Details

    • PerformanceCollectionData

      public PerformanceCollectionData(long nanoTimestamp)
  • Method Details

    • setCpuUsagePercentage

      public void setCpuUsagePercentage(@Nullable @Nullable Double cpuUsagePercentage)
      Set the cpu usage percentage.
    • getCpuUsagePercentage

      @Nullable public @Nullable Double getCpuUsagePercentage()
    • setUsedHeapMemory

      public void setUsedHeapMemory(@Nullable @Nullable Long usedHeapMemory)
    • getUsedHeapMemory

      @Nullable public @Nullable Long getUsedHeapMemory()
    • setUsedNativeMemory

      public void setUsedNativeMemory(@Nullable @Nullable Long usedNativeMemory)
    • getUsedNativeMemory

      @Nullable public @Nullable Long getUsedNativeMemory()
    • getNanoTimestamp

      public long getNanoTimestamp()