spec.benchmarks.compress
Class Harness

java.lang.Object
  extended by spec.benchmarks.compress.Harness

public final class Harness
extends java.lang.Object


Field Summary
static spec.benchmarks.compress.Compress CB
           
static byte[][] COMPRESS_BUFFERS
           
static byte[][] DECOMPRESS_BUFFERS
           
static java.lang.String[] FILES_NAMES
           
static int FILES_NUMBER
           
static int LOOP_COUNT
           
static spec.benchmarks.compress.Harness.Source[] SOURCES
           
 
Constructor Summary
Harness()
           
 
Method Summary
 long inst_main(int btid)
           
 void runCompress(int btid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILES_NAMES

public static final java.lang.String[] FILES_NAMES

FILES_NUMBER

public static final int FILES_NUMBER

LOOP_COUNT

public static final int LOOP_COUNT
See Also:
Constant Field Values

SOURCES

public static spec.benchmarks.compress.Harness.Source[] SOURCES

COMPRESS_BUFFERS

public static byte[][] COMPRESS_BUFFERS

DECOMPRESS_BUFFERS

public static byte[][] DECOMPRESS_BUFFERS

CB

public static spec.benchmarks.compress.Compress CB
Constructor Detail

Harness

public Harness()
Method Detail

runCompress

public void runCompress(int btid)

inst_main

public long inst_main(int btid)