Changeset 89738 in vbox
- Timestamp:
- Jun 16, 2021 10:20:53 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145189
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevIoApic.cpp
r89734 r89738 1672 1672 PDMDevHlpSTAMRegister(pDevIns, &pThis->StatEoiReceived, STAMTYPE_COUNTER, "LevelIntr/Recv", STAMUNIT_OCCURENCES, "Number of EOIs received for level-triggered interrupts from the local APIC(s)."); 1673 1673 1674 for ( int i = 0; i < RT_ELEMENTS(pThis->aStatLevelAct); ++i)1674 for (size_t i = 0; i < RT_ELEMENTS(pThis->aStatLevelAct); ++i) 1675 1675 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->aStatLevelAct[i], STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, "Time spent in the level active state", "IntPending/%02x", i); 1676 1676 # endif
Note:
See TracChangeset
for help on using the changeset viewer.