summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt.tools/NativeStats
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2004-09-17 18:35:10 +0000
committerSilenio Quarti <silenio>2004-09-17 18:35:10 +0000
commit0c6882df6c41b5dccfb66e4eb5b3926b09c805fa (patch)
tree8296ecb5cd602197ad257843aeb354fa9c5acb5d /bundles/org.eclipse.swt.tools/NativeStats
parent646db3721268620d4e8c6e5354b6e8aa13b69a40 (diff)
downloadeclipse.platform.swt-0c6882df6c41b5dccfb66e4eb5b3926b09c805fa.tar.gz
eclipse.platform.swt-0c6882df6c41b5dccfb66e4eb5b3926b09c805fa.tar.xz
eclipse.platform.swt-0c6882df6c41b5dccfb66e4eb5b3926b09c805fa.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt.tools/NativeStats')
-rw-r--r--bundles/org.eclipse.swt.tools/NativeStats/org/eclipse/swt/tools/internal/NativeStats.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/bundles/org.eclipse.swt.tools/NativeStats/org/eclipse/swt/tools/internal/NativeStats.java b/bundles/org.eclipse.swt.tools/NativeStats/org/eclipse/swt/tools/internal/NativeStats.java
index 8426050949..e4bd56b64f 100644
--- a/bundles/org.eclipse.swt.tools/NativeStats/org/eclipse/swt/tools/internal/NativeStats.java
+++ b/bundles/org.eclipse.swt.tools/NativeStats/org/eclipse/swt/tools/internal/NativeStats.java
@@ -23,16 +23,16 @@ import java.util.Hashtable;
* 2) Add the following code around the sections of interest to dump the
* native calls done in that section.
*
- * NativeStats stats = new NativeStats();
- * ...
- * <code section>
- * ...
- * stats.dumpDiff(System.out);
+ * NativeStats stats = new NativeStats();
+ * ...
+ * <code section>
+ * ...
+ * stats.dumpDiff(System.out);
*
* 3) Or add the following code at a given point to dump a snapshot of
* the native calls done until that point.
*
- * new NativeStats().dumpSnapshot(System.out);
+ * new NativeStats().dumpSnapshot(System.out);
*/
public class NativeStats {