perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
44 lines • 3.57 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.JavaHeapClassStats_InstanceStatsSchema = exports.JavaHeapClassStats_SampleSchema = exports.JavaHeapClassStats_TypeCountSchema = exports.JavaHeapClassStatsSchema = exports.file_protos_perfetto_metrics_android_java_heap_class_stats = 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/java_heap_class_stats.proto.
*/
exports.file_protos_perfetto_metrics_android_java_heap_class_stats = (0, codegenv1_1.fileDesc)("Cjtwcm90b3MvcGVyZmV0dG8vbWV0cmljcy9hbmRyb2lkL2phdmFfaGVhcF9jbGFzc19zdGF0cy5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIpUFChJKYXZhSGVhcENsYXNzU3RhdHMSSQoOaW5zdGFuY2Vfc3RhdHMYASADKAsyMS5wZXJmZXR0by5wcm90b3MuSmF2YUhlYXBDbGFzc1N0YXRzLkluc3RhbmNlU3RhdHMawwIKCVR5cGVDb3VudBIRCgl0eXBlX25hbWUYASABKAkSGwoTaXNfbGliY29yZV9vcl9hcnJheRgMIAEoCBIRCglvYmpfY291bnQYAiABKAMSEgoKc2l6ZV9ieXRlcxgDIAEoAxIZChFuYXRpdmVfc2l6ZV9ieXRlcxgEIAEoAxIbChNyZWFjaGFibGVfb2JqX2NvdW50GAUgASgDEhwKFHJlYWNoYWJsZV9zaXplX2J5dGVzGAYgASgDEiMKG3JlYWNoYWJsZV9uYXRpdmVfc2l6ZV9ieXRlcxgHIAEoAxIbChNkb21pbmF0ZWRfb2JqX2NvdW50GAggASgDEhwKFGRvbWluYXRlZF9zaXplX2J5dGVzGAkgASgDEiMKG2RvbWluYXRlZF9uYXRpdmVfc2l6ZV9ieXRlcxgKIAEoA0oECAsQDBpXCgZTYW1wbGUSCgoCdHMYASABKAMSQQoKdHlwZV9jb3VudBgCIAMoCzItLnBlcmZldHRvLnByb3Rvcy5KYXZhSGVhcENsYXNzU3RhdHMuVHlwZUNvdW50GpQBCg1JbnN0YW5jZVN0YXRzEgwKBHVwaWQYASABKA0SOAoHcHJvY2VzcxgCIAEoCzInLnBlcmZldHRvLnByb3Rvcy5BbmRyb2lkUHJvY2Vzc01ldGFkYXRhEjsKB3NhbXBsZXMYAyADKAsyKi5wZXJmZXR0by5wcm90b3MuSmF2YUhlYXBDbGFzc1N0YXRzLlNhbXBsZQ", [process_metadata_pb_1.file_protos_perfetto_metrics_android_process_metadata]);
/**
* Describes the message perfetto.protos.JavaHeapClassStats.
* Use `create(JavaHeapClassStatsSchema)` to create a new message.
*/
exports.JavaHeapClassStatsSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_java_heap_class_stats, 0);
/**
* Describes the message perfetto.protos.JavaHeapClassStats.TypeCount.
* Use `create(JavaHeapClassStats_TypeCountSchema)` to create a new message.
*/
exports.JavaHeapClassStats_TypeCountSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_java_heap_class_stats, 0, 0);
/**
* Describes the message perfetto.protos.JavaHeapClassStats.Sample.
* Use `create(JavaHeapClassStats_SampleSchema)` to create a new message.
*/
exports.JavaHeapClassStats_SampleSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_java_heap_class_stats, 0, 1);
/**
* Describes the message perfetto.protos.JavaHeapClassStats.InstanceStats.
* Use `create(JavaHeapClassStats_InstanceStatsSchema)` to create a new message.
*/
exports.JavaHeapClassStats_InstanceStatsSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_java_heap_class_stats, 0, 2);
//# sourceMappingURL=java_heap_class_stats_pb.js.map