perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
34 lines • 3.15 kB
JavaScript
;
//
// 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.AndroidGarbageCollectionUnaggMetric_GarbageCollectionEventSchema = exports.AndroidGarbageCollectionUnaggMetricSchema = exports.file_protos_perfetto_metrics_android_android_garbage_collection_unagg_metric = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
const process_metadata_pb_1 = require("./process_metadata_pb");
/**
* Describes the file protos/perfetto/metrics/android/android_garbage_collection_unagg_metric.proto.
*/
exports.file_protos_perfetto_metrics_android_android_garbage_collection_unagg_metric = (0, codegenv1_1.fileDesc)("Ck1wcm90b3MvcGVyZmV0dG8vbWV0cmljcy9hbmRyb2lkL2FuZHJvaWRfZ2FyYmFnZV9jb2xsZWN0aW9uX3VuYWdnX21ldHJpYy5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIvwECiNBbmRyb2lkR2FyYmFnZUNvbGxlY3Rpb25VbmFnZ01ldHJpYxJeCglnY19ldmVudHMYASADKAsySy5wZXJmZXR0by5wcm90b3MuQW5kcm9pZEdhcmJhZ2VDb2xsZWN0aW9uVW5hZ2dNZXRyaWMuR2FyYmFnZUNvbGxlY3Rpb25FdmVudBr0AwoWR2FyYmFnZUNvbGxlY3Rpb25FdmVudBITCgt0aHJlYWRfbmFtZRgBIAEoCRIUCgxwcm9jZXNzX25hbWUYAiABKAkSDwoHZ2NfdHlwZRgDIAEoCRIXCg9pc19tYXJrX2NvbXBhY3QYBCABKAMSFAoMcmVjbGFpbWVkX21iGAUgASgBEhMKC21pbl9oZWFwX21iGAYgASgBEhMKC21heF9oZWFwX21iGAcgASgBEh8KF21iX3Blcl9tc19vZl9ydW5uaW5nX2djGAggASgBEhwKFG1iX3Blcl9tc19vZl93YWxsX2djGAkgASgBEg4KBmdjX2R1chgKIAEoAxIWCg5nY19ydW5uaW5nX2R1chgLIAEoAxIXCg9nY19ydW5uYWJsZV9kdXIYDCABKAMSFwoPZ2NfdW5pbnRfaW9fZHVyGA0gASgDEhsKE2djX3VuaW50X25vbl9pb19kdXIYDiABKAMSEgoKZ2NfaW50X2R1chgPIAEoAxINCgVnY190cxgQIAEoAxILCgNwaWQYESABKAMSCwoDdGlkGBIgASgDEhgKEGdjX21vbm90b25pY19kdXIYEyABKAMSOAoHcHJvY2VzcxgUIAEoCzInLnBlcmZldHRvLnByb3Rvcy5BbmRyb2lkUHJvY2Vzc01ldGFkYXRh", [process_metadata_pb_1.file_protos_perfetto_metrics_android_process_metadata]);
/**
* Describes the message perfetto.protos.AndroidGarbageCollectionUnaggMetric.
* Use `create(AndroidGarbageCollectionUnaggMetricSchema)` to create a new message.
*/
exports.AndroidGarbageCollectionUnaggMetricSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_android_garbage_collection_unagg_metric, 0);
/**
* Describes the message perfetto.protos.AndroidGarbageCollectionUnaggMetric.GarbageCollectionEvent.
* Use `create(AndroidGarbageCollectionUnaggMetric_GarbageCollectionEventSchema)` to create a new message.
*/
exports.AndroidGarbageCollectionUnaggMetric_GarbageCollectionEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_android_garbage_collection_unagg_metric, 0, 0);
//# sourceMappingURL=android_garbage_collection_unagg_metric_pb.js.map