![]() |
NeoPZ
|
Contains macros and functions to support performance analysis. More...
Go to the source code of this file.
Macros | |
| #define | TIME_ANALYSIS_ADD(ta, timer, ...) |
| #define | TIME_SEC_BEG_LOG(logger, timer, ...) |
| #define | TIME_SEC_END_LOG(logger, ta, timer, ...) |
| #define | TIME_SEC_BEG(timer, ...) |
| #define | TIME_SEC_END(ta, timer, ...) |
Contains macros and functions to support performance analysis.
Definition in file timing_analysis.h.
| #define TIME_ANALYSIS_ADD | ( | ta, | |
| timer, | |||
| ... | |||
| ) |
Definition at line 9 of file timing_analysis.h.
| #define TIME_SEC_BEG | ( | timer, | |
| ... | |||
| ) |
Definition at line 12 of file timing_analysis.h.
| #define TIME_SEC_BEG_LOG | ( | logger, | |
| timer, | |||
| ... | |||
| ) |
Definition at line 10 of file timing_analysis.h.
| #define TIME_SEC_END | ( | ta, | |
| timer, | |||
| ... | |||
| ) |
Definition at line 13 of file timing_analysis.h.
| #define TIME_SEC_END_LOG | ( | logger, | |
| ta, | |||
| timer, | |||
| ... | |||
| ) |
Definition at line 11 of file timing_analysis.h.
1.8.13