perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
34 lines • 2.71 kB
JavaScript
;
//
// Copyright (C) 2021 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.AndroidEnergyEstimationBreakdown_EnergyUidBreakdownSchema = exports.AndroidEnergyEstimationBreakdownSchema = exports.file_protos_perfetto_trace_power_android_energy_estimation_breakdown = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
const android_energy_consumer_descriptor_pb_1 = require("../../common/android_energy_consumer_descriptor_pb");
/**
* Describes the file protos/perfetto/trace/power/android_energy_estimation_breakdown.proto.
*/
exports.file_protos_perfetto_trace_power_android_energy_estimation_breakdown = (0, codegenv1_1.fileDesc)("CkVwcm90b3MvcGVyZmV0dG8vdHJhY2UvcG93ZXIvYW5kcm9pZF9lbmVyZ3lfZXN0aW1hdGlvbl9icmVha2Rvd24ucHJvdG8SD3BlcmZldHRvLnByb3RvcyLAAgogQW5kcm9pZEVuZXJneUVzdGltYXRpb25CcmVha2Rvd24SVAoaZW5lcmd5X2NvbnN1bWVyX2Rlc2NyaXB0b3IYASABKAsyMC5wZXJmZXR0by5wcm90b3MuQW5kcm9pZEVuZXJneUNvbnN1bWVyRGVzY3JpcHRvchIaChJlbmVyZ3lfY29uc3VtZXJfaWQYAiABKAUSEgoKZW5lcmd5X3V3cxgDIAEoAxJfChFwZXJfdWlkX2JyZWFrZG93bhgEIAMoCzJELnBlcmZldHRvLnByb3Rvcy5BbmRyb2lkRW5lcmd5RXN0aW1hdGlvbkJyZWFrZG93bi5FbmVyZ3lVaWRCcmVha2Rvd24aNQoSRW5lcmd5VWlkQnJlYWtkb3duEgsKA3VpZBgBIAEoBRISCgplbmVyZ3lfdXdzGAIgASgD", [android_energy_consumer_descriptor_pb_1.file_protos_perfetto_common_android_energy_consumer_descriptor]);
/**
* Describes the message perfetto.protos.AndroidEnergyEstimationBreakdown.
* Use `create(AndroidEnergyEstimationBreakdownSchema)` to create a new message.
*/
exports.AndroidEnergyEstimationBreakdownSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_power_android_energy_estimation_breakdown, 0);
/**
* Describes the message perfetto.protos.AndroidEnergyEstimationBreakdown.EnergyUidBreakdown.
* Use `create(AndroidEnergyEstimationBreakdown_EnergyUidBreakdownSchema)` to create a new message.
*/
exports.AndroidEnergyEstimationBreakdown_EnergyUidBreakdownSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_power_android_energy_estimation_breakdown, 0, 0);
//# sourceMappingURL=android_energy_estimation_breakdown_pb.js.map