org.stringtemplate.v4.benchmark
Class Attributes

java.lang.Object
  extended by org.stringtemplate.v4.benchmark.Attributes

public class Attributes
extends java.lang.Object


Nested Class Summary
static class Attributes.User
           
 
Field Summary
static java.lang.String tmpdir
           
 
Constructor Summary
Attributes()
           
 
Method Summary
 void time2Args(int reps)
           
 void timeDeepDynamicLookup(int reps)
           
 void timeDynamicAttributeLookup(int reps)
           
 void timeLotsOfArgs(int reps)
           
 void timeSimplePropsOfArgs(int reps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tmpdir

public static final java.lang.String tmpdir
Constructor Detail

Attributes

public Attributes()
Method Detail

time2Args

public void time2Args(int reps)

timeLotsOfArgs

public void timeLotsOfArgs(int reps)

timeSimplePropsOfArgs

public void timeSimplePropsOfArgs(int reps)

timeDynamicAttributeLookup

public void timeDynamicAttributeLookup(int reps)

timeDeepDynamicLookup

public void timeDeepDynamicLookup(int reps)