carl
24.04
Computer ARithmetic Library
|
A small wrapper that makes using statistics easier in carl. More...
Go to the source code of this file.
Namespaces | |
carl | |
carl is the main namespace for the library. | |
carl::statistics | |
Macros | |
#define | CARL_INIT_STATISTICS(class, variable, name) |
#define | CARL_CALL_STATISTICS(function) |
#define | CARL_TIME_START(variable) |
#define | CARL_TIME_FINISH(timer, start) |
A small wrapper that makes using statistics easier in carl.
Note that this header should not be included if you want to use the carl statistics facilities yourself. To do that, include Statistics.h and create statistics macros like below for your own application.
Definition in file carl-statistics.h.
#define CARL_CALL_STATISTICS | ( | function | ) |
Definition at line 28 of file carl-statistics.h.
#define CARL_INIT_STATISTICS | ( | class, | |
variable, | |||
name | |||
) |
Definition at line 27 of file carl-statistics.h.
#define CARL_TIME_FINISH | ( | timer, | |
start | |||
) |
Definition at line 30 of file carl-statistics.h.
#define CARL_TIME_START | ( | variable | ) |
Definition at line 29 of file carl-statistics.h.