Skip to content

Commit 3716ae9

Browse files
author
Kieran Mansley
committed
ON-16400: update comment based on pull request feedback
1 parent 0113ef0 commit 3716ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/zf_apps/zf_timer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ inline uint64_t get_frc64_time_standard(void)
1616
}
1717

1818
/* 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() */
19+
* the duration of blocks of code as it can't be reordered with earlier instructions, but has
20+
* slightly higher overhead than get_frc64_time_standard() */
2121
inline uint64_t get_frc64_time_accurate(void)
2222
{
2323
unsigned int aux;

0 commit comments

Comments
 (0)