mirror of
https://github.com/SmallPond/MIT6.828_OS.git
synced 2026-07-05 11:28:31 +08:00
8 lines
99 B
C
8 lines
99 B
C
#ifndef LWIP_ARCH_PERF_H
|
|
#define LWIP_ARCH_PERF_H
|
|
|
|
#define PERF_START
|
|
#define PERF_STOP(x)
|
|
|
|
#endif
|