Elapsed time
diff --git a/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/performance/PerfBreakpointTests.java b/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/performance/PerfBreakpointTests.java
index 70f8510..6ecbcfd 100644
--- a/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/performance/PerfBreakpointTests.java
+++ b/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/performance/PerfBreakpointTests.java
@@ -79,7 +79,7 @@
     }
 
     public void testBreakpointRemoval() throws Exception {
-        tagAsSummary("Remove Line Breakpoints", Dimension.CPU_TIME);
+        tagAsSummary("Remove Line Breakpoints", Dimension.ELAPSED_PROCESS);
         String typeName = "LargeSourceFile";
         IResource resource = getBreakpointResource(typeName);
 
@@ -131,7 +131,7 @@
 
 
     public void testMethodEntryBreakpointCreation() throws Exception {
-        tagAsSummary("Install Method Entry Breakpoints", Dimension.CPU_TIME);
+        tagAsSummary("Install Method Entry Breakpoints", Dimension.ELAPSED_PROCESS);
         String typeName = "LargeSourceFile";
         IProject project = getJavaProject().getProject();
         
@@ -174,7 +174,7 @@
     }
 
     public void testWatchpointCreation() throws Exception {
-        tagAsSummary("Install Watchpoints", Dimension.CPU_TIME);
+        tagAsSummary("Install Watchpoints", Dimension.ELAPSED_PROCESS);
         String typeName = "LotsOfFields";
         IResource resource = getBreakpointResource(typeName);