1 #ifndef __LIB_LWIP_ARCH_PERF_H
2 #define __LIB_LWIP_ARCH_PERF_H
3 
4 #define PERF_START do {} while (0)
5 #define PERF_STOP(x) do {} while (0)
6 
7 #endif
8 
9