儲存庫 vbox 的更動 16412
- 時間撮記:
- 2009-1-30 下午01:23:20 (16 年 以前)
- 位置:
- trunk/src/VBox/VMM
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/PGM.cpp
r16408 r16412 1279 1279 1280 1280 STAM_REL_REG(pVM, &pVM->pgm.s.cGuestModeChanges, STAMTYPE_COUNTER, "/PGM/cGuestModeChanges", STAMUNIT_OCCURENCES, "Number of guest mode changes."); 1281 STAM_REL_REG(pVM, &pVM->pgm.s.cRelocations, STAMTYPE_COUNTER, "/PGM/cRelocations", STAMUNIT_OCCURENCES, "Number of hypervisor relocations."); 1281 1282 #ifdef VBOX_WITH_STATISTICS 1282 1283 pgmR3InitStats(pVM); -
trunk/src/VBox/VMM/PGMInternal.h
r16376 r16412 2634 2634 /** The number of times the guest has switched mode since last reset or statistics reset. */ 2635 2635 STAMCOUNTER cGuestModeChanges; 2636 /** The number of times we were forced to change the hypervisor region location. */ 2637 STAMCOUNTER cRelocations; 2636 2638 /** @} */ 2637 2639
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器