perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
25 lines • 1.03 kB
TypeScript
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
import type { Message } from "@bufbuild/protobuf";
/**
* Describes the file protos/perfetto/metrics/chrome/histogram_hashes.proto.
*/
export declare const file_protos_perfetto_metrics_chrome_histogram_hashes: GenFile;
/**
* The list of Chrome Histogram hashes in trace track events.
* Use cases include translating histogram hashes to histogram
* names by getting this list, and prepending a translation table to the trace.
*
* @generated from message perfetto.protos.ChromeHistogramHashes
*/
export type ChromeHistogramHashes = Message<"perfetto.protos.ChromeHistogramHashes"> & {
/**
* @generated from field: repeated int64 hash = 1;
*/
hash: bigint[];
};
/**
* Describes the message perfetto.protos.ChromeHistogramHashes.
* Use `create(ChromeHistogramHashesSchema)` to create a new message.
*/
export declare const ChromeHistogramHashesSchema: GenMessage<ChromeHistogramHashes>;
//# sourceMappingURL=histogram_hashes_pb.d.ts.map