Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

ApproverStruct Struct Reference
[Compiler - compile a constraint grammar]

Collaboration diagram for ApproverStruct:

Collaboration graph
[legend]

Detailed Description

definition of a approver object.

Definition at line 81 of file compile.c.

Data Fields

int noRounds
Timer timer
unsigned long totalCompiledBinaryTime
unsigned long totalCompiledUnaryTime
unsigned long totalInterpretedBinaryTime
unsigned long totalInterpretedUnaryTime


Field Documentation

int ApproverStruct::noRounds
 

no of times to eval all lv pairs Definition at line 82 of file compile.c.

Referenced by comCompareAllLvPairs(), comCompareWithContext(), and comNewApprover().

Timer ApproverStruct::timer
 

profiling Definition at line 83 of file compile.c.

Referenced by comApprove(), comCompareAllLvPairs(), comCompareWithContext(), comFreeApprover(), and comNewApprover().

unsigned long ApproverStruct::totalCompiledBinaryTime
 

profiling information Definition at line 87 of file compile.c.

Referenced by comApprove(), comCompareAllLvPairs(), comCompareWithContext(), and comNewApprover().

unsigned long ApproverStruct::totalCompiledUnaryTime
 

profiling information Definition at line 85 of file compile.c.

Referenced by comApprove(), and comNewApprover().

unsigned long ApproverStruct::totalInterpretedBinaryTime
 

profiling information Definition at line 86 of file compile.c.

Referenced by comApprove(), comCompareAllLvPairs(), comCompareWithContext(), and comNewApprover().

unsigned long ApproverStruct::totalInterpretedUnaryTime
 

profiling information Definition at line 84 of file compile.c.

Referenced by comApprove(), and comNewApprover().


The documentation for this struct was generated from the following file:
CDG 0.95 (20 Oct 2004)