perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
33 lines • 2.31 kB
JavaScript
;
//
// Copyright (C) 2019 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.JavaHprofConfig_ContinuousDumpConfigSchema = exports.JavaHprofConfigSchema = exports.file_protos_perfetto_config_profiling_java_hprof_config = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/config/profiling/java_hprof_config.proto.
*/
exports.file_protos_perfetto_config_profiling_java_hprof_config = (0, codegenv1_1.fileDesc)("Cjhwcm90b3MvcGVyZmV0dG8vY29uZmlnL3Byb2ZpbGluZy9qYXZhX2hwcm9mX2NvbmZpZy5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIuECCg9KYXZhSHByb2ZDb25maWcSFwoPcHJvY2Vzc19jbWRsaW5lGAEgAygJEgsKA3BpZBgCIAMoBBIbChN0YXJnZXRfaW5zdGFsbGVkX2J5GAcgAygJElUKFmNvbnRpbnVvdXNfZHVtcF9jb25maWcYAyABKAsyNS5wZXJmZXR0by5wcm90b3MuSmF2YUhwcm9mQ29uZmlnLkNvbnRpbnVvdXNEdW1wQ29uZmlnEh8KF21pbl9hbm9ueW1vdXNfbWVtb3J5X2tiGAQgASgNEhIKCmR1bXBfc21hcHMYBSABKAgSFQoNaWdub3JlZF90eXBlcxgGIAMoCRpoChRDb250aW51b3VzRHVtcENvbmZpZxIVCg1kdW1wX3BoYXNlX21zGAEgASgNEhgKEGR1bXBfaW50ZXJ2YWxfbXMYAiABKA0SHwoXc2Nhbl9waWRzX29ubHlfb25fc3RhcnQYAyABKAg");
/**
* Describes the message perfetto.protos.JavaHprofConfig.
* Use `create(JavaHprofConfigSchema)` to create a new message.
*/
exports.JavaHprofConfigSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_config_profiling_java_hprof_config, 0);
/**
* Describes the message perfetto.protos.JavaHprofConfig.ContinuousDumpConfig.
* Use `create(JavaHprofConfig_ContinuousDumpConfigSchema)` to create a new message.
*/
exports.JavaHprofConfig_ContinuousDumpConfigSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_config_profiling_java_hprof_config, 0, 0);
//# sourceMappingURL=java_hprof_config_pb.js.map