CACAO
Functions | Variables
statistics.cpp File Reference

Go to the source code of this file.

Functions

void loadingtime_start (void)
 
void loadingtime_stop (void)
 
void compilingtime_start (void)
 
void compilingtime_stop (void)
 

Variables

static s4 loadingtime_recursion = 0
 
static s4 compilingtime_recursion = 0
 

Function Documentation

void compilingtime_start ( void  )

Definition at line 81 of file statistics.cpp.

void compilingtime_stop ( void  )

Definition at line 96 of file statistics.cpp.

void loadingtime_start ( void  )

Definition at line 49 of file statistics.cpp.

void loadingtime_stop ( void  )

Definition at line 65 of file statistics.cpp.

Variable Documentation

s4 compilingtime_recursion = 0
static

Definition at line 36 of file statistics.cpp.

s4 loadingtime_recursion = 0
static

Definition at line 35 of file statistics.cpp.