I want to bring information through Script to check performance such as GPU, CPU, and FPS that appear in the processorload window. Is there a built-in reveal api available in the current latest version?
Basictech
Comments
Eifert@Aximmetry
-
Hi,
We don't have a module or API that can access the values in the processorload window. If you want, I can add this to our request list if you can tell a little bit more about how would you use such data.
Note, you can actually calculate the current frame rate with the following modules: The Vector History module is set by default to one second, so the above logic will give you the average frame rate in the last second. The Delay module needs to be set to Frames On and Delay to 1 (1 frame delay).
This won't give you a 100% accurate value, but it should be accurate enough for most use cases.
An error occurred while uploading, please try again.
Cookie consent
Our website uses cookies to give you the best online experience, also we use other technologies to improve
and analyze our website traffic, and to understand where our visitors are coming from.
Hi,
We don't have a module or API that can access the values in the processorload window. If you want, I can add this to our request list if you can tell a little bit more about how would you use such data.
Note, you can actually calculate the current frame rate with the following modules:

The Vector History module is set by default to one second, so the above logic will give you the average frame rate in the last second. The Delay module needs to be set to Frames On and Delay to 1 (1 frame delay).
This won't give you a 100% accurate value, but it should be accurate enough for most use cases.
Warmest regards,