Commit Graph

306 Commits (90ad332f381d05806f6541c512fa4cf92cfa4ed6)
 

Author SHA1 Message Date
FlightlessMango a99720f311 Change to nanoseconds 5 years ago
FlightlessMango f38389b967 FPS limiter 5 years ago
FlightlessMango 4be6d4c748 Added frametime ms next to frametime graph 5 years ago
FlightlessMango bd4c402824 Added Frametime label 5 years ago
FlightlessMango c6d7fdd110 Fixed some issue with calculating hud height 5 years ago
telans 1bc513f572
remove nvidiaSmiThread 5 years ago
jackun 97fcafd030
Check if amdgpu file handles are valid 5 years ago
Georg Lehmann 908d46d6ea
Correctly wait in the fragment stage until all semaphores are signaled
This fixes two issues:
- a crash if the application uses more than one semaphore for presenting because the driver expects one stage per semaphore
- the swapchain image could be not ready yet if the semaphores aren't signaled, \#946[1] is possible related

[1] https://gitlab.freedesktop.org/mesa/mesa/issues/946

Signed-off-by: jackun <jack.un@gmail.com>
5 years ago
jackun 3c8376588a
Init gpu stats when VkDevice gets created 5 years ago
telans 435f58f710
build.sh update package based timestamp 5 years ago
jackun d534a46c54
build.sh: fix copy/paste error, install mako too 5 years ago
FlightlessMango 1e475ac02c removed unused nvctrl 5 years ago
jackun 46d8a03b50
Use PRId64 for int64_t string format 5 years ago
telans 6b219fcb6f
update example gif with vram 5 years ago
telans eedf06acbe
add "ram" & "vram" options to readme 5 years ago
FlightlessMango 36eba167d8
use nvml for nvidia gpu memory instead of nvctrl 5 years ago
FlightlessMango 35d8f7c829
add ram/vram param options 5 years ago
FlightlessMango beaac191d1
Displaying used ram and vram on the hud 5 years ago
FlightlessMango 6affdb8c51
fetch nvidia vram used from nvctrl 5 years ago
FlightlessMango 23280e0e78
fetching vram for amd gpus 5 years ago
FlightlessMango d97719e3d6
get nvidia vram from nvml 5 years ago
FlightlessMango 5201a26d95
detach memory thread when done 5 years ago
FlightlessMango e3b380b970
changed mem color 5 years ago
FlightlessMango 14ad1e015a
Display memory stats on the hud 5 years ago
FlightlessMango 8ab7cd0f20
Basic memory fetching 5 years ago
FlightlessMango d20a92a0c4 Write system info to log file 5 years ago
FlightlessMango 68599a02a3 param options for cpu_stats and gpu_stats 5 years ago
flightlessmango 04de13987e
Added LICENSE 5 years ago
jackun bba8702ff3
Check if engine name is set 5 years ago
jackun bf45bd9a02
Don't increment cpuData index inline 5 years ago
jackun 6d3d869586
Fix system info and stats parsing 5 years ago
jackun 217b65f0e9
Some cpu/gpu stats parsing fixes 5 years ago
jackun 6400ab3cdc
meson: option to add _GLIBCXX_ASSERTIONS define 5 years ago
jackun b5bfd437a6
Add file and string utility functions 5 years ago
jackun f559730d2f
Return bool from checkNvidia() 5 years ago
telans 56099d1035
build.sh: fix VERSION with tags 5 years ago
jackun 4ee5670ac2
Update README.md
Add `frame_timing` and how to hide it.
5 years ago
telans 1b5bc3de7b
update overlay example 5 years ago
telans 56ef50c77e
update README 5 years ago
telans 539e1bb4dc
saturate the colors a little 5 years ago
telans 845d4c73ad
build.sh: fix installation
appears as if case doesn't play well when stringing together multiple arguments
5 years ago
telans 5ead806acb
Merge branch 'package-install' 5 years ago
telans cbf235ad69
build.sh: support multiple arguments 5 years ago
jackun ca0462f817
Revert "Fix Get*ProcAddr functions' exports"
This reverts commit 3f036dd3a0.
5 years ago
telans b6b8b157e7
install.sh: verbose 5 years ago
telans f2798a2cd9
build.sh: distributable package 5 years ago
jackun 7f6bc9434a
Fix nvml loader's ctor 5 years ago
telans d923ac6673
build.sh: condense scripts 5 years ago
telans 74aa308f58
build.sh: fix building on fedora 5 years ago
FlightlessMango dcb0dcd441 Merge branch 'dynamic_nvml' 5 years ago