Skip to content

Commit

Permalink
update perf text sketch
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfouilleul committed Jun 3, 2024
1 parent 3a8353e commit 4115d9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sketches/perf_text/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ int main()
f64 startFlushTime = oc_clock_time(OC_CLOCK_MONOTONIC);

oc_canvas_render(renderer, context, surface);
oc_canvas_present(renderer, surface);

f64 startPresentTime = oc_clock_time(OC_CLOCK_MONOTONIC);

Expand Down

0 comments on commit 4115d9d

Please sign in to comment.