From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Bragg Subject: [PATCH 9/9] intel_gpu_top: hide absolute counter values Date: Fri, 18 Jul 2014 16:38:53 +0100 Message-ID: <1405697933-30152-10-git-send-email-robert.bragg@intel.com> References: <1405697933-30152-1-git-send-email-robert.bragg@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTP id 9E1256E7A1 for ; Fri, 18 Jul 2014 08:36:26 -0700 (PDT) In-Reply-To: <1405697933-30152-1-git-send-email-robert.bragg@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org The absolute values of the pipeline statistic counters are more distracting than they are useful. --- tools/intel_gpu_top.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/intel_gpu_top.c b/tools/intel_gpu_top.c index e5582fd..0ef26f8 100644 --- a/tools/intel_gpu_top.c +++ b/tools/intel_gpu_top.c @@ -809,9 +809,8 @@ int main(int argc, char **argv) printf("context = %" PRIx32 " : %d%% active", context->id, percent); } else if (!context->stats[stat_i].warped) { - printf(" %-15s: %" PRIu64 " (%" PRIu64 "/sec)", + printf(" %-15s: (%" PRIu64 "/sec)", stats_reg_names[stat_i], - context->stats[stat_i].end, (context->stats[stat_i].end - context->stats[stat_i].start)); } else { -- 2.0.1 --------------------------------------------------------------------- Intel Corporation (UK) Limited Registered No. 1134945 (England) Registered Office: Pipers Way, Swindon SN3 1RJ VAT No: 860 2173 47 This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.