Skip to content

Commit

Permalink
hot-fix: make profiler to show real frame time
Browse files Browse the repository at this point in the history
  • Loading branch information
psucien committed Sep 17, 2024
1 parent 28ec489 commit 4a0bd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/libraries/videoout/driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ void VideoOutDriver::PresentThread(std::stop_token token) {
}
} else {
delay = Flip(request);
FRAME_END;
}
FRAME_END;
}

{
Expand Down

0 comments on commit 4a0bd87

Please sign in to comment.