|
LOCALVAR KNOB_COMMENT | LEVEL_BASE::KnobStatFamily ("supported:stat","Statistic switches") |
|
KNOB< BOOL > | LEVEL_BASE::KnobStatistics (KNOB_MODE_WRITEONCE,"supported:stat","statistic","0","print general statistics") |
|
LOCALFUN int | LEVEL_BASE::cmp (const VOID *x1, const VOID *x2) |
|
LOCALFUN VOID | LEVEL_BASE::TestStringForBadChars (const string &s) |
|
STAT_NORM | LEVEL_BASE::TimerApp ("pin","time","total","", 0) |
|
LOCALVAR STAT_NORM | LEVEL_BASE::TimerOtherApp ("pin","time","cc+tool","",&TimerApp, TRUE) |
|
STAT_NORM | LEVEL_BASE::TimerVm ("pin","time","vm","",&TimerApp) |
|
STAT_NORM | LEVEL_BASE::TimerCompile ("pin","time","Compile","",&TimerVm) |
|
STAT_NORM | LEVEL_BASE::TimerMakeRegion ("pin","time","MakeRegion","",&TimerCompile) |
|
STAT_NORM | LEVEL_BASE::TimerMakeApplication ("pin","time","MakeApplication","",&TimerMakeRegion) |
|
STAT_NORM | LEVEL_BASE::TimerFetchRegion ("pin","time","FetchRegion","",&TimerMakeApplication) |
|
VOID | LEVEL_BASE::StartApplicationTimer () |
|
VOID | LEVEL_BASE::StopApplicationTimer () |
|
This module contains routines and classes for the processing of command line arguments.