Skip to content

Commit

Permalink
Fix 32bit
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Sep 27, 2023
1 parent 57c3fbb commit 0963fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/perf/startup/startup.cc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ int main()

std::cout << "Taken: " << test.time() << std::endl;
std::sort(counters.begin(), counters.end());
size_t start = 0;
uint64_t start = 0;
for (size_t i = 0; i < 72; i++)
{
std::cout << "Thread time " << counters[i] << " (" << counters[i] - start
Expand Down

0 comments on commit 0963fa2

Please sign in to comment.