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.
lwip/Core/arch/perf.h@0:441400ffd086, 2011-09-02 (annotated)
- Committer:
- geiineuville
- Date:
- Fri Sep 02 08:36:24 2011 +0000
- Revision:
- 0:441400ffd086
V0
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
geiineuville | 0:441400ffd086 | 1 | /* |
geiineuville | 0:441400ffd086 | 2 | * Author: Adam Dunkels <adam@sics.se> |
geiineuville | 0:441400ffd086 | 3 | * |
geiineuville | 0:441400ffd086 | 4 | */ |
geiineuville | 0:441400ffd086 | 5 | #ifndef __LWIP_ARCH_PERF_H__ |
geiineuville | 0:441400ffd086 | 6 | #define __LWIP_ARCH_PERF_H__ |
geiineuville | 0:441400ffd086 | 7 | |
geiineuville | 0:441400ffd086 | 8 | #define PERF_START |
geiineuville | 0:441400ffd086 | 9 | #define PERF_STOP(x) |
geiineuville | 0:441400ffd086 | 10 | |
geiineuville | 0:441400ffd086 | 11 | |
geiineuville | 0:441400ffd086 | 12 | inline void perf_init(char *fname) { |
geiineuville | 0:441400ffd086 | 13 | return; |
geiineuville | 0:441400ffd086 | 14 | } |
geiineuville | 0:441400ffd086 | 15 | |
geiineuville | 0:441400ffd086 | 16 | |
geiineuville | 0:441400ffd086 | 17 | #endif /* __LWIP_ARCH_PERF_H__ */ |