Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
EthernetNetIf/LPC1768/lwip/arch/perf.h@0:8cdad1c73e8e, 2012-03-25 (annotated)
- Committer:
- bfictorie
- Date:
- Sun Mar 25 17:26:30 2012 +0000
- Revision:
- 0:8cdad1c73e8e
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bfictorie | 0:8cdad1c73e8e | 1 | /* |
bfictorie | 0:8cdad1c73e8e | 2 | * Author: Adam Dunkels <adam@sics.se> |
bfictorie | 0:8cdad1c73e8e | 3 | * |
bfictorie | 0:8cdad1c73e8e | 4 | */ |
bfictorie | 0:8cdad1c73e8e | 5 | #ifndef __LWIP_ARCH_PERF_H__ |
bfictorie | 0:8cdad1c73e8e | 6 | #define __LWIP_ARCH_PERF_H__ |
bfictorie | 0:8cdad1c73e8e | 7 | |
bfictorie | 0:8cdad1c73e8e | 8 | #define PERF_START |
bfictorie | 0:8cdad1c73e8e | 9 | #define PERF_STOP(x) |
bfictorie | 0:8cdad1c73e8e | 10 | |
bfictorie | 0:8cdad1c73e8e | 11 | #define perf_init(fname) |
bfictorie | 0:8cdad1c73e8e | 12 | |
bfictorie | 0:8cdad1c73e8e | 13 | #if 0 |
bfictorie | 0:8cdad1c73e8e | 14 | #ifdef __cplusplus |
bfictorie | 0:8cdad1c73e8e | 15 | inline |
bfictorie | 0:8cdad1c73e8e | 16 | #endif |
bfictorie | 0:8cdad1c73e8e | 17 | void perf_init(char *fname) { |
bfictorie | 0:8cdad1c73e8e | 18 | return; |
bfictorie | 0:8cdad1c73e8e | 19 | } |
bfictorie | 0:8cdad1c73e8e | 20 | #endif |
bfictorie | 0:8cdad1c73e8e | 21 | |
bfictorie | 0:8cdad1c73e8e | 22 | |
bfictorie | 0:8cdad1c73e8e | 23 | #endif /* __LWIP_ARCH_PERF_H__ */ |