OpenCBM
Macros
perfeval.h File Reference

Functions and macros for performance evaluation purposes. More...

#include "debug.h"

Go to the source code of this file.

Macros

#define PERF_INIT()
 
#define PERF_EVENT(_Event_, _Data_)
 
#define PERF_SAVE()
 

Detailed Description

Functions and macros for performance evaluation purposes.



Author
Spiro Trikaliotis

Definition in file perfeval.h.

Macro Definition Documentation

#define PERF_EVENT (   _Event_,
  _Data_ 
)

no performance evaluation, do nothing

Definition at line 88 of file perfeval.h.

#define PERF_INIT ( )

no performance evaluation, do nothing

Definition at line 85 of file perfeval.h.

Referenced by DriverCommonInit().

#define PERF_SAVE ( )

no performance evaluation, do nothing

Definition at line 91 of file perfeval.h.

Referenced by DriverCommonUninit().