Searched refs:gStatMemWrite (Results 1 - 1 of 1) sorted by relevance
/vbox/src/recompiler/ |
H A D | VBoxRecompiler.c | 137 static STAMPROFILEADV gStatMemWrite; variable 390 STAM_REG(pVM, &gStatMemWrite, STAMTYPE_PROFILE, "/PROF/REM/MemWrite", STAMUNIT_TICKS_PER_CALL, "Profiling memory access."); 3732 STAM_PROFILE_ADV_START(&gStatMemWrite, a); 3735 STAM_PROFILE_ADV_STOP(&gStatMemWrite, a); 3750 STAM_PROFILE_ADV_START(&gStatMemWrite, a); 3753 STAM_PROFILE_ADV_STOP(&gStatMemWrite, a); 3768 STAM_PROFILE_ADV_START(&gStatMemWrite, a); 3771 STAM_PROFILE_ADV_STOP(&gStatMemWrite, a); 3786 STAM_PROFILE_ADV_START(&gStatMemWrite, a); 3789 STAM_PROFILE_ADV_STOP(&gStatMemWrite, [all...] |
Completed in 118 milliseconds