uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
perf.h
Go to the documentation of this file.
1 #ifndef __PERF_H__
2 #define __PERF_H__
3 
4 #define PERF_START ((void)0)
5 #define PERF_STOP(x) ((void)0)
6 
7 #endif