perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
38 lines • 2.6 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.G2dMetrics_G2dMetricSchema = exports.G2dMetrics_G2dInstanceSchema = exports.G2dMetricsSchema = exports.file_protos_perfetto_metrics_android_g2d_metric = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/metrics/android/g2d_metric.proto.
*/
exports.file_protos_perfetto_metrics_android_g2d_metric = (0, codegenv1_1.fileDesc)("CjBwcm90b3MvcGVyZmV0dG8vbWV0cmljcy9hbmRyb2lkL2cyZF9tZXRyaWMucHJvdG8SD3BlcmZldHRvLnByb3RvcyK6AwoKRzJkTWV0cmljcxI1CgZnMmRfaHcYASABKAsyJS5wZXJmZXR0by5wcm90b3MuRzJkTWV0cmljcy5HMmRNZXRyaWMSNQoGZzJkX3N3GAIgASgLMiUucGVyZmV0dG8ucHJvdG9zLkcyZE1ldHJpY3MuRzJkTWV0cmljGocBCgtHMmRJbnN0YW5jZRIMCgRuYW1lGAEgASgJEhMKC2ZyYW1lX2NvdW50GAUgASgNEhMKC2Vycm9yX2NvdW50GAYgASgNEhIKCm1heF9kdXJfbXMYByABKAESEgoKbWluX2R1cl9tcxgIIAEoARISCgphdmdfZHVyX21zGAkgASgBSgQIAhAFGrMBCglHMmRNZXRyaWMSOgoJaW5zdGFuY2VzGAEgAygLMicucGVyZmV0dG8ucHJvdG9zLkcyZE1ldHJpY3MuRzJkSW5zdGFuY2USEwoLZnJhbWVfY291bnQYBSABKA0SEwoLZXJyb3JfY291bnQYBiABKA0SEgoKbWF4X2R1cl9tcxgHIAEoARISCgptaW5fZHVyX21zGAggASgBEhIKCmF2Z19kdXJfbXMYCSABKAFKBAgCEAU");
/**
* Describes the message perfetto.protos.G2dMetrics.
* Use `create(G2dMetricsSchema)` to create a new message.
*/
exports.G2dMetricsSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_g2d_metric, 0);
/**
* Describes the message perfetto.protos.G2dMetrics.G2dInstance.
* Use `create(G2dMetrics_G2dInstanceSchema)` to create a new message.
*/
exports.G2dMetrics_G2dInstanceSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_g2d_metric, 0, 0);
/**
* Describes the message perfetto.protos.G2dMetrics.G2dMetric.
* Use `create(G2dMetrics_G2dMetricSchema)` to create a new message.
*/
exports.G2dMetrics_G2dMetricSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_g2d_metric, 0, 1);
//# sourceMappingURL=g2d_metric_pb.js.map