Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type AppJankStatsClient struct + func NewAppJankStatsClient(cc grpc.ClientConnInterface) *AppJankStatsClient + func (c *AppJankStatsClient) GetJankyFrameCount(ctx context.Context, handle int64) (int64, error) + func (c *AppJankStatsClient) GetNavigationComponent(ctx context.Context, handle int64) (string, error) + func (c *AppJankStatsClient) GetRelativeFrameTimeHistogram(ctx context.Context, handle int64) (int64, error) + func (c *AppJankStatsClient) GetTotalFrameCount(ctx context.Context, handle int64) (int64, error) + func (c *AppJankStatsClient) GetUid(ctx context.Context, handle int64) (int32, error) + func (c *AppJankStatsClient) GetWidgetCategory(ctx context.Context, handle int64) (string, error) + func (c *AppJankStatsClient) GetWidgetId(ctx context.Context, handle int64) (string, error) + func (c *AppJankStatsClient) GetWidgetState(ctx context.Context, handle int64) (string, error) + type RelativeFrameTimeHistogramClient struct + func NewRelativeFrameTimeHistogramClient(cc grpc.ClientConnInterface) *RelativeFrameTimeHistogramClient + func (c *RelativeFrameTimeHistogramClient) AddRelativeFrameTimeMillis(ctx context.Context, handle int64, arg0 int32) error + func (c *RelativeFrameTimeHistogramClient) GetBucketCounters(ctx context.Context, handle int64) (int64, error) + func (c *RelativeFrameTimeHistogramClient) GetBucketEndpointsMillis(ctx context.Context, handle int64) (int64, error)