aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.core.test/src/org/jacoco/core/test/perf/IPerfOutput.java
diff options
context:
space:
mode:
Diffstat (limited to 'org.jacoco.core.test/src/org/jacoco/core/test/perf/IPerfOutput.java')
-rw-r--r--org.jacoco.core.test/src/org/jacoco/core/test/perf/IPerfOutput.java96
1 files changed, 48 insertions, 48 deletions
diff --git a/org.jacoco.core.test/src/org/jacoco/core/test/perf/IPerfOutput.java b/org.jacoco.core.test/src/org/jacoco/core/test/perf/IPerfOutput.java
index 8a6cafa0..72e1f1eb 100644
--- a/org.jacoco.core.test/src/org/jacoco/core/test/perf/IPerfOutput.java
+++ b/org.jacoco.core.test/src/org/jacoco/core/test/perf/IPerfOutput.java
@@ -1,48 +1,48 @@
-/*******************************************************************************
- * Copyright (c) 2009, 2012 Mountainminds GmbH & Co. KG and Contributors
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Marc R. Hoffmann - initial API and implementation
- *
- *******************************************************************************/
-package org.jacoco.core.test.perf;
-
-/**
- * Interface to report performance figures to.
- */
-public interface IPerfOutput {
-
- /** Indicator for no reference time given */
- public static final long NO_REFERENCE = Long.MIN_VALUE;
-
- /**
- * Reports the result of a time measurement with a optional reference time
- * for comparison.
- *
- * @param description
- * textual description of the test case
- * @param duration
- * duration in nano seconds
- * @param reference
- * optional reference time in nano seconds
- */
- void writeTimeResult(String description, long duration, long reference);
-
- /**
- * Reports the result of a byte size measurement with a optional reference
- * size for comparison.
- *
- * @param description
- * textual description of the test case
- * @param size
- * size in bytes
- * @param reference
- * optional reference size in bytes
- */
- void writeByteResult(String description, long size, long reference);
-
-}
+/*******************************************************************************
+ * Copyright (c) 2009, 2012 Mountainminds GmbH & Co. KG and Contributors
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Marc R. Hoffmann - initial API and implementation
+ *
+ *******************************************************************************/
+package org.jacoco.core.test.perf;
+
+/**
+ * Interface to report performance figures to.
+ */
+public interface IPerfOutput {
+
+ /** Indicator for no reference time given */
+ public static final long NO_REFERENCE = Long.MIN_VALUE;
+
+ /**
+ * Reports the result of a time measurement with a optional reference time
+ * for comparison.
+ *
+ * @param description
+ * textual description of the test case
+ * @param duration
+ * duration in nano seconds
+ * @param reference
+ * optional reference time in nano seconds
+ */
+ void writeTimeResult(String description, long duration, long reference);
+
+ /**
+ * Reports the result of a byte size measurement with a optional reference
+ * size for comparison.
+ *
+ * @param description
+ * textual description of the test case
+ * @param size
+ * size in bytes
+ * @param reference
+ * optional reference size in bytes
+ */
+ void writeByteResult(String description, long size, long reference);
+
+}