Плагин GPUMonitor
Чтобы использовать этот функционал вам необходимо получить лицензию на
The GPUMonitor plugin allows monitoring the graphics card temperature and per-frame information on the chip frequency (if available).Плагин GPUMonitor позволяет отслеживать температуру видеокарты и покадровую информацию о частоте микросхемы (при ее наличии).
The information provided by the plugin is displayed in the upper right corner.Информация, предоставляемая плагином, отображается в правом верхнем углу.
See AlsoСмотрите также#
- GPUMonitor Plugin classesКлассы GPUMonitor Plugin
- The <UnigineSDK>/data/samples/plugins/gpu_monitor_00.cpp sampleПример <UnigineSDK>/data/samples/plugins/gpu_monitor_00.cpp
To run the plugin sample from the UNIGINE SDK Browser, go to Samples -> UnigineScript -> Plugin and run the gpu_monitor_00 sample.Чтобы запустить пример плагина из UNIGINE SDK Browser, перейдите к Samples -> UnigineScript -> Plugin и запустите пример gpu_monitor_00.
GPU InformationИнформация о GPU#
The following information is available for GPU:Для графического процессора доступна следующая информация:
Graphics | Core clock, i.e. frequency, at which the GPU is running.Тактовая частота ядра, то есть частота, на которой работает графический процессор. |
---|---|
Memory | Memory clock, i.e. how fast the GPU memory is running.Тактовая частота памяти, то есть скорость работы памяти графического процессора. |
Processor | Shader clock, i.e. how fast the shaders operate.Часы шейдеров, то есть скорость работы шейдеров. |
Temperature | GPU temperature.Температура графического процессора. |
The table below demonstrates which information is shown for different GPUs:В таблице ниже показано, какая информация отображается для разных графических процессоров:
GPU | Graphics | Memory | Processor | Temperature |
---|---|---|---|---|
NVIDIA | ||||
AMD | ||||
Intel | not supported не поддерживается | not supported не поддерживается | not supported не поддерживается | not supported не поддерживается |
Launching GPUMonitorЗапуск GPUMonitor#
To use the plugin, check the GPU Monitor setting in UNIGINE SDK Browser on project creation and then specify the extern_plugin command line option on the start-up:Чтобы использовать плагин, проверьте параметр GPU Monitor в браузере UNIGINE SDK при создании проекта, а затем укажите параметр командной строки extern_plugin при запуске:
main_x64d -extern_plugin "UnigineGPUMonitor"
To hide or show the GPUMonitor plugin information while running the application, use the show_gpu console command: pass 1 to show the information, 0 to hide it.Чтобы скрыть или показать информацию о плагине GPUMonitor во время работы приложения, используйте консольную команду show_gpu: pass 1, чтобы показать информацию, 0, чтобы скрыть ее.