Package 

Class AndroidContinuousProfiler

  • All Implemented Interfaces:
    io.sentry.IContinuousProfiler , io.sentry.transport.RateLimiter.IRateLimitObserver

    @ApiStatus.Internal() 
    public class AndroidContinuousProfiler
     implements IContinuousProfiler, RateLimiter.IRateLimitObserver
                        
    • Method Summary

      Modifier and Type Method Description
      boolean isRunning()
      SentryId getProfilerId()
      int getRootSpanCounter()
      void startProfiler(@NotNull() ProfileLifecycle profileLifecycle, @NotNull() TracesSampler tracesSampler)
      void stopProfiler(@NotNull() ProfileLifecycle profileLifecycle)
      void reevaluateSampling()
      void close(boolean isTerminating)
      void onRateLimitChanged(@NotNull() RateLimiter rateLimiter)
      • Methods inherited from class io.sentry.IContinuousProfiler

        close, getProfilerId, isRunning, reevaluateSampling, startProfiler, stopProfiler
      • Methods inherited from class io.sentry.transport.RateLimiter.IRateLimitObserver

        onRateLimitChanged
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait