COM.claymoresystems.util

Class Bench


public class Bench
extends java.lang.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 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)

Field Details

accum

protected static long[] accum

mark

protected static long[] mark

names

protected static String[] names

Method Details

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.