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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp378 STAM_REG(pVM, &pPool->StatCacheMisses, STAMTYPE_COUNTER, "/PGM/Pool/Cache/Misses", STAMUNIT_OCCURENCES, "The number of pgmPoolAlloc calls not statisfied by the cache.");
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2458 STAMCOUNTER StatCacheMisses; member in struct:PGMPOOL
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp2260 STAM_COUNTER_INC(&pPool->StatCacheMisses);

Completed in 343 milliseconds