mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 21:02:59 +00:00
benchmarks/gem_syslatency: Prevent CPU sleeps (C-states)
In order to keep the latency as low as possible for the idle load, we need to keep the CPU awake. Otherwise we end up with the busy workload having lower latency than the idle workload! Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -8,6 +8,7 @@ gem_latency
|
||||
gem_mmap
|
||||
gem_prw
|
||||
gem_set_domain
|
||||
gem_syslatency
|
||||
gem_userptr_benchmark
|
||||
intel_upload_blit_large
|
||||
intel_upload_blit_large_gtt
|
||||
|
||||
Reference in New Issue
Block a user