X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Ftests%2FSpeedTest.java;h=40d3fd679f2a888054950ca476e0fcbc44b8648d;hb=6598036848013a0dcd0a0511ebfd37880c1f22c3;hp=667d9a22cc31c6876336da771efbdb4588d2d460;hpb=95c62ecbe81cfc11432e0755f741264d64d46776;p=nestedvm.git diff --git a/src/tests/SpeedTest.java b/src/tests/SpeedTest.java index 667d9a2..40d3fd6 100644 --- a/src/tests/SpeedTest.java +++ b/src/tests/SpeedTest.java @@ -1,9 +1,13 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package tests; import org.ibex.nestedvm.Runtime; -import java.io.*; -import java.util.*; +//import java.io.*; +//import java.util.*; class SpeedTest { private static long start,end;