Searched refs:cPagesPerSecond (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp1941 uint32_t cPagesPerSecond = (uint32_t)( pVM->pgm.s.LiveSave.cSavedPages local
1943 pVM->pgm.s.LiveSave.cPagesPerSecond = cPagesPerSecond;
1956 uint32_t cMsLeftShort = (uint32_t)(cDirtyPagesShort / (long double)cPagesPerSecond * 1000.0);
1957 uint32_t cMsLeftLong = (uint32_t)(cDirtyPagesLong / (long double)cPagesPerSecond * 1000.0);
2043 pVM->pgm.s.LiveSave.cPagesPerSecond = 8192;
H A DPGM.cpp1715 STAM_REL_REG_USED(pVM, &pPGM->LiveSave.cPagesPerSecond, STAMTYPE_U32, "/PGM/LiveSave/cPagesPerSecond", STAMUNIT_COUNT, "Pages per second.");
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3430 uint32_t cPagesPerSecond; member in struct:PGM::__anon16965

Completed in 83 milliseconds