We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0113ef0 commit 3716ae9Copy full SHA for 3716ae9
src/tests/zf_apps/zf_timer.h
@@ -16,8 +16,8 @@ inline uint64_t get_frc64_time_standard(void)
16
}
17
18
/* Return measure of free running counter, using rdtscp, which gives higher accuracy when measuring
19
- * the duration of blocks of code as it can't be reordered, but has slightly higher overhead than
20
- * get_frc64_time_standard() */
+ * the duration of blocks of code as it can't be reordered with earlier instructions, but has
+ * slightly higher overhead than get_frc64_time_standard() */
21
inline uint64_t get_frc64_time_accurate(void)
22
{
23
unsigned int aux;
0 commit comments