perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
54 lines • 2.98 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.ChromeConfig_ClientPrioritySchema = exports.ChromeConfig_ClientPriority = exports.ChromeConfigSchema = exports.file_protos_perfetto_config_chrome_chrome_config = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/config/chrome/chrome_config.proto.
*/
exports.file_protos_perfetto_config_chrome_chrome_config = (0, codegenv1_1.fileDesc)("CjFwcm90b3MvcGVyZmV0dG8vY29uZmlnL2Nocm9tZS9jaHJvbWVfY29uZmlnLnByb3RvEg9wZXJmZXR0by5wcm90b3MikgIKDENocm9tZUNvbmZpZxIUCgx0cmFjZV9jb25maWcYASABKAkSIQoZcHJpdmFjeV9maWx0ZXJpbmdfZW5hYmxlZBgCIAEoCBIeChZjb252ZXJ0X3RvX2xlZ2FjeV9qc29uGAMgASgIEkUKD2NsaWVudF9wcmlvcml0eRgEIAEoDjIsLnBlcmZldHRvLnByb3Rvcy5DaHJvbWVDb25maWcuQ2xpZW50UHJpb3JpdHkSHwoXanNvbl9hZ2VudF9sYWJlbF9maWx0ZXIYBSABKAkiQQoOQ2xpZW50UHJpb3JpdHkSCwoHVU5LTk9XThAAEg4KCkJBQ0tHUk9VTkQQARISCg5VU0VSX0lOSVRJQVRFRBAC");
/**
* Describes the message perfetto.protos.ChromeConfig.
* Use `create(ChromeConfigSchema)` to create a new message.
*/
exports.ChromeConfigSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_config_chrome_chrome_config, 0);
/**
* Priority of the tracing session client. A higher priority session may
* preempt a lower priority one in configurations where concurrent sessions
* aren't supported.
*
* @generated from enum perfetto.protos.ChromeConfig.ClientPriority
*/
var ChromeConfig_ClientPriority;
(function (ChromeConfig_ClientPriority) {
/**
* @generated from enum value: UNKNOWN = 0;
*/
ChromeConfig_ClientPriority[ChromeConfig_ClientPriority["UNKNOWN"] = 0] = "UNKNOWN";
/**
* @generated from enum value: BACKGROUND = 1;
*/
ChromeConfig_ClientPriority[ChromeConfig_ClientPriority["BACKGROUND"] = 1] = "BACKGROUND";
/**
* @generated from enum value: USER_INITIATED = 2;
*/
ChromeConfig_ClientPriority[ChromeConfig_ClientPriority["USER_INITIATED"] = 2] = "USER_INITIATED";
})(ChromeConfig_ClientPriority || (exports.ChromeConfig_ClientPriority = ChromeConfig_ClientPriority = {}));
/**
* Describes the enum perfetto.protos.ChromeConfig.ClientPriority.
*/
exports.ChromeConfig_ClientPrioritySchema = (0, codegenv1_1.enumDesc)(exports.file_protos_perfetto_config_chrome_chrome_config, 0, 0);
//# sourceMappingURL=chrome_config_pb.js.map