UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

37 lines 1.36 kB
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file protos/perfetto/metrics/webview/webview_jank_approximation.proto. */ export declare const file_protos_perfetto_metrics_webview_webview_jank_approximation: GenFile; /** * @generated from message perfetto.protos.WebViewJankApproximation */ export type WebViewJankApproximation = Message<"perfetto.protos.WebViewJankApproximation"> & { /** * @generated from field: optional int32 webview_janks = 1; */ webviewJanks: number; /** * @generated from field: optional int32 webview_janks_without_startup = 2; */ webviewJanksWithoutStartup: number; /** * @generated from field: optional int32 webview_app_janks = 3; */ webviewAppJanks: number; /** * @generated from field: optional int32 webview_total_janks = 4; */ webviewTotalJanks: number; /** * @generated from field: optional int32 total_janks = 5; */ totalJanks: number; }; /** * Describes the message perfetto.protos.WebViewJankApproximation. * Use `create(WebViewJankApproximationSchema)` to create a new message. */ export declare const WebViewJankApproximationSchema: GenMessage<WebViewJankApproximation>; //# sourceMappingURL=webview_jank_approximation_pb.d.ts.map