From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 76E141F404; Sat, 11 Aug 2018 04:00:25 +0000 (UTC) Date: Sat, 11 Aug 2018 04:00:25 +0000 From: Eric Wong To: mwrap-public@80x24.org Subject: [SQUASH] Re: [PATCH] struct acc: use 64-bit counters Message-ID: <20180811040025.GA20656@dcvr> References: <20180811035339.2044-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180811035339.2044-1-e@80x24.org> List-Id: diff --git a/ext/mwrap/mwrap.c b/ext/mwrap/mwrap.c index 5174127..cbda436 100644 --- a/ext/mwrap/mwrap.c +++ b/ext/mwrap/mwrap.c @@ -1356,12 +1356,12 @@ static void dump_hpb(FILE *fp, unsigned flags) { if (flags & DUMP_HPB_STATS) { fprintf(fp, - "lifespan_max: %zu\n" - "lifespan_min:%s%zu\n" + "lifespan_max: %"PRId64"\n" + "lifespan_min:%s%"PRId64"\n" "lifespan_mean: %0.3f\n" "lifespan_stddev: %0.3f\n" - "deathspan_max: %zu\n" - "deathspan_min:%s%zu\n" + "deathspan_max: %"PRId64"\n" + "deathspan_min:%s%"PRId64"\n" "deathspan_mean: %0.3f\n" "deathspan_stddev: %0.3f\n" "gc_count: %zu\n",