perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
33 lines • 2.95 kB
JavaScript
;
//
// Copyright (C) 2018 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.HeapprofdConfig_ContinuousDumpConfigSchema = exports.HeapprofdConfigSchema = exports.file_protos_perfetto_config_profiling_heapprofd_config = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/config/profiling/heapprofd_config.proto.
*/
exports.file_protos_perfetto_config_profiling_heapprofd_config = (0, codegenv1_1.fileDesc)("Cjdwcm90b3MvcGVyZmV0dG8vY29uZmlnL3Byb2ZpbGluZy9oZWFwcHJvZmRfY29uZmlnLnByb3RvEg9wZXJmZXR0by5wcm90b3MizAYKD0hlYXBwcm9mZENvbmZpZxIfChdzYW1wbGluZ19pbnRlcnZhbF9ieXRlcxgBIAEoBBIpCiFhZGFwdGl2ZV9zYW1wbGluZ19zaG1lbV90aHJlc2hvbGQYGCABKAQSNQotYWRhcHRpdmVfc2FtcGxpbmdfbWF4X3NhbXBsaW5nX2ludGVydmFsX2J5dGVzGBkgASgEEhcKD3Byb2Nlc3NfY21kbGluZRgCIAMoCRILCgNwaWQYBCADKAQSGwoTdGFyZ2V0X2luc3RhbGxlZF9ieRgaIAMoCRINCgVoZWFwcxgUIAMoCRIVCg1leGNsdWRlX2hlYXBzGBsgAygJEhoKEnN0cmVhbV9hbGxvY2F0aW9ucxgXIAEoCBIfChdoZWFwX3NhbXBsaW5nX2ludGVydmFscxgWIAMoBBIRCglhbGxfaGVhcHMYFSABKAgSCwoDYWxsGAUgASgIEh8KF21pbl9hbm9ueW1vdXNfbWVtb3J5X2tiGA8gASgNEh8KF21heF9oZWFwcHJvZmRfbWVtb3J5X2tiGBAgASgNEh4KFm1heF9oZWFwcHJvZmRfY3B1X3NlY3MYESABKAQSGgoSc2tpcF9zeW1ib2xfcHJlZml4GAcgAygJElUKFmNvbnRpbnVvdXNfZHVtcF9jb25maWcYBiABKAsyNS5wZXJmZXR0by5wcm90b3MuSGVhcHByb2ZkQ29uZmlnLkNvbnRpbnVvdXNEdW1wQ29uZmlnEhgKEHNobWVtX3NpemVfYnl0ZXMYCCABKAQSFAoMYmxvY2tfY2xpZW50GAkgASgIEh8KF2Jsb2NrX2NsaWVudF90aW1lb3V0X3VzGA4gASgNEhIKCm5vX3N0YXJ0dXAYCiABKAgSEgoKbm9fcnVubmluZxgLIAEoCBITCgtkdW1wX2F0X21heBgNIAEoCBIdChVkaXNhYmxlX2ZvcmtfdGVhcmRvd24YEiABKAgSHwoXZGlzYWJsZV92Zm9ya19kZXRlY3Rpb24YEyABKAgaRwoUQ29udGludW91c0R1bXBDb25maWcSFQoNZHVtcF9waGFzZV9tcxgFIAEoDRIYChBkdW1wX2ludGVydmFsX21zGAYgASgNSgQIDBAN");
/**
* Describes the message perfetto.protos.HeapprofdConfig.
* Use `create(HeapprofdConfigSchema)` to create a new message.
*/
exports.HeapprofdConfigSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_config_profiling_heapprofd_config, 0);
/**
* Describes the message perfetto.protos.HeapprofdConfig.ContinuousDumpConfig.
* Use `create(HeapprofdConfig_ContinuousDumpConfigSchema)` to create a new message.
*/
exports.HeapprofdConfig_ContinuousDumpConfigSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_config_profiling_heapprofd_config, 0, 0);
//# sourceMappingURL=heapprofd_config_pb.js.map