summaryrefslogtreecommitdiffstats
path: root/tests/qht-bench.c
Commit message (Expand)AuthorAgeFilesLines
* tests: use g_usleep instead of rem = sleep(time)Alex Bennée2019-01-141-4/+2Star
* include: move exec/tb-hash-xx.h to qemu/xxhash.hEmilio G. Cota2018-12-171-1/+1
* exec: introduce qemu_xxhash{2,4,5,6,7}Emilio G. Cota2018-12-171-1/+1
* qht-bench: document -p flagEmilio G. Cota2018-12-171-0/+1
* qht-bench: add -p flag to precompute hash valuesEmilio G. Cota2018-09-261-6/+20
* qht: return existing entry when qht_insert failsEmilio G. Cota2018-06-151-2/+2
* qht: require a default comparison functionEmilio G. Cota2018-06-151-7/+7
* tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota2017-10-241-1/+1
* exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova2017-07-171-1/+1
* qht-bench: relax test_start/stop atomic accessesEmilio G. Cota2016-10-241-3/+3
* clean-includes: run it once morePaolo Bonzini2016-06-161-1/+0Star
* qht: add qht-bench, a performance benchmarkEmilio G. Cota2016-06-121-0/+488