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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp448 STAMPROFILEADV StatInterrupt; member in struct:PCNETSTATE
1261 STAM_PROFILE_ADV_START(&pThis->StatInterrupt, a);
1337 STAM_PROFILE_ADV_STOP(&pThis->StatInterrupt, a);
5136 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->StatInterrupt, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, "Profiling interrupt checks", "/Devices/PCNet%d/UpdateIRQ", iInstance);

Completed in 63 milliseconds