Measure system

Dependencies:   EthernetNetIf mbed RF12B

Revision:
3:799d8c61fb03
Parent:
2:afe5826411e3
--- a/EthernetNetIf/LPC2368/lwip/arch/perf.h	Sun Mar 27 07:56:59 2011 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-/*
- * Author: Adam Dunkels <adam@sics.se>
- *
- */
-#ifndef __LWIP_ARCH_PERF_H__
-#define __LWIP_ARCH_PERF_H__
-
-#define PERF_START
-#define PERF_STOP(x)
-
-#define perf_init(fname)
-
-#if 0
-#ifdef __cplusplus
-inline
-#endif
-void perf_init(char *fname) {
-  return;  
-}
-#endif
-
-
-#endif /* __LWIP_ARCH_PERF_H__ */