This commit is contained in:
Alcaro 2017-11-27 17:09:33 +01:00 committed by GitHub
parent 4fb12c4bd3
commit 6eaa65ebc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -572,7 +572,7 @@ static void menu_action_setting_disp_set_label_perf_counters_common(
return;
snprintf(s, len,
STRING_REP_UINT64 " ticks, " STRING_REP_UINT64 " runs.",
PRIu64 " ticks, " PRIu64 " runs.",
((uint64_t)counters[offset]->total /
(uint64_t)counters[offset]->call_cnt),
(uint64_t)counters[offset]->call_cnt);