UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

29 lines 1.03 kB
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file protos/perfetto/trace/ftrace/cpm_trace.proto. */ export declare const file_protos_perfetto_trace_ftrace_cpm_trace: GenFile; /** * @generated from message perfetto.protos.ParamSetValueCpmFtraceEvent */ export type ParamSetValueCpmFtraceEvent = Message<"perfetto.protos.ParamSetValueCpmFtraceEvent"> & { /** * @generated from field: optional string body = 1; */ body: string; /** * @generated from field: optional uint32 value = 2; */ value: number; /** * @generated from field: optional int64 timestamp = 3; */ timestamp: bigint; }; /** * Describes the message perfetto.protos.ParamSetValueCpmFtraceEvent. * Use `create(ParamSetValueCpmFtraceEventSchema)` to create a new message. */ export declare const ParamSetValueCpmFtraceEventSchema: GenMessage<ParamSetValueCpmFtraceEvent>; //# sourceMappingURL=cpm_trace_pb.d.ts.map