perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
34 lines • 2.59 kB
JavaScript
;
//
// Copyright (C) 2017 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.StressTestConfig_WriterTimingSchema = exports.StressTestConfigSchema = exports.file_protos_perfetto_config_stress_test_config = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
const trace_config_pb_1 = require("./trace_config_pb");
/**
* Describes the file protos/perfetto/config/stress_test_config.proto.
*/
exports.file_protos_perfetto_config_stress_test_config = (0, codegenv1_1.fileDesc)("Ci9wcm90b3MvcGVyZmV0dG8vY29uZmlnL3N0cmVzc190ZXN0X2NvbmZpZy5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIpkEChBTdHJlc3NUZXN0Q29uZmlnEjIKDHRyYWNlX2NvbmZpZxgBIAEoCzIcLnBlcmZldHRvLnByb3Rvcy5UcmFjZUNvbmZpZxIVCg1zaG1lbV9zaXplX2tiGAIgASgNEhoKEnNobWVtX3BhZ2Vfc2l6ZV9rYhgDIAEoDRIVCg1udW1fcHJvY2Vzc2VzGAQgASgNEhMKC251bV90aHJlYWRzGAUgASgNEhIKCm1heF9ldmVudHMYBiABKA0SDwoHbmVzdGluZxgHIAEoDRJMChRzdGVhZHlfc3RhdGVfdGltaW5ncxgIIAEoCzIuLnBlcmZldHRvLnByb3Rvcy5TdHJlc3NUZXN0Q29uZmlnLldyaXRlclRpbWluZxIXCg9idXJzdF9wZXJpb2RfbXMYCSABKA0SGQoRYnVyc3RfZHVyYXRpb25fbXMYCiABKA0SRQoNYnVyc3RfdGltaW5ncxgLIAEoCzIuLnBlcmZldHRvLnByb3Rvcy5TdHJlc3NUZXN0Q29uZmlnLldyaXRlclRpbWluZxqDAQoMV3JpdGVyVGltaW5nEhQKDHBheWxvYWRfbWVhbhgBIAEoARIWCg5wYXlsb2FkX3N0ZGRldhgCIAEoARIRCglyYXRlX21lYW4YAyABKAESEwoLcmF0ZV9zdGRkZXYYBCABKAESHQoVcGF5bG9hZF93cml0ZV90aW1lX21zGAUgASgN", [trace_config_pb_1.file_protos_perfetto_config_trace_config]);
/**
* Describes the message perfetto.protos.StressTestConfig.
* Use `create(StressTestConfigSchema)` to create a new message.
*/
exports.StressTestConfigSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_config_stress_test_config, 0);
/**
* Describes the message perfetto.protos.StressTestConfig.WriterTiming.
* Use `create(StressTestConfig_WriterTimingSchema)` to create a new message.
*/
exports.StressTestConfig_WriterTimingSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_config_stress_test_config, 0, 0);
//# sourceMappingURL=stress_test_config_pb.js.map