UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

25 lines 981 B
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file protos/perfetto/metrics/chrome/study_hashes.proto. */ export declare const file_protos_perfetto_metrics_chrome_study_hashes: GenFile; /** * The list of Chrome Study hashes in trace track events. Use cases include * translating study hashes to study names by getting this list, and prepending * a translation table to the trace. * * @generated from message perfetto.protos.ChromeStudyHashes */ export type ChromeStudyHashes = Message<"perfetto.protos.ChromeStudyHashes"> & { /** * @generated from field: repeated int64 hash = 1; */ hash: bigint[]; }; /** * Describes the message perfetto.protos.ChromeStudyHashes. * Use `create(ChromeStudyHashesSchema)` to create a new message. */ export declare const ChromeStudyHashesSchema: GenMessage<ChromeStudyHashes>; //# sourceMappingURL=study_hashes_pb.d.ts.map