COM.claymoresystems.util
public class Bench extends Object
| Field Summary | |
|---|---|
| protected static long[] | accum |
| protected static long[] | mark |
| protected static String[] | names |
| Method Summary | |
|---|---|
| static void | clear() |
| static void | clear(int acc) |
| static void | dump() |
| static void | dump(boolean filter) |
| static void | end(int acc) |
| static long | get(int acc) |
| static int | register(String name) |
| static void | start(int acc) |