Package ch.hslu.exercises.sw08.ex2
Class SpeedCount
java.lang.Object
ch.hslu.exercises.sw08.ex2.SpeedCount
Speed-Test für unterschiedlich impementierte Counters.
-
Method Summary
-
Method Details
-
speedTest
public static long speedTest(Counter counter, int counts, int threads) throws ExecutionException, InterruptedException Test für einen Counter.- Parameters:
counter
- Zählertyp.counts
- Anzahl Zähl-Vorgänge.threads
- Anzahl Tester-Threads.- Returns:
- Dauer des Tests in mSec.
- Throws:
ExecutionException
InterruptedException
-
main
Main-Counter-Test.- Parameters:
args
- not used.- Throws:
ExecutionException
InterruptedException
-