Detailed Description
Includes functions to query the time spent by the main Guido Engine operations.
Function Documentation
long getParsingTime |
( |
const ARHandler |
ar ) |
[inherited] |
Gets parsing time.
- Parameters:
-
ar | the ar handler given to extract the parsing time |
- Returns:
- the time spent on building the AR representation (in msl) or -1 for invalid handlers
long getAR2GRTime |
( |
const GRHandler |
gr ) |
[inherited] |
Gets AR to GR procedure time.
- Parameters:
-
gr | the gr handler given to extract the AR2GR time |
- Returns:
- the time spent to convert the AR representation to GR (in msl) or -1 for invalid handlers
long getOnDrawTime |
( |
const GRHandler |
gr ) |
[inherited] |
Gets GR drawing procedure time.
- Parameters:
-
gr | the gr handler given to extract the drawing time |
- Returns:
- the time spent on the last OnDraw call (in msl) or -1 if OnDraw has not yet been called or for invalid handlers