Searched refs:DRV_PROFILE_COUNTER (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dcounters.h50 # if !defined(PROFILE_COUNTER) && !defined(DRV_PROFILE_COUNTER)
117 DRV_PROFILE_COUNTER(NATRecv,"Time spent in NATRecv worker");
118 DRV_PROFILE_COUNTER(NATRecvWait,"Time spent in NATRecv worker in waiting of free RX buffers");
129 #ifdef DRV_PROFILE_COUNTER
130 # undef DRV_PROFILE_COUNTER macro
/vbox/src/VBox/Devices/Network/
H A DDrvNAT.cpp186 #define DRV_PROFILE_COUNTER(name, dsc) STAMPROFILE Stat ## name macro
1345 # define DRV_PROFILE_COUNTER(name, dsc) DEREGISTER_COUNTER(name, pThis) macro
1550 # define DRV_PROFILE_COUNTER(name, dsc) REGISTER_COUNTER(name, pThis, STAMTYPE_PROFILE, STAMUNIT_TICKS_PER_CALL, dsc) macro

Completed in 55 milliseconds