UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

25 lines 1.05 kB
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file protos/perfetto/metrics/chrome/user_event_hashes.proto. */ export declare const file_protos_perfetto_metrics_chrome_user_event_hashes: GenFile; /** * The list of Chrome user event hashes in trace track events. * Use cases include translating user event hashes to action * names by getting this list, and prepending a translation table to the trace. * * @generated from message perfetto.protos.ChromeUserEventHashes */ export type ChromeUserEventHashes = Message<"perfetto.protos.ChromeUserEventHashes"> & { /** * @generated from field: repeated int64 action_hash = 1; */ actionHash: bigint[]; }; /** * Describes the message perfetto.protos.ChromeUserEventHashes. * Use `create(ChromeUserEventHashesSchema)` to create a new message. */ export declare const ChromeUserEventHashesSchema: GenMessage<ChromeUserEventHashes>; //# sourceMappingURL=user_event_hashes_pb.d.ts.map