UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

29 lines 967 B
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file protos/perfetto/trace/ftrace/ion.proto. */ export declare const file_protos_perfetto_trace_ftrace_ion: GenFile; /** * @generated from message perfetto.protos.IonStatFtraceEvent */ export type IonStatFtraceEvent = Message<"perfetto.protos.IonStatFtraceEvent"> & { /** * @generated from field: optional uint32 buffer_id = 1; */ bufferId: number; /** * @generated from field: optional int64 len = 2; */ len: bigint; /** * @generated from field: optional uint64 total_allocated = 3; */ totalAllocated: bigint; }; /** * Describes the message perfetto.protos.IonStatFtraceEvent. * Use `create(IonStatFtraceEventSchema)` to create a new message. */ export declare const IonStatFtraceEventSchema: GenMessage<IonStatFtraceEvent>; //# sourceMappingURL=ion_pb.d.ts.map