summaryrefslogtreecommitdiff
path: root/lwip/ports/os/rtems/arch/perf.h
diff options
context:
space:
mode:
Diffstat (limited to 'lwip/ports/os/rtems/arch/perf.h')
-rw-r--r--lwip/ports/os/rtems/arch/perf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/lwip/ports/os/rtems/arch/perf.h b/lwip/ports/os/rtems/arch/perf.h
new file mode 100644
index 0000000..1f799b3
--- /dev/null
+++ b/lwip/ports/os/rtems/arch/perf.h
@@ -0,0 +1,12 @@
+#ifndef _LWIP_ARCH_PERF_H_
+#define _LWIP_ARCH_PERF_H_
+
+//perf.h - Architecture specific performance measurement.
+//Measurement calls made throughout lwip, these can be defined to nothing.
+
+#define PERF_START
+
+#define PERF_STOP(x)
+
+
+#endif /* _LWIP_ARCH_PERF_H_ */