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

/vbox/include/VBox/vmm/
H A Dstam.h84 /** @def STAM_REL_STATS
89 # define STAM_REL_STATS(code) do code while(0) macro
91 # define STAM_REL_STATS(code) do {} while(0)
98 # define STAM_STATS(code) STAM_REL_STATS(code)
1082 * @remark Use STAM_STATS or STAM_REL_STATS for modifying A & B values.
1122 STAM_REL_STATS({ int rcStam = STAMR3Register(pVM, pvSample, enmType, STAMVISIBILITY_ALWAYS, pszName, enmUnit, pszDesc); \
1150 STAM_REL_STATS({ int rcStam = STAMR3Register(pVM, pvSample, enmType, STAMVISIBILITY_USED, pszName, enmUnit, pszDesc); \

Completed in 50 milliseconds