UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

56 lines 3.76 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.AndroidAnomalyMetric_UnitSchema = exports.AndroidAnomalyMetric_Unit = exports.AndroidAnomalyMetric_BinderSchema = exports.AndroidAnomalyMetric_ProcessAnomalySchema = exports.AndroidAnomalyMetricSchema = exports.file_protos_perfetto_metrics_android_android_anomaly_metric = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); /** * Describes the file protos/perfetto/metrics/android/android_anomaly_metric.proto. */ exports.file_protos_perfetto_metrics_android_android_anomaly_metric = (0, codegenv1_1.fileDesc)("Cjxwcm90b3MvcGVyZmV0dG8vbWV0cmljcy9hbmRyb2lkL2FuZHJvaWRfYW5vbWFseV9tZXRyaWMucHJvdG8SD3BlcmZldHRvLnByb3RvcyLbAwoUQW5kcm9pZEFub21hbHlNZXRyaWMSPAoGYmluZGVyGAEgASgLMiwucGVyZmV0dG8ucHJvdG9zLkFuZHJvaWRBbm9tYWx5TWV0cmljLkJpbmRlchp8Cg5Qcm9jZXNzQW5vbWFseRIUCgxwcm9jZXNzX25hbWUYASABKAkSCwoDcGlkGAIgASgNEjgKBHVuaXQYAyABKA4yKi5wZXJmZXR0by5wcm90b3MuQW5kcm9pZEFub21hbHlNZXRyaWMuVW5pdBINCgV2YWx1ZRgEIAEoDRrSAQoGQmluZGVyEmMKJW1heF9pbmNvbWluZ19wcm9jZXNzX2NvdW50X3Blcl9zZWNvbmQYASADKAsyNC5wZXJmZXR0by5wcm90b3MuQW5kcm9pZEFub21hbHlNZXRyaWMuUHJvY2Vzc0Fub21hbHkSYwolbWF4X291dGdvaW5nX3Byb2Nlc3NfY291bnRfcGVyX3NlY29uZBgCIAMoCzI0LnBlcmZldHRvLnByb3Rvcy5BbmRyb2lkQW5vbWFseU1ldHJpYy5Qcm9jZXNzQW5vbWFseSIyCgRVbml0EhQKEFVOSVRfVU5TUEVDSUZJRUQQABIUChBDT1VOVF9QRVJfU0VDT05EEAE"); /** * Describes the message perfetto.protos.AndroidAnomalyMetric. * Use `create(AndroidAnomalyMetricSchema)` to create a new message. */ exports.AndroidAnomalyMetricSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_android_anomaly_metric, 0); /** * Describes the message perfetto.protos.AndroidAnomalyMetric.ProcessAnomaly. * Use `create(AndroidAnomalyMetric_ProcessAnomalySchema)` to create a new message. */ exports.AndroidAnomalyMetric_ProcessAnomalySchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_android_anomaly_metric, 0, 0); /** * Describes the message perfetto.protos.AndroidAnomalyMetric.Binder. * Use `create(AndroidAnomalyMetric_BinderSchema)` to create a new message. */ exports.AndroidAnomalyMetric_BinderSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_android_anomaly_metric, 0, 1); /** * @generated from enum perfetto.protos.AndroidAnomalyMetric.Unit */ var AndroidAnomalyMetric_Unit; (function (AndroidAnomalyMetric_Unit) { /** * @generated from enum value: UNIT_UNSPECIFIED = 0; */ AndroidAnomalyMetric_Unit[AndroidAnomalyMetric_Unit["UNIT_UNSPECIFIED"] = 0] = "UNIT_UNSPECIFIED"; /** * @generated from enum value: COUNT_PER_SECOND = 1; */ AndroidAnomalyMetric_Unit[AndroidAnomalyMetric_Unit["COUNT_PER_SECOND"] = 1] = "COUNT_PER_SECOND"; })(AndroidAnomalyMetric_Unit || (exports.AndroidAnomalyMetric_Unit = AndroidAnomalyMetric_Unit = {})); /** * Describes the enum perfetto.protos.AndroidAnomalyMetric.Unit. */ exports.AndroidAnomalyMetric_UnitSchema = (0, codegenv1_1.enumDesc)(exports.file_protos_perfetto_metrics_android_android_anomaly_metric, 0, 0); //# sourceMappingURL=android_anomaly_metric_pb.js.map