Searched refs:time3 (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.61.5/tools/tests/superpages/ |
| H A D | measure_tlbs.c | 113 uint64_t time1, time2, time3, time4; in main() local 121 time1 = time2 = time3 = time4 = -1; in main() 124 time3 = testt(TRUE, mode, 1, kb); // write super in main() 126 printf("; %lld; %lld; %lld; %lld", time1, time2, time3, time4); in main()
|