summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)AuthorFilesLines
2016-04-03benchmarks: Include my ezbench test runnersChris Wilson10-0/+242
2016-04-03benchmarks/gem_latency: Add a -C switch to measure impact of cmdparserChris Wilson1-9/+23
2016-03-24benchmarks/gem_exec_nop: Include a measurement across all ringsChris Wilson1-6/+30
2016-03-24lib: Add a GPU error detectorChris Wilson1-1/+1
2016-03-19lib/igt_aux: Divert ioctls for signal injectionChris Wilson1-1/+1
2016-03-11benchmarks/gem_syslatency: Add extra android guard to attr_setaffinity_npDerek Morton1-0/+2
2016-03-10igt/gem_exec_nop: Fix logical inversion for checking of valid execbufChris Wilson1-2/+1
2016-03-10benchmarks/gem_syslatency: Guard setaffinity_npChris Wilson1-22/+19
2016-03-10benchmarks/gem_syslatency: Subtract the clock_gettime() overheadChris Wilson1-4/+18
2016-03-10benchmarks/gem_syslatency: Prevent CPU sleeps (C-states)Chris Wilson2-1/+14
2016-03-10benchmarks/gem_syslatency: Measure unloaded latencyChris Wilson1-15/+23
2016-03-09benchmarks: Add gem_syslatencyChris Wilson3-0/+304
2016-03-08benchmarks/gem_latency: Replace igt_stats with igt_meanChris Wilson1-12/+13
2016-03-01benchmarks/gem_blt: Measure the throughput of synchronous copiesChris Wilson1-3/+14
2016-02-11lib: Add gem_userptr and __gem_userptr helpersTiago Vignatti1-49/+6
2016-01-27lib: Share common __gem_execbuf()Chris Wilson4-33/+0
2016-01-06benchmarks/gem_latency: Allow setting an infinite timeChris Wilson1-2/+3
2016-01-02benchmarks/gem_mmap: Convert to run over a fixed periodChris Wilson1-21/+41
2016-01-02benchmarks/gem_exec_nop: Convert to running for a fixed timeChris Wilson1-29/+33
2016-01-02benchmarks/gem_exec_ctx: Run for a fixed timeChris Wilson1-49/+54
2016-01-01benchmarks/gem_exec_ctx: Fix fd switching between default contextsChris Wilson1-1/+1
2015-12-31benchmarks/gem_blt: Estimate memory bandwidth to improve test runtimeChris Wilson1-22/+44
2015-12-21benchmarks/gem_latency: Hide spinlocks for androidChris Wilson1-9/+21
2015-12-21benchmarks/gem_latency: Serialise mmio readsChris Wilson1-4/+28
2015-12-21benchmarks/gem_latency: Guard against inferior pthreads.hChris Wilson1-2/+6
2015-12-20benchmarks/gem_latency: Measure CPU usageChris Wilson1-2/+17
2015-12-20benchmarks/gem_latency: Measure effect of using RealTime priorityChris Wilson1-19/+37
2015-12-20benchmarks/gem_latency: Use RCS on SandybridgeChris Wilson1-5/+19
2015-12-20benchmarks/gem_latency: Rearrange thread cancellationChris Wilson1-6/+17
2015-12-20benchmarks/gem_latency: Tweak workloadChris Wilson1-55/+63
2015-12-19benchmarks/gem_latency: Add output field specifierChris Wilson1-4/+22
2015-12-19benchmarks/gem_latency: Split the nop/work/latency measurementChris Wilson1-75/+129
2015-12-19benchmarks/gem_latency: Add time controlChris Wilson1-4/+13
2015-12-19benchmarks/gem_latency: Add nop dispatch latency measurementChris Wilson1-18/+96
2015-12-19benchmarks/gem_latency: Expose the workload factorChris Wilson1-6/+19
2015-12-19benchmarks/gem_latency: Measure whole execution throughputChris Wilson1-12/+19
2015-12-19benchmarks/gem_latency: Fix for !LLCChris Wilson1-2/+6
2015-12-19benchmarks: Remove gem_waitChris Wilson4-308/+0
2015-12-19benchmark: Measure of latency of producers -> consumers, gem_latencyChris Wilson4-0/+328
2015-12-04benchmarks/gem_exec_nop: Flush retirement lists before executingChris Wilson1-0/+2
2015-11-27benchmarks/gem_exec_ctx: Measure switching between fdsChris Wilson1-7/+17
2015-11-22benchmarks: Add a set-domain benchmarkChris Wilson3-0/+121
2015-11-12benchmarks/gem_blt: Fixup a couple of non-llc foiblesChris Wilson1-10/+11
2015-11-11Fix comparison of unsigned integersThomas Wood1-2/+0
2015-11-10benchmarks: Add READMEChris Wilson2-0/+11
2015-11-10benchmarks/gem_blt: Report peak throughputChris Wilson1-17/+29
2015-10-30benchmarks/gem_wait: Remove pthread_cancel()Chris Wilson1-9/+10
2015-10-30benchmark/gem_wait: poc for benchmarking i915_wait_request overheadChris Wilson4-0/+307
2015-10-15benchmarks/gem_blt: Include igt.h in gem_blt.cDerek Morton1-3/+1
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä2-8/+4