summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)Author
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ä
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä
2015-10-09Sprinkle igt_assert(ptr) after gem_mmap__{cpu,gtt,wc}Ville Syrjälä
2015-10-06benchmarks/gem_blt: Fix compilation after rebase and add batch-sizeChris Wilson
2015-10-06benchmarks: Measure BLT performanceChris Wilson
2015-10-02benchmarks: Fix build errors on Android M-DessertDerek Morton
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke
2015-09-08build: fix unused-result warningsThomas Wood
2015-08-21benchmarks/gem_exec_reloc: Allow profiling 0 relocsChris Wilson
2015-08-14benchmark/gem_exec_trace: Inline everythingChris Wilson
2015-08-14benchmark/gem_exec_tracer: Tweak to handle SNAChris Wilson
2015-08-13benckmarks/Android.mk: Fix building benchmarks for AndroidDerek Morton
2015-08-11benchmarks: Add a microbenchmark for relocation overheadChris Wilson
2015-08-10benchmarks/gem_exec_trace: Unmap each trace after replayChris Wilson