UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

34 lines 2.29 kB
"use strict"; // // Copyright (C) 2017 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.TestEvent_TestPayloadSchema = exports.TestEventSchema = exports.file_protos_perfetto_trace_test_event = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); const debug_annotation_pb_1 = require("./track_event/debug_annotation_pb"); /** * Describes the file protos/perfetto/trace/test_event.proto. */ exports.file_protos_perfetto_trace_test_event = (0, codegenv1_1.fileDesc)("CiZwcm90b3MvcGVyZmV0dG8vdHJhY2UvdGVzdF9ldmVudC5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIvsCCglUZXN0RXZlbnQSCwoDc3RyGAEgASgJEhEKCXNlcV92YWx1ZRgCIAEoDRIPCgdjb3VudGVyGAMgASgEEg8KB2lzX2xhc3QYBCABKAgSNwoHcGF5bG9hZBgFIAEoCzImLnBlcmZldHRvLnByb3Rvcy5UZXN0RXZlbnQuVGVzdFBheWxvYWQa8gEKC1Rlc3RQYXlsb2FkEgsKA3N0chgBIAMoCRI2CgZuZXN0ZWQYAiADKAsyJi5wZXJmZXR0by5wcm90b3MuVGVzdEV2ZW50LlRlc3RQYXlsb2FkEhUKDXNpbmdsZV9zdHJpbmcYBCABKAkSEgoKc2luZ2xlX2ludBgFIAEoBRIVCg1yZXBlYXRlZF9pbnRzGAYgAygFEh8KF3JlbWFpbmluZ19uZXN0aW5nX2RlcHRoGAMgASgNEjsKEWRlYnVnX2Fubm90YXRpb25zGAcgAygLMiAucGVyZmV0dG8ucHJvdG9zLkRlYnVnQW5ub3RhdGlvbg", [debug_annotation_pb_1.file_protos_perfetto_trace_track_event_debug_annotation]); /** * Describes the message perfetto.protos.TestEvent. * Use `create(TestEventSchema)` to create a new message. */ exports.TestEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_test_event, 0); /** * Describes the message perfetto.protos.TestEvent.TestPayload. * Use `create(TestEvent_TestPayloadSchema)` to create a new message. */ exports.TestEvent_TestPayloadSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_test_event, 0, 0); //# sourceMappingURL=test_event_pb.js.map