
Library for Bert van Dam's book "ARM MICROCONTROLLERS" For all chapters with internet.
NetServices/lwip/arch/perf.h@0:4edb816d21e1, 2015-10-16 (annotated)
- Committer:
- ICTFBI
- Date:
- Fri Oct 16 14:28:26 2015 +0000
- Revision:
- 0:4edb816d21e1
Pre-update 16-10-15
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ICTFBI | 0:4edb816d21e1 | 1 | /* |
ICTFBI | 0:4edb816d21e1 | 2 | * Author: Adam Dunkels <adam@sics.se> |
ICTFBI | 0:4edb816d21e1 | 3 | * |
ICTFBI | 0:4edb816d21e1 | 4 | */ |
ICTFBI | 0:4edb816d21e1 | 5 | #ifndef __LWIP_ARCH_PERF_H__ |
ICTFBI | 0:4edb816d21e1 | 6 | #define __LWIP_ARCH_PERF_H__ |
ICTFBI | 0:4edb816d21e1 | 7 | |
ICTFBI | 0:4edb816d21e1 | 8 | #define PERF_START |
ICTFBI | 0:4edb816d21e1 | 9 | #define PERF_STOP(x) |
ICTFBI | 0:4edb816d21e1 | 10 | |
ICTFBI | 0:4edb816d21e1 | 11 | #define perf_init(fname) |
ICTFBI | 0:4edb816d21e1 | 12 | |
ICTFBI | 0:4edb816d21e1 | 13 | #if 0 |
ICTFBI | 0:4edb816d21e1 | 14 | #ifdef __cplusplus |
ICTFBI | 0:4edb816d21e1 | 15 | inline |
ICTFBI | 0:4edb816d21e1 | 16 | #endif |
ICTFBI | 0:4edb816d21e1 | 17 | void perf_init(char *fname) { |
ICTFBI | 0:4edb816d21e1 | 18 | return; |
ICTFBI | 0:4edb816d21e1 | 19 | } |
ICTFBI | 0:4edb816d21e1 | 20 | #endif |
ICTFBI | 0:4edb816d21e1 | 21 | |
ICTFBI | 0:4edb816d21e1 | 22 | |
ICTFBI | 0:4edb816d21e1 | 23 | #endif /* __LWIP_ARCH_PERF_H__ */ |