How to read GPU profiler
How to use GPU profiler stats?
[P] seeking feedback on a gpu profiler I made as a Python package
GPU Profiling tools
Videos
I’m running the editor at 40/50 fps, when I run the profileGPU command it say my scene took 40ms, but when I click on it, it say (on the image I linked) it took 20ms, and as you can see in the graph the missing 20ms are blank and there is nothing on it, but they are still there. What’s going on ?
https://imgur.com/a/30C1ubb
P.S.: My scene has like 1300 actors, and while using world partition and getting far enough to unload every actor, I gain like 5fps max
Recently released a project that profiles GPU. It classifies operations as compute/memory/overhead bound and suggests fixes. works on any gpu through auto-calibration
Let me know https://pypi.org/project/gpu-regime-profiler/
pip install gpu-regime-profiler
Would you prefer terminal based or a window displaying all the real time info ? For now I got
Power Usage, Temperature, GPU Clock, GPU fan speed, Board ID, vBIOS version, GPU model, GPU architecture, PCIe link gen used & max, vRAM used / total, device file path for Linux, gpu arch, CUDA/NVML/Driver version.
Thanks !