]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make some numbers in helgrind stats use , separators, as the numbers can be big
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 26 May 2015 21:27:36 +0000 (21:27 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 26 May 2015 21:27:36 +0000 (21:27 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15294

helgrind/libhb_core.c

index a66d578a42d762b90fbf72861f7627ced81a0874..bbc19859eab18be2585420eab648b02ba8a79fc8 100644 (file)
@@ -6467,10 +6467,10 @@ void libhb_shutdown ( Bool show_stats )
       if (VG_(clo_verbosity) > 1)
          VG_(HT_print_stats) (oldrefHT, cmp_oldref_tsw);
       VG_(printf)( "   libhb: oldref bind tsw/rcec "
-                   "==/==:%lu ==/!=:%lu !=/!=:%lu\n",
+                   "==/==:%'lu ==/!=:%'lu !=/!=:%'lu\n",
                    stats__ctxt_eq_tsw_eq_rcec, stats__ctxt_eq_tsw_neq_rcec,
                    stats__ctxt_neq_tsw_neq_rcec);
-      VG_(printf)( "   libhb: ctxt__rcdec calls %lu. rcec gc discards %lu\n",
+      VG_(printf)( "   libhb: ctxt__rcdec calls %'lu. rcec gc discards %'lu\n",
                    stats__ctxt_rcdec_calls, stats__ctxt_rcec_gc_discards);
       VG_(printf)( "   libhb: contextTab: %lu slots,"
                    " %lu cur ents(ref'd %lu),"