Skip to content

Commit

Permalink
- I64u -> llu
Browse files Browse the repository at this point in the history
  • Loading branch information
sm-msft committed Feb 19, 2025
1 parent f279565 commit 6d171c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perf/lib/PerfClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ PerfClient::Wait(
CxPlatEventWaitForever(*CompletionEvent);
}
uint64_t Now = CxPlatTimeUs64();
WriteOutput("Runtime: %I64u us\n", CxPlatTimeDiff64(Start, Now));
WriteOutput("Runtime: %llu us\n", CxPlatTimeDiff64(Start, Now));

Running = false;
Registration.Shutdown(QUIC_CONNECTION_SHUTDOWN_FLAG_NONE, 0);
Expand Down

0 comments on commit 6d171c4

Please sign in to comment.