next up previous
Next: Summary Up: Getting started Previous: Executing

Constants

Various notable constants within the JiST codebase:

constant default purpose
jist/runtime/Main.java
  EVENT_TRACE false whether to keep event traces (some overhead)
  EVENT_TRACE_DEPTH 5 event causality trace depth (0 = no cut-off)
  EVENT_LOCATION false whether to compute event source locations (high overhead)
  REWRITE_CACHE true whether rewritten classes should be cached
  ASSERT false whether various JiST runtime checks should be performed
  COUNT_EVENTS false whether to count up events of each type (some overhead)
  SINGLE_CONTROLLER true whether to assume a single simulation controller
jist/swans/Main.java
  ASSERT false whether various SWANS runtime checks should be performed



2006-01-18