aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/syscall_timing
Commit message (Expand)AuthorAgeFilesLines
* Add microbenchmark for create/unlink of a zero-byte file.Robert Watson2010-10-241-3/+32
* Validate syscall_timing test names before starting to provide earlierRobert Watson2010-10-221-12/+68
* Universally use uintmax_t in syscall_timing; rearrange arithmetic toRobert Watson2010-10-211-64/+65
* Add Cambridge/Google tag since the copyright has been updated.Robert Watson2010-10-211-0/+3
* Further syscall_timing improvements: allow an arbitrary "path" stringRobert Watson2010-10-211-45/+41
* Fix bug in recent syscall_timing change: measure the number of iterationsRobert Watson2010-10-211-3/+4
* Further enhancements to syscall_timing:Robert Watson2010-10-211-79/+258
* Improve the structure and implementation of the syscall_timingRobert Watson2010-10-211-106/+374
* Add a few more system call timing cases:Robert Watson2005-08-031-10/+65
* Centralize usage in usage(), and use in preference to fprintf().Robert Watson2005-04-101-8/+16
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Add syscall_timing, a simple timing micro-benchmark for someRobert Watson2004-09-302-0/+195