Time Class Reference

List of all members.

Classes

class  Timer

Static Public Member Functions

static void main (java.lang.String argv[])

Static Package Functions

 [static initializer]
static double avg (int test)
static Term binary_tree (int depth)
static Term create_tree ()
static void parse_params (java.lang.String argv[])
static void print_help ()
static void print_results ()
static void run_tests ()
static void test_0 ()
static void test_1 ()
static void test_2 ()
static void test_3 ()
static void test_4 ()

Static Package Attributes

static long[][] data = null
static Atom empty_tree = new Atom("t")
static java.text.NumberFormat format
static int num_tests = 5
static int num_trials = 10
static Timer timer = new Timer()
static Term tree = null
static int tree_depth = 10

Detailed Description

Definition at line 34 of file Time.java.


Member Function Documentation

Time::[static initializer] (  )  [inline, static, package]
static double Time::avg ( int  test  )  [inline, static, package]

Definition at line 239 of file Time.java.

static Term Time::binary_tree ( int  depth  )  [inline, static, package]

Definition at line 267 of file Time.java.

static Term Time::create_tree (  )  [inline, static, package]

Definition at line 261 of file Time.java.

static void Time::main ( java.lang.String  argv[]  )  [inline, static]

Definition at line 45 of file Time.java.

static void Time::parse_params ( java.lang.String  argv[]  )  [inline, static, package]

Definition at line 55 of file Time.java.

static void Time::print_help (  )  [inline, static, package]

Definition at line 79 of file Time.java.

static void Time::print_results (  )  [inline, static, package]

Definition at line 208 of file Time.java.

static void Time::run_tests (  )  [inline, static, package]

Definition at line 90 of file Time.java.

static void Time::test_0 (  )  [inline, static, package]

Definition at line 102 of file Time.java.

static void Time::test_1 (  )  [inline, static, package]

Definition at line 127 of file Time.java.

static void Time::test_2 (  )  [inline, static, package]

Definition at line 145 of file Time.java.

static void Time::test_3 (  )  [inline, static, package]

Definition at line 163 of file Time.java.

static void Time::test_4 (  )  [inline, static, package]

Definition at line 182 of file Time.java.


Member Data Documentation

long [][] Time::data = null [static, package]

Definition at line 39 of file Time.java.

Atom Time::empty_tree = new Atom("t") [static, package]

Definition at line 41 of file Time.java.

java.text.NumberFormat Time::format [static, package]
Initial value:
 
                java.text.NumberFormat.getInstance()

Definition at line 200 of file Time.java.

int Time::num_tests = 5 [static, package]

Definition at line 37 of file Time.java.

int Time::num_trials = 10 [static, package]

Definition at line 38 of file Time.java.

Timer Time::timer = new Timer() [static, package]

Definition at line 42 of file Time.java.

Term Time::tree = null [static, package]

Definition at line 40 of file Time.java.

int Time::tree_depth = 10 [static, package]

Definition at line 36 of file Time.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Defines


jpl
Author(s): Lorenz Moesenlechner
autogenerated on Fri Jan 11 09:40:29 2013