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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp449 STAMPROFILEADV StatPollTimer; member in struct:PCNETSTATE
2688 STAM_PROFILE_ADV_START(&pThis->StatPollTimer, a);
2743 STAM_PROFILE_ADV_STOP(&pThis->StatPollTimer, a);
5137 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->StatPollTimer, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, "Profiling poll timer", "/Devices/PCNet%d/PollTimer", iInstance);

Completed in 63 milliseconds