From a4b4eabe97491ec99d340c1554edde918131edcc Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Mon, 12 Sep 2011 18:34:20 +0000 Subject: [PATCH] Javadoc. Better name for display. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1169860 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/commons/math/PerfTestUtils.java | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/test/java/org/apache/commons/math/PerfTestUtils.java b/src/test/java/org/apache/commons/math/PerfTestUtils.java index b283c4467..b1fac6155 100644 --- a/src/test/java/org/apache/commons/math/PerfTestUtils.java +++ b/src/test/java/org/apache/commons/math/PerfTestUtils.java @@ -87,10 +87,11 @@ public class PerfTestUtils { * the average time (in milliseconds) taken by a single call to the * {@code call} method (i.e. the time taken by each timed block divided * by {@code repeatChunk}) - * - *
  • - * the result returned by the {@code call} method. - *
  • + * + *
  • + * the result returned by the {@code call} method. + *
  • + * */ public static double[][][] timesAndResults(int repeatChunk, int repeatStat, @@ -162,7 +163,7 @@ public class PerfTestUtils { boolean runGC, RunTest ... methods) { // Header format. - final String hFormat = "%s (runs per timed block: %d, timed blocks: %d)"; + final String hFormat = "%s (calls per timed block: %d, timed blocks: %d)"; // Result format. final String format = "%15s: %e (%e) ms";