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