Skip to content

Commit 5094eb5

Browse files
current_micros
1 parent bd0d93b commit 5094eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/profiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1863,7 +1863,7 @@ void Profiler::timerLoop(void* timer_id) {
18631863
}
18641864

18651865
if ((current_micros = OS::micros()) >= loop_limit) {
1866-
expire(_global_args, OS::micros() < _stop_time);
1866+
expire(_global_args, current_micros < _stop_time);
18671867
return;
18681868
}
18691869

0 commit comments

Comments
 (0)