mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-20 15:35:45 +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 */
|