summaryrefslogtreecommitdiff
path: root/lwip/ports/os/rtems/arch/perf.h
blob: 1f799b37a0cd1778feb30d81513284758bd9f577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _LWIP_ARCH_PERF_H_
#define _LWIP_ARCH_PERF_H_

//perf.h     - Architecture specific performance measurement.
//Measurement calls made throughout lwip, these can be defined to nothing.

#define PERF_START

#define PERF_STOP(x)


#endif /* _LWIP_ARCH_PERF_H_ */