Package io.sentry
Class PerformanceCollectionData
java.lang.Object
io.sentry.PerformanceCollectionData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Double
long
@Nullable Long
@Nullable Long
void
setCpuUsagePercentage
(@Nullable Double cpuUsagePercentage) Set the cpu usage percentage.void
setUsedHeapMemory
(@Nullable Long usedHeapMemory) void
setUsedNativeMemory
(@Nullable Long usedNativeMemory)
-
Constructor Details
-
PerformanceCollectionData
public PerformanceCollectionData(long nanoTimestamp)
-
-
Method Details
-
setCpuUsagePercentage
Set the cpu usage percentage. -
getCpuUsagePercentage
-
setUsedHeapMemory
-
getUsedHeapMemory
-
setUsedNativeMemory
-
getUsedNativeMemory
-
getNanoTimestamp
public long getNanoTimestamp()
-