summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Network/lwip-new/vbox/include/arch/perf.h
blob: 5b364db08343c54793c4fe79fa1ed47a9a528339 (plain)
1
2
3
4
5
6
7
#ifndef VBOX_ARCH_PERF_H_
#define VBOX_ARCH_PERF_H_

#define PERF_START
#define PERF_STOP(x)

#endif /* !VBOX_ARCH_PERF_H_ */