juju.reattore.perfcap
Class PerfCap

java.lang.Object
  |
  +--juju.reattore.perfcap.PerfCap

public class PerfCap
extends java.lang.Object

An automated performance capture and reporting tool.


Constructor Summary
PerfCap()
           
 
Method Summary
 void addReporter(Reporter re)
          Adds a reporter to call.
 void addTester(Tester tst)
          Adds a tester to run.
 void addVariable(Variable var)
          Adds an independant variable.
static void main(java.lang.String[] args)
          Entry point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerfCap

public PerfCap()
Method Detail

addReporter

public void addReporter(Reporter re)
Adds a reporter to call.

Parameters:
re - The reporter.

addVariable

public void addVariable(Variable var)
Adds an independant variable.

Parameters:
var - The variable.

addTester

public void addTester(Tester tst)
Adds a tester to run.

Parameters:
tst - The tester.

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Entry point.

Parameters:
args - First - optional config file name.
Throws:
java.lang.Exception - passed up from lower levels.


Copyright © 2002-2003 Michael Hope. All Rights Reserved.