UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

55 lines 1.48 kB
import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv1"; /** * Describes the file protos/perfetto/common/builtin_clock.proto. */ export declare const file_protos_perfetto_common_builtin_clock: GenFile; /** * @generated from enum perfetto.protos.BuiltinClock */ export declare enum BuiltinClock { /** * @generated from enum value: BUILTIN_CLOCK_UNKNOWN = 0; */ UNKNOWN = 0, /** * @generated from enum value: BUILTIN_CLOCK_REALTIME = 1; */ REALTIME = 1, /** * @generated from enum value: BUILTIN_CLOCK_REALTIME_COARSE = 2; */ REALTIME_COARSE = 2, /** * @generated from enum value: BUILTIN_CLOCK_MONOTONIC = 3; */ MONOTONIC = 3, /** * @generated from enum value: BUILTIN_CLOCK_MONOTONIC_COARSE = 4; */ MONOTONIC_COARSE = 4, /** * @generated from enum value: BUILTIN_CLOCK_MONOTONIC_RAW = 5; */ MONOTONIC_RAW = 5, /** * @generated from enum value: BUILTIN_CLOCK_BOOTTIME = 6; */ BOOTTIME = 6, /** * @generated from enum value: BUILTIN_CLOCK_TSC = 9; */ TSC = 9, /** * @generated from enum value: BUILTIN_CLOCK_PERF = 10; */ PERF = 10, /** * @generated from enum value: BUILTIN_CLOCK_MAX_ID = 63; */ MAX_ID = 63 } /** * Describes the enum perfetto.protos.BuiltinClock. */ export declare const BuiltinClockSchema: GenEnum<BuiltinClock>; //# sourceMappingURL=builtin_clock_pb.d.ts.map