UtBeginEvent
FullCompile = UtBeginEvent ("*** Total Compile time ***");
Event = UtBeginEvent ("Open input and output files");
Event = UtBeginEvent ("Preprocess input file");
Event = UtBeginEvent ("Parse source code and build parse tree");
Event = UtBeginEvent ("Flush source input");
Event = UtBeginEvent ("Parse tree transforms");
Event = UtBeginEvent ("Generate AML opcodes");
Event = UtBeginEvent ("Open AML output file");
Event = UtBeginEvent ("Constant folding via AML interpreter");
Event = UtBeginEvent ("Updating AML opcodes after constant folding");
Event = UtBeginEvent ("Generate AML package lengths");
Event = UtBeginEvent ("Create ACPI Namespace");
AslGbl_NamespaceEvent = UtBeginEvent (
Event = UtBeginEvent ("Resolve all Externals");
Event = UtBeginEvent ("Analyze control method return types");
Event = UtBeginEvent ("Generate cross-reference file");
Event = UtBeginEvent ("Determine object types returned by methods");
Event = UtBeginEvent ("Analyze AML operand types");
Event = UtBeginEvent ("Miscellaneous analysis");
Event = UtBeginEvent ("Finish AML package length generation");
Event = UtBeginEvent ("Generate AML code and write output files");
Event = UtBeginEvent ("Write optional output files");
UtBeginEvent (
Event = UtBeginEvent ("Preprocess input file");
Event = UtBeginEvent ("Scan and parse input file");
Event = UtBeginEvent ("Compile parse tree");