Documentation
¶
Index ¶
- type 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
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppJankStatsClient ¶
type AppJankStatsClient struct {
// contains filtered or unexported fields
}
AppJankStatsClient wraps the gRPC AppJankStatsService client.
func NewAppJankStatsClient ¶
func NewAppJankStatsClient(cc grpc.ClientConnInterface) *AppJankStatsClient
NewAppJankStatsClient creates a new AppJankStats client.
func (*AppJankStatsClient) GetJankyFrameCount ¶
GetJankyFrameCount calls the GetJankyFrameCount RPC.
func (*AppJankStatsClient) GetNavigationComponent ¶
func (c *AppJankStatsClient) GetNavigationComponent(ctx context.Context, handle int64) (string, error)
GetNavigationComponent calls the GetNavigationComponent RPC.
func (*AppJankStatsClient) GetRelativeFrameTimeHistogram ¶
func (c *AppJankStatsClient) GetRelativeFrameTimeHistogram(ctx context.Context, handle int64) (int64, error)
GetRelativeFrameTimeHistogram calls the GetRelativeFrameTimeHistogram RPC.
func (*AppJankStatsClient) GetTotalFrameCount ¶
GetTotalFrameCount calls the GetTotalFrameCount RPC.
func (*AppJankStatsClient) GetWidgetCategory ¶
GetWidgetCategory calls the GetWidgetCategory RPC.
func (*AppJankStatsClient) GetWidgetId ¶
GetWidgetId calls the GetWidgetId RPC.
func (*AppJankStatsClient) GetWidgetState ¶
GetWidgetState calls the GetWidgetState RPC.
type RelativeFrameTimeHistogramClient ¶
type RelativeFrameTimeHistogramClient struct {
// contains filtered or unexported fields
}
RelativeFrameTimeHistogramClient wraps the gRPC RelativeFrameTimeHistogramService client.
func NewRelativeFrameTimeHistogramClient ¶
func NewRelativeFrameTimeHistogramClient(cc grpc.ClientConnInterface) *RelativeFrameTimeHistogramClient
NewRelativeFrameTimeHistogramClient creates a new RelativeFrameTimeHistogram client.
func (*RelativeFrameTimeHistogramClient) AddRelativeFrameTimeMillis ¶
func (c *RelativeFrameTimeHistogramClient) AddRelativeFrameTimeMillis(ctx context.Context, handle int64, arg0 int32) error
AddRelativeFrameTimeMillis calls the AddRelativeFrameTimeMillis RPC.
func (*RelativeFrameTimeHistogramClient) GetBucketCounters ¶
func (c *RelativeFrameTimeHistogramClient) GetBucketCounters(ctx context.Context, handle int64) (int64, error)
GetBucketCounters calls the GetBucketCounters RPC.
func (*RelativeFrameTimeHistogramClient) GetBucketEndpointsMillis ¶
func (c *RelativeFrameTimeHistogramClient) GetBucketEndpointsMillis(ctx context.Context, handle int64) (int64, error)
GetBucketEndpointsMillis calls the GetBucketEndpointsMillis RPC.