perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
62 lines • 3.09 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.GpuLog_SeveritySchema = exports.GpuLog_Severity = exports.GpuLogSchema = exports.file_protos_perfetto_trace_gpu_gpu_log = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/trace/gpu/gpu_log.proto.
*/
exports.file_protos_perfetto_trace_gpu_gpu_log = (0, codegenv1_1.fileDesc)("Cidwcm90b3MvcGVyZmV0dG8vdHJhY2UvZ3B1L2dwdV9sb2cucHJvdG8SD3BlcmZldHRvLnByb3RvcyKEAgoGR3B1TG9nEjIKCHNldmVyaXR5GAEgASgOMiAucGVyZmV0dG8ucHJvdG9zLkdwdUxvZy5TZXZlcml0eRILCgN0YWcYAiABKAkSEwoLbG9nX21lc3NhZ2UYAyABKAkiowEKCFNldmVyaXR5EhwKGExPR19TRVZFUklUWV9VTlNQRUNJRklFRBAAEhgKFExPR19TRVZFUklUWV9WRVJCT1NFEAESFgoSTE9HX1NFVkVSSVRZX0RFQlVHEAISFQoRTE9HX1NFVkVSSVRZX0lORk8QAxIYChRMT0dfU0VWRVJJVFlfV0FSTklORxAEEhYKEkxPR19TRVZFUklUWV9FUlJPUhAF");
/**
* Describes the message perfetto.protos.GpuLog.
* Use `create(GpuLogSchema)` to create a new message.
*/
exports.GpuLogSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_gpu_gpu_log, 0);
/**
* @generated from enum perfetto.protos.GpuLog.Severity
*/
var GpuLog_Severity;
(function (GpuLog_Severity) {
/**
* @generated from enum value: LOG_SEVERITY_UNSPECIFIED = 0;
*/
GpuLog_Severity[GpuLog_Severity["LOG_SEVERITY_UNSPECIFIED"] = 0] = "LOG_SEVERITY_UNSPECIFIED";
/**
* @generated from enum value: LOG_SEVERITY_VERBOSE = 1;
*/
GpuLog_Severity[GpuLog_Severity["LOG_SEVERITY_VERBOSE"] = 1] = "LOG_SEVERITY_VERBOSE";
/**
* @generated from enum value: LOG_SEVERITY_DEBUG = 2;
*/
GpuLog_Severity[GpuLog_Severity["LOG_SEVERITY_DEBUG"] = 2] = "LOG_SEVERITY_DEBUG";
/**
* @generated from enum value: LOG_SEVERITY_INFO = 3;
*/
GpuLog_Severity[GpuLog_Severity["LOG_SEVERITY_INFO"] = 3] = "LOG_SEVERITY_INFO";
/**
* @generated from enum value: LOG_SEVERITY_WARNING = 4;
*/
GpuLog_Severity[GpuLog_Severity["LOG_SEVERITY_WARNING"] = 4] = "LOG_SEVERITY_WARNING";
/**
* @generated from enum value: LOG_SEVERITY_ERROR = 5;
*/
GpuLog_Severity[GpuLog_Severity["LOG_SEVERITY_ERROR"] = 5] = "LOG_SEVERITY_ERROR";
})(GpuLog_Severity || (exports.GpuLog_Severity = GpuLog_Severity = {}));
/**
* Describes the enum perfetto.protos.GpuLog.Severity.
*/
exports.GpuLog_SeveritySchema = (0, codegenv1_1.enumDesc)(exports.file_protos_perfetto_trace_gpu_gpu_log, 0, 0);
//# sourceMappingURL=gpu_log_pb.js.map