Searched defs:gStatMemRead (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A DVBoxRecompiler.c136 static STAMPROFILEADV gStatMemRead; variable
389 STAM_REG(pVM, &gStatMemRead, STAMTYPE_PROFILE, "/PROF/REM/MemRead", STAMUNIT_TICKS_PER_CALL, "Profiling memory access.");
3561 STAM_PROFILE_ADV_START(&gStatMemRead, a);
3567 STAM_PROFILE_ADV_STOP(&gStatMemRead, a);
3579 STAM_PROFILE_ADV_START(&gStatMemRead, a);
3582 STAM_PROFILE_ADV_STOP(&gStatMemRead, a);
3598 STAM_PROFILE_ADV_START(&gStatMemRead, a);
3601 STAM_PROFILE_ADV_STOP(&gStatMemRead, a);
3617 STAM_PROFILE_ADV_START(&gStatMemRead, a);
3620 STAM_PROFILE_ADV_STOP(&gStatMemRead,
[all...]

Completed in 56 milliseconds