summaryrefslogtreecommitdiff
path: root/bin/nv_perfmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nv_perfmon.c')
-rw-r--r--bin/nv_perfmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nv_perfmon.c b/bin/nv_perfmon.c
index ddb051011..c04fd5e57 100644
--- a/bin/nv_perfmon.c
+++ b/bin/nv_perfmon.c
@@ -588,7 +588,7 @@ ui_main_redraw(struct ui_table *t)
set_field_userptr(f[0], item);
field_opts_on(f[0], O_VISIBLE | O_ACTIVE);
- snprintf(b, sizeof(b), "%10u %10u %6.2f %16"PRIu64,
+ snprintf(b, sizeof(b), "%10u %10u %6.2f %16llx",
item->clk, item->ctr,
(float)item->ctr * 100.0 / item->clk, item->incr);
set_field_buffer(f[1], 0, b);