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 3a237c9 commit 125299eCopy full SHA for 125299e
include/inline_asm.h
@@ -159,6 +159,7 @@ static ALWAYS_INLINE u64 _timer_warmup(void) {
159
uint64_t __tsc; \
160
/* make sure that address computation is done before _timer_start */ \
161
_force_addr_calc(__ptr); \
162
+ _timer_warmup(); \
163
__tsc = _timer_start(); \
164
ACTION(__ptr); \
165
_timer_end() - __tsc; \
@@ -170,6 +171,7 @@ static ALWAYS_INLINE u64 _timer_warmup(void) {
170
171
172
173
174
175
176
177
(end_tsc) = _timer_end_aux(&(end_aux)); \
0 commit comments