Searched defs:StatReceiveStore (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp208 STAMPROFILE StatReceiveStore; member in struct:VNetState_st
882 STAM_PROFILE_START(&pThis->StatReceiveStore, a);
884 STAM_PROFILE_STOP(&pThis->StatReceiveStore, a);
2124 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->StatReceiveStore, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, "Profiling receive storing", "/Devices/VNet%d/Receive/Store", iInstance);
H A DDevE1000.cpp1213 STAMPROFILEADV StatReceiveStore; member in struct:E1kState_st
2156 STAM_PROFILE_ADV_START(&pThis->StatReceiveStore, a);
2161 STAM_PROFILE_ADV_STOP(&pThis->StatReceiveStore, a);
2179 STAM_PROFILE_ADV_START(&pThis->StatReceiveStore, a);
2212 STAM_PROFILE_ADV_STOP(&pThis->StatReceiveStore, a);
7749 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->StatReceiveStore, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, "Profiling receive storing", "/Devices/E1k%d/Receive/Store", iInstance);

Completed in 82 milliseconds