UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

31 lines 2.13 kB
"use strict"; // // Copyright (C) 2019 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.TracePacketDefaultsSchema = exports.file_protos_perfetto_trace_trace_packet_defaults = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); const v8_pb_1 = require("./chrome/v8_pb"); const profile_packet_pb_1 = require("./profiling/profile_packet_pb"); const track_event_pb_1 = require("./track_event/track_event_pb"); /** * Describes the file protos/perfetto/trace/trace_packet_defaults.proto. */ exports.file_protos_perfetto_trace_trace_packet_defaults = (0, codegenv1_1.fileDesc)("CjFwcm90b3MvcGVyZmV0dG8vdHJhY2UvdHJhY2VfcGFja2V0X2RlZmF1bHRzLnByb3RvEg9wZXJmZXR0by5wcm90b3Mi8gEKE1RyYWNlUGFja2V0RGVmYXVsdHMSGgoSdGltZXN0YW1wX2Nsb2NrX2lkGDogASgNEkEKFHRyYWNrX2V2ZW50X2RlZmF1bHRzGAsgASgLMiMucGVyZmV0dG8ucHJvdG9zLlRyYWNrRXZlbnREZWZhdWx0cxJBChRwZXJmX3NhbXBsZV9kZWZhdWx0cxgMIAEoCzIjLnBlcmZldHRvLnByb3Rvcy5QZXJmU2FtcGxlRGVmYXVsdHMSOQoQdjhfY29kZV9kZWZhdWx0cxhjIAEoCzIfLnBlcmZldHRvLnByb3Rvcy5WOENvZGVEZWZhdWx0cw", [v8_pb_1.file_protos_perfetto_trace_chrome_v8, profile_packet_pb_1.file_protos_perfetto_trace_profiling_profile_packet, track_event_pb_1.file_protos_perfetto_trace_track_event_track_event]); /** * Describes the message perfetto.protos.TracePacketDefaults. * Use `create(TracePacketDefaultsSchema)` to create a new message. */ exports.TracePacketDefaultsSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_trace_packet_defaults, 0); //# sourceMappingURL=trace_packet_defaults_pb.js.map