-
@ApiStatus.Internal() public class AndroidProfiler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAndroidProfiler.ProfileStartDatapublic classAndroidProfiler.ProfileEndData
-
Constructor Summary
Constructors Constructor Description AndroidProfiler(String tracesFilesDirPath, int intervalUs, SentryFrameMetricsCollector frameMetricsCollector, ISentryExecutorService timeoutExecutorService, ILogger logger)
-
Method Summary
Modifier and Type Method Description AndroidProfiler.ProfileStartDatastart()AndroidProfiler.ProfileEndDataendAndCollect(boolean isTimeout, @Nullable() List<PerformanceCollectionData> performanceCollectionData)voidclose()-
-
Constructor Detail
-
AndroidProfiler
AndroidProfiler(String tracesFilesDirPath, int intervalUs, SentryFrameMetricsCollector frameMetricsCollector, ISentryExecutorService timeoutExecutorService, ILogger logger)
-
-
Method Detail
-
start
@Nullable() AndroidProfiler.ProfileStartData start()
-
endAndCollect
@Nullable() AndroidProfiler.ProfileEndData endAndCollect(boolean isTimeout, @Nullable() List<PerformanceCollectionData> performanceCollectionData)
-
close
void close()
-
-
-
-