UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

25 lines 950 B
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file protos/perfetto/trace/ftrace/google_icc_trace.proto. */ export declare const file_protos_perfetto_trace_ftrace_google_icc_trace: GenFile; /** * @generated from message perfetto.protos.GoogleIccEventFtraceEvent */ export type GoogleIccEventFtraceEvent = Message<"perfetto.protos.GoogleIccEventFtraceEvent"> & { /** * @generated from field: optional string event = 1; */ event: string; /** * @generated from field: optional uint64 timestamp = 2; */ timestamp: bigint; }; /** * Describes the message perfetto.protos.GoogleIccEventFtraceEvent. * Use `create(GoogleIccEventFtraceEventSchema)` to create a new message. */ export declare const GoogleIccEventFtraceEventSchema: GenMessage<GoogleIccEventFtraceEvent>; //# sourceMappingURL=google_icc_trace_pb.d.ts.map