perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
38 lines • 2.65 kB
JavaScript
;
//
// Copyright (C) 2023 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.AndroidIo_F2fsWriteStatsSchema = exports.AndroidIo_F2fsCounterStatsSchema = exports.AndroidIoSchema = exports.file_protos_perfetto_metrics_android_io_metric = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/metrics/android/io_metric.proto.
*/
exports.file_protos_perfetto_metrics_android_io_metric = (0, codegenv1_1.fileDesc)("Ci9wcm90b3MvcGVyZmV0dG8vbWV0cmljcy9hbmRyb2lkL2lvX21ldHJpYy5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIs4DCglBbmRyb2lkSW8SRwoSZjJmc19jb3VudGVyX3N0YXRzGAEgAygLMisucGVyZmV0dG8ucHJvdG9zLkFuZHJvaWRJby5GMmZzQ291bnRlclN0YXRzEkMKEGYyZnNfd3JpdGVfc3RhdHMYAiADKAsyKS5wZXJmZXR0by5wcm90b3MuQW5kcm9pZElvLkYyZnNXcml0ZVN0YXRzGnAKEEYyZnNDb3VudGVyU3RhdHMSDAoEbmFtZRgBIAEoCRILCgNtYXgYAiABKAESCwoDc3VtGAMgASgBEgsKA21pbhgFIAEoARILCgNkdXIYBiABKAMSDQoFY291bnQYByABKAMSCwoDYXZnGAggASgBGsABCg5GMmZzV3JpdGVTdGF0cxIZChF0b3RhbF93cml0ZV9jb3VudBgBIAEoAxIaChJkaXN0aW5jdF9wcm9jZXNzZXMYAiABKAMSGwoTdG90YWxfYnl0ZXNfd3JpdHRlbhgDIAEoAxIdChVkaXN0aW5jdF9kZXZpY2VfY291bnQYBCABKAMSHAoUZGlzdGluY3RfaW5vZGVfY291bnQYBSABKAMSHQoVZGlzdGluY3RfdGhyZWFkX2NvdW50GAYgASgD");
/**
* Describes the message perfetto.protos.AndroidIo.
* Use `create(AndroidIoSchema)` to create a new message.
*/
exports.AndroidIoSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_io_metric, 0);
/**
* Describes the message perfetto.protos.AndroidIo.F2fsCounterStats.
* Use `create(AndroidIo_F2fsCounterStatsSchema)` to create a new message.
*/
exports.AndroidIo_F2fsCounterStatsSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_io_metric, 0, 0);
/**
* Describes the message perfetto.protos.AndroidIo.F2fsWriteStats.
* Use `create(AndroidIo_F2fsWriteStatsSchema)` to create a new message.
*/
exports.AndroidIo_F2fsWriteStatsSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_io_metric, 0, 1);
//# sourceMappingURL=io_metric_pb.js.map