summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä3-7/+7
2015-10-09Sprinkle igt_assert(ptr) after gem_mmap__{cpu,gtt,wc}Ville Syrjälä2-0/+4
2015-10-06benchmarks/gem_blt: Fix compilation after rebase and add batch-sizeChris Wilson1-28/+63
2015-10-06benchmarks: Measure BLT performanceChris Wilson3-0/+268
2015-10-02benchmarks: Fix build errors on Android M-DessertDerek Morton4-27/+4
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke13-13/+13
2015-09-08build: fix unused-result warningsThomas Wood1-3/+4
2015-08-21benchmarks/gem_exec_reloc: Allow profiling 0 relocsChris Wilson1-16/+18
2015-08-14benchmark/gem_exec_trace: Inline everythingChris Wilson1-134/+121
2015-08-14benchmark/gem_exec_tracer: Tweak to handle SNAChris Wilson1-63/+80
2015-08-13benckmarks/Android.mk: Fix building benchmarks for AndroidDerek Morton1-1/+2
2015-08-11benchmarks: Add a microbenchmark for relocation overheadChris Wilson3-0/+259