- Joined
- Mar 28, 2016
- Messages
- 1,623
- Reaction score
- 1,439
- First Language
- French
- Primarily Uses
- RMMV
I came across something very interesting. !
I noticed a serious performance gain by adding some line in the package from nodeJS.
the result with this line
give me about 7.8125% cpu load average
and without line 11.5234%
the average is clearly visible, and also for each core. !
i try test with simple basic rmmv project, not use pixi only the basic.
I run in game about 2 min for each test.
what do you think of these results, I think that deserve to be interested?
i use OpenHardwareMonitor for get the result.
if other can confirm a serious difference in charge of cpu?
I noticed a serious performance gain by adding some line in the package from nodeJS.
the result with this line
PHP:
"chromium-args" : "--show-fps-counter --in-process-gpu --ignore-gpu-blacklist --force-gpu-mem-available-mb=10000 --force-gpu-rasterization --enable-native-gpu-memory-buffers --enable-gpu-memory-buffer-compositor-resources",
PHP:
| +- CPU Total :min:2.34375 max:7.8125 (/intelcpu/0/load/0)
| +- CPU Core #1 :min:0.78125 max:9.375 (/intelcpu/0/load/1)
| +- CPU Core #2 :min:0 max:7.8125 (/intelcpu/0/load/2)
| +- CPU Core #3 :min:0.78125 max:8.59375 (/intelcpu/0/load/3)
| +- CPU Core #4 :min:3.125 max:10.1563 (/intelcpu/0/load/4)
PHP:
| +- CPU Total :min:2.73438 max:11.5234 (/intelcpu/0/load/0)
| +- CPU Core #1 :min:0.78125 max:10.9375 (/intelcpu/0/load/1)
| +- CPU Core #2 :min:0.78125 max:15.625 (/intelcpu/0/load/2)
| +- CPU Core #3 :min:2.34375 max:10.1563 (/intelcpu/0/load/3)
| +- CPU Core #4 :min:2.34375 max:11.7188 (/intelcpu/0/load/4)
i try test with simple basic rmmv project, not use pixi only the basic.
I run in game about 2 min for each test.
what do you think of these results, I think that deserve to be interested?
i use OpenHardwareMonitor for get the result.
if other can confirm a serious difference in charge of cpu?
Last edited:

