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

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp1200 STAMPROFILEADV StatEEPROMRead; member in struct:E1kState_st
2743 STAM_PROFILE_ADV_START(&pThis->StatEEPROMRead, a);
2745 STAM_PROFILE_ADV_STOP(&pThis->StatEEPROMRead, a);
2778 STAM_PROFILE_ADV_START(&pThis->StatEEPROMRead, a);
2782 STAM_PROFILE_ADV_STOP(&pThis->StatEEPROMRead, a);
7736 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->StatEEPROMRead, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, "Profiling EEPROM reads", "/Devices/E1k%d/EEPROM/Read", iInstance);

Completed in 72 milliseconds