Package io.sentry
Class NoOpContinuousProfiler
java.lang.Object
io.sentry.NoOpContinuousProfiler
- All Implemented Interfaces:
IContinuousProfiler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Cancel the profiler and stops it.static NoOpContinuousProfiler
@NotNull SentryId
boolean
void
void
startProfiler
(@NotNull ProfileLifecycle profileLifecycle, @NotNull TracesSampler tracesSampler) void
stopProfiler
(@NotNull ProfileLifecycle profileLifecycle)
-
Method Details
-
getInstance
-
stopProfiler
- Specified by:
stopProfiler
in interfaceIContinuousProfiler
-
isRunning
public boolean isRunning()- Specified by:
isRunning
in interfaceIContinuousProfiler
-
startProfiler
public void startProfiler(@NotNull @NotNull ProfileLifecycle profileLifecycle, @NotNull @NotNull TracesSampler tracesSampler) - Specified by:
startProfiler
in interfaceIContinuousProfiler
-
close
public void close()Description copied from interface:IContinuousProfiler
Cancel the profiler and stops it. Used on SDK close.- Specified by:
close
in interfaceIContinuousProfiler
-
reevaluateSampling
public void reevaluateSampling()- Specified by:
reevaluateSampling
in interfaceIContinuousProfiler
-
getProfilerId
- Specified by:
getProfilerId
in interfaceIContinuousProfiler
-