Used in Live Traffic Update Nokia LCD Display Project
Fork of NetServices by
lwip/arch/perf.h@8:92b57208ab99, 2013-03-06 (annotated)
- Committer:
- rrajan8
- Date:
- Wed Mar 06 19:07:23 2013 +0000
- Revision:
- 8:92b57208ab99
- Parent:
- 0:ac1725ba162c
This project utilizes mbed's networking features to display live traffic updates on the Nokia LCD using the MapQuest API's Traffic Web Service.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
segundo | 0:ac1725ba162c | 1 | /* |
segundo | 0:ac1725ba162c | 2 | * Author: Adam Dunkels <adam@sics.se> |
segundo | 0:ac1725ba162c | 3 | * |
segundo | 0:ac1725ba162c | 4 | */ |
segundo | 0:ac1725ba162c | 5 | #ifndef __LWIP_ARCH_PERF_H__ |
segundo | 0:ac1725ba162c | 6 | #define __LWIP_ARCH_PERF_H__ |
segundo | 0:ac1725ba162c | 7 | |
segundo | 0:ac1725ba162c | 8 | #define PERF_START |
segundo | 0:ac1725ba162c | 9 | #define PERF_STOP(x) |
segundo | 0:ac1725ba162c | 10 | |
segundo | 0:ac1725ba162c | 11 | #define perf_init(fname) |
segundo | 0:ac1725ba162c | 12 | |
segundo | 0:ac1725ba162c | 13 | #if 0 |
segundo | 0:ac1725ba162c | 14 | #ifdef __cplusplus |
segundo | 0:ac1725ba162c | 15 | inline |
segundo | 0:ac1725ba162c | 16 | #endif |
segundo | 0:ac1725ba162c | 17 | void perf_init(char *fname) { |
segundo | 0:ac1725ba162c | 18 | return; |
segundo | 0:ac1725ba162c | 19 | } |
segundo | 0:ac1725ba162c | 20 | #endif |
segundo | 0:ac1725ba162c | 21 | |
segundo | 0:ac1725ba162c | 22 | |
segundo | 0:ac1725ba162c | 23 | #endif /* __LWIP_ARCH_PERF_H__ */ |