libxkbcommon/bench
Kazunobu Kuriyama 3c12d671cc bench: Modify benchmarks for a wider range of platforms
- Add the new files bench.c and bench.h to implement a timer module.
 - Implement the module with clock_gettime(), mach_absolute_time(), or
   gettimeofday(), depending on a given platform.
 - Replace the time measurement code of the benchmark programs with the
   functions of the module.
2015-08-28 20:02:26 +09:00
..
.gitignore bench/compose: add new benchmark 2014-10-05 12:56:46 +03:00
bench.c bench: Modify benchmarks for a wider range of platforms 2015-08-28 20:02:26 +09:00
bench.h bench: Modify benchmarks for a wider range of platforms 2015-08-28 20:02:26 +09:00
compose.c bench: Modify benchmarks for a wider range of platforms 2015-08-28 20:02:26 +09:00
key-proc.c bench: Modify benchmarks for a wider range of platforms 2015-08-28 20:02:26 +09:00
rules.c bench: Modify benchmarks for a wider range of platforms 2015-08-28 20:02:26 +09:00
rulescomp.c bench: Modify benchmarks for a wider range of platforms 2015-08-28 20:02:26 +09:00