COM.claymoresystems.util

Class Bench

public class Bench extends Object

Bench.java Copyright (C) 1999, Claymore Systems, Inc. All Rights Reserved. ekr@rtfm.com Mon Sep 13 10:06:37 1999
Field Summary
protected static long[]accum
protected static long[]mark
protected static String[]names
Method Summary
static voidclear()
static voidclear(int acc)
static voiddump()
static voiddump(boolean filter)
static voidend(int acc)
static longget(int acc)
static intregister(String name)
static voidstart(int acc)

Field Detail

accum

protected static long[] accum

mark

protected static long[] mark

names

protected static String[] names

Method Detail

clear

public static void clear()

clear

public static void clear(int acc)

dump

public static void dump()

dump

public static void dump(boolean filter)

end

public static void end(int acc)

get

public static long get(int acc)

register

public static int register(String name)

start

public static void start(int acc)
Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.