Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.gitignore | D | 07-Sep-2024 | 31 | 3 | 2 | |
Makefile | D | 07-Sep-2024 | 1 KiB | 29 | 5 | |
README | D | 07-Sep-2024 | 325 | 10 | 7 | |
preempt_timing.c | D | 07-Sep-2024 | 4.1 KiB | 160 | 95 | |
rdtsc-latency.c | D | 07-Sep-2024 | 4.3 KiB | 168 | 102 | |
run_auto.sh | D | 07-Sep-2024 | 507 | 22 | 9 |
README
1These tests (preempt_timing and rdtsc_latency) are intended 2to be tools to diagnose problems if gtod_latency results are 3problematic. 4 5We don't run these tests by default (top level run.sh script 6will not list them, as it won't find run_auto.sh). 7 8They can be run from this test directly by invoking the 9local run.sh script. 10