GPUMonitor 插件
GPUMonitor 插件允许监控显卡温度和芯片频率上的每帧信息(如果可用)。
插件提供的信息显示在右上角。
GPUMonitor 信息
也可以看看#
要从 UNIGINE SDK 浏览器运行插件示例,请转到 Samples -> UnigineScript -> Plugin 并运行 gpu_monitor_00 示例。
图形处理器信息#
以下信息可用于 GPU:
Graphics | 核心时钟,即 GPU 运行的频率。 |
---|---|
Memory | 内存时钟,即 GPU 内存运行的速度。 |
Processor | 着色器时钟,即着色器运行的速度。 |
Temperature | GPU温度。 |
下表展示了针对不同 GPU 显示的信息:
GPU | Graphics | Memory | Processor | Temperature |
---|---|---|---|---|
NVIDIA | ||||
AMD | ||||
Intel | 不支持 | 不支持 | 不支持 | 不支持 |
启动 GPUMonitor#
要使用该插件,请在项目创建时检查 UNIGINE SDK 浏览器中的 GPU Monitor 设置,然后在启动时指定 extern_plugin 命令行选项:
main_x64d -extern_plugin "UnigineGPUMonitor"
对于现有项目,转到 Other Actions -> Configure Project -> Video Output Options,选中 GPU Monitor 并单击 Update Configuration。
要在运行应用程序时隐藏或显示 GPUMonitor 插件信息,请使用 show_gpu 控制台命令:传递 1 显示信息,传递 0 隐藏它。
最新更新:
2024-08-16
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)