UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

34 lines 2.14 kB
"use strict"; // // Copyright (C) 2024 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. Object.defineProperty(exports, "__esModule", { value: true }); exports.RemoteClockSync_SyncedClocksSchema = exports.RemoteClockSyncSchema = exports.file_protos_perfetto_trace_remote_clock_sync = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); const clock_snapshot_pb_1 = require("./clock_snapshot_pb"); /** * Describes the file protos/perfetto/trace/remote_clock_sync.proto. */ exports.file_protos_perfetto_trace_remote_clock_sync = (0, codegenv1_1.fileDesc)("Ci1wcm90b3MvcGVyZmV0dG8vdHJhY2UvcmVtb3RlX2Nsb2NrX3N5bmMucHJvdG8SD3BlcmZldHRvLnByb3RvcyLTAQoPUmVtb3RlQ2xvY2tTeW5jEkQKDXN5bmNlZF9jbG9ja3MYASADKAsyLS5wZXJmZXR0by5wcm90b3MuUmVtb3RlQ2xvY2tTeW5jLlN5bmNlZENsb2Nrcxp6CgxTeW5jZWRDbG9ja3MSNQoNY2xpZW50X2Nsb2NrcxgCIAEoCzIeLnBlcmZldHRvLnByb3Rvcy5DbG9ja1NuYXBzaG90EjMKC2hvc3RfY2xvY2tzGAMgASgLMh4ucGVyZmV0dG8ucHJvdG9zLkNsb2NrU25hcHNob3Q", [clock_snapshot_pb_1.file_protos_perfetto_trace_clock_snapshot]); /** * Describes the message perfetto.protos.RemoteClockSync. * Use `create(RemoteClockSyncSchema)` to create a new message. */ exports.RemoteClockSyncSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_remote_clock_sync, 0); /** * Describes the message perfetto.protos.RemoteClockSync.SyncedClocks. * Use `create(RemoteClockSync_SyncedClocksSchema)` to create a new message. */ exports.RemoteClockSync_SyncedClocksSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_remote_clock_sync, 0, 0); //# sourceMappingURL=remote_clock_sync_pb.js.map