aosp12/external/igt-gpu-tools/benchmarks
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
ezbench.d init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
wsim init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.gitignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Makefile.am init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Makefile.sources init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ewma.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem_blt.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem_busy.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem_create.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem_exec_ctx.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem_exec_fault.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem_exec_nop.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem_exec_reloc.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem_exec_trace.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem_exec_tracer.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem_latency.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem_mmap.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem_prw.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem_set_domain.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem_syslatency.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem_userptr_benchmark.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gem_wsim.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ilog2.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
intel_upload_blit_large.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
intel_upload_blit_large_gtt.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
intel_upload_blit_large_map.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
intel_upload_blit_small.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
kms_throughput.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
kms_vblank.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
meson.build init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
prime_lookup.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
vgem_mmap.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README

These benchmarks are designed to be used from within a benchmark framework
like http://cgit.freedesktop.org/~mperes/ezbench/.

A typical way to run them would be:

$ ~/ezbench/ezbench.sh -p ./linux,git -m '' -b gem: -r 15

which executes the set of gem benchmarks, 15 times each, using HEAD of
./linux.git as the reference commit.