perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
12 lines • 662 B
TypeScript
import type { GenExtension, GenFile } from "@bufbuild/protobuf/codegenv1";
import type { TraceMetrics } from "../metrics_pb";
import type { WebViewJankApproximation } from "./webview_jank_approximation_pb";
/**
* Describes the file protos/perfetto/metrics/webview/all_webview_metrics.proto.
*/
export declare const file_protos_perfetto_metrics_webview_all_webview_metrics: GenFile;
/**
* @generated from extension: optional perfetto.protos.WebViewJankApproximation webview_jank_approximation = 2001;
*/
export declare const webview_jank_approximation: GenExtension<TraceMetrics, WebViewJankApproximation>;
//# sourceMappingURL=all_webview_metrics_pb.d.ts.map