mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-18 22:54:50 +08:00
8 lines
99 B
C
8 lines
99 B
C
#ifndef perf_h
|
|
#define perf_h
|
|
|
|
#define PERF_START
|
|
#define PERF_STOP(x)
|
|
|
|
#endif /* perf_h */
|