1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

Added command line version of ScannerSpeedTest to check for aprof.

This commit is contained in:
Doug Schaefer 2004-06-14 18:29:52 +00:00
parent fd0ec8f017
commit 5efea562b9

View file

@ -36,6 +36,7 @@ public class ScannerSpeedTest extends SpeedTest {
System.out.println(e);
}
}
public void test() throws Exception {
runTest(10);
}