You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can change the code for this file to reflect the properties seen on the charts. The last argument to formatDataForGraph is the property name to chart, which matches exactly the column headers of the stats command output you post.
You will probably have difficulty though since there's 3 different units (FPS/CPU/In+out). I think that JS charting library I used only supports a primary and secondary Y axis.
We have an issue that CPU is a very very small line at the bottom. CPU values range from 0 to 100, FPS range from 0 to 500(sometimes it spikes to 1600 during in-game adrenaline). IN and OUT are between 3000 and 400 000. How do we make CPU more visible in the graph?
For AS:RD it shows only FPS. How do we output CPU, In, Out too? The output of "stats" command is:
The text was updated successfully, but these errors were encountered: