UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

43 lines 3.6 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.AndroidBatteryMetric_SuspendPeriodSchema = exports.AndroidBatteryMetric_BatteryAggregatesSchema = exports.AndroidBatteryMetric_BatteryCountersSchema = exports.AndroidBatteryMetricSchema = exports.file_protos_perfetto_metrics_android_batt_metric = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); /** * Describes the file protos/perfetto/metrics/android/batt_metric.proto. */ exports.file_protos_perfetto_metrics_android_batt_metric = (0, codegenv1_1.fileDesc)("CjFwcm90b3MvcGVyZmV0dG8vbWV0cmljcy9hbmRyb2lkL2JhdHRfbWV0cmljLnByb3RvEg9wZXJmZXR0by5wcm90b3MikwYKFEFuZHJvaWRCYXR0ZXJ5TWV0cmljEk8KEGJhdHRlcnlfY291bnRlcnMYASADKAsyNS5wZXJmZXR0by5wcm90b3MuQW5kcm9pZEJhdHRlcnlNZXRyaWMuQmF0dGVyeUNvdW50ZXJzElMKEmJhdHRlcnlfYWdncmVnYXRlcxgCIAEoCzI3LnBlcmZldHRvLnByb3Rvcy5BbmRyb2lkQmF0dGVyeU1ldHJpYy5CYXR0ZXJ5QWdncmVnYXRlcxJLCg5zdXNwZW5kX3BlcmlvZBgDIAMoCzIzLnBlcmZldHRvLnByb3Rvcy5BbmRyb2lkQmF0dGVyeU1ldHJpYy5TdXNwZW5kUGVyaW9kGp0BCg9CYXR0ZXJ5Q291bnRlcnMSFAoMdGltZXN0YW1wX25zGAEgASgDEhoKEmNoYXJnZV9jb3VudGVyX3VhaBgCIAEoARIYChBjYXBhY2l0eV9wZXJjZW50GAMgASgCEhIKCmN1cnJlbnRfdWEYBCABKAESFgoOY3VycmVudF9hdmdfdWEYBSABKAESEgoKdm9sdGFnZV91dhgGIAEoARqrAgoRQmF0dGVyeUFnZ3JlZ2F0ZXMSGwoTdG90YWxfc2NyZWVuX29mZl9ucxgBIAEoAxIaChJ0b3RhbF9zY3JlZW5fb25fbnMYAiABKAMSHAoUdG90YWxfc2NyZWVuX2RvemVfbnMYAyABKAMSGQoRdG90YWxfd2FrZWxvY2tfbnMYBCABKAMSEAoIc2xlZXBfbnMYBSABKAMSGwoTc2xlZXBfc2NyZWVuX29mZl9ucxgGIAEoAxIaChJzbGVlcF9zY3JlZW5fb25fbnMYByABKAMSHAoUc2xlZXBfc2NyZWVuX2RvemVfbnMYCCABKAMSFAoMYXZnX3Bvd2VyX213GAkgASgBEiUKHWF2Z19wb3dlcl9mcm9tX2NoYXJnZV9kaWZmX213GAogASgBGjoKDVN1c3BlbmRQZXJpb2QSFAoMdGltZXN0YW1wX25zGAEgASgDEhMKC2R1cmF0aW9uX25zGAIgASgD"); /** * Describes the message perfetto.protos.AndroidBatteryMetric. * Use `create(AndroidBatteryMetricSchema)` to create a new message. */ exports.AndroidBatteryMetricSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_batt_metric, 0); /** * Describes the message perfetto.protos.AndroidBatteryMetric.BatteryCounters. * Use `create(AndroidBatteryMetric_BatteryCountersSchema)` to create a new message. */ exports.AndroidBatteryMetric_BatteryCountersSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_batt_metric, 0, 0); /** * Describes the message perfetto.protos.AndroidBatteryMetric.BatteryAggregates. * Use `create(AndroidBatteryMetric_BatteryAggregatesSchema)` to create a new message. */ exports.AndroidBatteryMetric_BatteryAggregatesSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_batt_metric, 0, 1); /** * Describes the message perfetto.protos.AndroidBatteryMetric.SuspendPeriod. * Use `create(AndroidBatteryMetric_SuspendPeriodSchema)` to create a new message. */ exports.AndroidBatteryMetric_SuspendPeriodSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_batt_metric, 0, 2); //# sourceMappingURL=batt_metric_pb.js.map