Searched refs:clocks (Results 1 – 18 of 18) sorted by relevance
70 clock_t clocks = clock(); in EncodeABlock() local80 clocks = clock() - clocks; in EncodeABlock()83 return 1000.0 * clocks / CLOCKS_PER_SEC; in EncodeABlock()91 clock_t clocks = clock(); in DecodeABlock() local94 clocks = clock() - clocks; in DecodeABlock()96 return 1000.0 * clocks / CLOCKS_PER_SEC; in DecodeABlock()
62 clock_t clocks = clock(); in EncodeABlock() local66 clocks = clock() - clocks; in EncodeABlock()69 return 1000.0 * clocks / CLOCKS_PER_SEC; in EncodeABlock()76 clock_t clocks = clock(); in DecodeABlock() local79 clocks = clock() - clocks; in DecodeABlock()81 return 1000.0 * clocks / CLOCKS_PER_SEC; in DecodeABlock()
524 unsigned long long clocks; in clock_thread_fn() local526 clocks = t->entries[i - 1].tsc - t->entries[0].tsc; in clock_thread_fn()527 log_info("cs: cpu%3d: %llu clocks seen\n", t->cpu, clocks); in clock_thread_fn()
24 clocks...)
488 unsigned int clocks; /* TODO: clock cycles: min/max */
131 + echo "Executing timers and clocks tests"
58 operation on vector clocks. Given the definition of HB,
912 /////////////////////// clocks ///////////////////////////
1386 * Add support for POSIX clocks and timers.
764 o Increase the tolerance in our unit tests for sloppy clocks. (170ffd2)
1469 with backwards-moving clocks. Thanks to Leonardo Canducci
711 clocks. (Closes: #559776)
3459 N^V "clocks" :G2P
3886 N^V "clocks" :G2P
2851 stopped. It does though require sufficiently synchronized clocks on
2699 stopped. It does though require sufficiently synchronized clocks on
1604 to support systems with broken CMOS hardware clocks. Also, since too
9361 counter register (or similar low latency, high accuracy clocks) on those