perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
34 lines • 2.26 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.GpuCounterEvent_GpuCounterSchema = exports.GpuCounterEventSchema = exports.file_protos_perfetto_trace_gpu_gpu_counter_event = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
const gpu_counter_descriptor_pb_1 = require("../../common/gpu_counter_descriptor_pb");
/**
* Describes the file protos/perfetto/trace/gpu/gpu_counter_event.proto.
*/
exports.file_protos_perfetto_trace_gpu_gpu_counter_event = (0, codegenv1_1.fileDesc)("CjFwcm90b3MvcGVyZmV0dG8vdHJhY2UvZ3B1L2dwdV9jb3VudGVyX2V2ZW50LnByb3RvEg9wZXJmZXR0by5wcm90b3Mi+wEKD0dwdUNvdW50ZXJFdmVudBJBChJjb3VudGVyX2Rlc2NyaXB0b3IYASABKAsyJS5wZXJmZXR0by5wcm90b3MuR3B1Q291bnRlckRlc2NyaXB0b3ISPQoIY291bnRlcnMYAiADKAsyKy5wZXJmZXR0by5wcm90b3MuR3B1Q291bnRlckV2ZW50LkdwdUNvdW50ZXISDgoGZ3B1X2lkGAMgASgFGlYKCkdwdUNvdW50ZXISEgoKY291bnRlcl9pZBgBIAEoDRITCglpbnRfdmFsdWUYAiABKANIABIWCgxkb3VibGVfdmFsdWUYAyABKAFIAEIHCgV2YWx1ZQ", [gpu_counter_descriptor_pb_1.file_protos_perfetto_common_gpu_counter_descriptor]);
/**
* Describes the message perfetto.protos.GpuCounterEvent.
* Use `create(GpuCounterEventSchema)` to create a new message.
*/
exports.GpuCounterEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_gpu_gpu_counter_event, 0);
/**
* Describes the message perfetto.protos.GpuCounterEvent.GpuCounter.
* Use `create(GpuCounterEvent_GpuCounterSchema)` to create a new message.
*/
exports.GpuCounterEvent_GpuCounterSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_gpu_gpu_counter_event, 0, 0);
//# sourceMappingURL=gpu_counter_event_pb.js.map