UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

26 lines 944 B
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1"; import type { Message } from "@bufbuild/protobuf"; /** * Describes the file protos/perfetto/trace/track_event/task_execution.proto. */ export declare const file_protos_perfetto_trace_track_event_task_execution: GenFile; /** * TrackEvent arguments describing the execution of a task. * * @generated from message perfetto.protos.TaskExecution */ export type TaskExecution = Message<"perfetto.protos.TaskExecution"> & { /** * Source location that the task was posted from. * interned SourceLocation. * * @generated from field: optional uint64 posted_from_iid = 1; */ postedFromIid: bigint; }; /** * Describes the message perfetto.protos.TaskExecution. * Use `create(TaskExecutionSchema)` to create a new message. */ export declare const TaskExecutionSchema: GenMessage<TaskExecution>; //# sourceMappingURL=task_execution_pb.d.ts.map