Searched refs:StatVirtualSyncGiveUpBeforeStarting (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DTMInternal.h646 STAMCOUNTER StatVirtualSyncGiveUpBeforeStarting; member in struct:TM
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp789 STAM_REG(pVM, &pVM->tm.s.StatVirtualSyncGiveUpBeforeStarting, STAMTYPE_COUNTER, "/TM/VirtualSync/GiveUpBeforeStarting",STAMUNIT_OCCURENCES, "Times the catch-up was abandoned before even starting. (Typically debugging++.)");
2447 STAM_COUNTER_INC(&pVM->tm.s.StatVirtualSyncGiveUpBeforeStarting);

Completed in 2107 milliseconds