NeoPZ
Macros
timing_analysis.h File Reference

Contains macros and functions to support performance analysis. More...

This graph shows which files directly or indirectly include this file:

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, ...)
 

Detailed Description

Contains macros and functions to support performance analysis.

Definition in file timing_analysis.h.

Macro Definition Documentation

◆ TIME_ANALYSIS_ADD

#define TIME_ANALYSIS_ADD (   ta,
  timer,
  ... 
)

Definition at line 9 of file timing_analysis.h.

◆ TIME_SEC_BEG

#define TIME_SEC_BEG (   timer,
  ... 
)

Definition at line 12 of file timing_analysis.h.

◆ TIME_SEC_BEG_LOG

#define TIME_SEC_BEG_LOG (   logger,
  timer,
  ... 
)

Definition at line 10 of file timing_analysis.h.

◆ TIME_SEC_END

#define TIME_SEC_END (   ta,
  timer,
  ... 
)

Definition at line 13 of file timing_analysis.h.

◆ TIME_SEC_END_LOG

#define TIME_SEC_END_LOG (   logger,
  ta,
  timer,
  ... 
)

Definition at line 11 of file timing_analysis.h.