UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

38 lines 2.53 kB
"use strict"; // // Copyright (C) 2018 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.SingleBuilderResultSchema = exports.RepeatedBuilderResultSchema = exports.ProtoBuilderResultSchema = exports.file_protos_perfetto_trace_processor_metrics_impl = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); /** * Describes the file protos/perfetto/trace_processor/metrics_impl.proto. */ exports.file_protos_perfetto_trace_processor_metrics_impl = (0, codegenv1_1.fileDesc)("CjJwcm90b3MvcGVyZmV0dG8vdHJhY2VfcHJvY2Vzc29yL21ldHJpY3NfaW1wbC5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIqcBChJQcm90b0J1aWxkZXJSZXN1bHQSEwoLaXNfcmVwZWF0ZWQYASABKAgSNgoGc2luZ2xlGAIgASgLMiQucGVyZmV0dG8ucHJvdG9zLlNpbmdsZUJ1aWxkZXJSZXN1bHRIABI6CghyZXBlYXRlZBgDIAEoCzImLnBlcmZldHRvLnByb3Rvcy5SZXBlYXRlZEJ1aWxkZXJSZXN1bHRIAEIICgZyZXN1bHQidgoVUmVwZWF0ZWRCdWlsZGVyUmVzdWx0EhYKCmludF92YWx1ZXMYASADKBBCAhABEhkKDWRvdWJsZV92YWx1ZXMYAiADKAFCAhABEhUKDXN0cmluZ192YWx1ZXMYAyADKAkSEwoLYnl0ZV92YWx1ZXMYBCADKAwiSAoTU2luZ2xlQnVpbGRlclJlc3VsdBIMCgR0eXBlGAEgASgNEhEKCXR5cGVfbmFtZRgCIAEoCRIQCghwcm90b2J1ZhgDIAEoDA"); /** * Describes the message perfetto.protos.ProtoBuilderResult. * Use `create(ProtoBuilderResultSchema)` to create a new message. */ exports.ProtoBuilderResultSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_processor_metrics_impl, 0); /** * Describes the message perfetto.protos.RepeatedBuilderResult. * Use `create(RepeatedBuilderResultSchema)` to create a new message. */ exports.RepeatedBuilderResultSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_processor_metrics_impl, 1); /** * Describes the message perfetto.protos.SingleBuilderResult. * Use `create(SingleBuilderResultSchema)` to create a new message. */ exports.SingleBuilderResultSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_processor_metrics_impl, 2); //# sourceMappingURL=metrics_impl_pb.js.map