/vbox/include/VBox/vmm/ |
H A D | stam.h | 644 # define STAM_REL_PROFILE_ADD_PERIOD(pProfile, cTicksInPeriod) \ 647 (pProfile)->cTicks += StamPrefix_cTicks; \ 648 (pProfile)->cPeriods++; \ 649 if ((pProfile)->cTicksMax < StamPrefix_cTicks) \ 650 (pProfile)->cTicksMax = StamPrefix_cTicks; \ 651 if ((pProfile)->cTicksMin > StamPrefix_cTicks) \ 652 (pProfile)->cTicksMin = StamPrefix_cTicks; \ 655 # define STAM_REL_PROFILE_ADD_PERIOD(pProfile, cTicksInPeriod) do { } while (0) 665 # define STAM_PROFILE_ADD_PERIOD(pProfile, cTicksInPeriod) STAM_REL_PROFILE_ADD_PERIOD(pProfile, cTicksInPerio [all...] |
H A D | pdmdrv.h | 1647 * @param pProfile Pointer to the profiling variable. 1653 DECLINLINE(void) PDMDrvHlpSTAMRegProfileEx(PPDMDRVINS pDrvIns, PSTAMPROFILE pProfile, const char *pszName, STAMUNIT enmUnit, const char *pszDesc) argument 1655 pDrvIns->pHlpR3->pfnSTAMRegisterF(pDrvIns, pProfile, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, enmUnit, pszDesc, 1664 * @param pProfile Pointer to the profiling variable. 1669 DECLINLINE(void) PDMDrvHlpSTAMRegProfile(PPDMDRVINS pDrvIns, PSTAMPROFILE pProfile, const char *pszName, const char *pszDesc) argument 1671 PDMDrvHlpSTAMRegProfileEx(pDrvIns, pProfile, pszName, STAMUNIT_TICKS_PER_CALL, pszDesc); 1679 * @param pProfile Pointer to the profiling variable. 1685 DECLINLINE(void) PDMDrvHlpSTAMRegProfileAdvEx(PPDMDRVINS pDrvIns, PSTAMPROFILEADV pProfile, const char *pszName, STAMUNIT enmUnit, const char *pszDesc) argument 1687 pDrvIns->pHlpR3->pfnSTAMRegisterF(pDrvIns, pProfile, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, enmUnit, pszDesc, 1696 * @param pProfile Pointe 1701 PDMDrvHlpSTAMRegProfileAdv(PPDMDRVINS pDrvIns, PSTAMPROFILEADV pProfile, const char *pszName, const char *pszDesc) argument [all...] |
/vbox/src/VBox/VMM/include/ |
H A D | STAMInternal.h | 96 PSTAMPROFILE pProfile; member in union:STAMDESC::STAMDESCSAMPLEDATA
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | vboxhgsmi.c | 81 DECLINLINE(void) vboxCrHgsmiProfileStart(PVBOXCRHGSMIPROFILE pProfile) argument 83 pProfile->cStepsTime = 0; 84 pProfile->cSteps = 0; 85 pProfile->cStartTime = VBOXCRHGSMIPROFILE_GET_TIME_NANO(); 88 DECLINLINE(void) vboxCrHgsmiProfileStep(PVBOXCRHGSMIPROFILE pProfile, uint64_t cStepTime) argument 90 pProfile->cStepsTime += cStepTime; 91 ++pProfile->cSteps; 113 DECLINLINE(void) vboxCrHgsmiProfileLog(PVBOXCRHGSMIPROFILE pProfile, uint64_t cTime) argument 115 uint64_t profileTime = cTime - pProfile->cStartTime; 116 double percent = ((double)100.0) * pProfile [all...] |
H A D | vboxhgcm.c | 87 DECLINLINE(void) vboxCrHgsmiProfileStart(PVBOXCRHGSMIPROFILE pProfile) argument 89 pProfile->cStepsTime = 0; 90 pProfile->cSteps = 0; 91 pProfile->cStartTime = VBOXCRHGSMIPROFILE_GET_TIME_NANO(); 94 DECLINLINE(void) vboxCrHgsmiProfileStep(PVBOXCRHGSMIPROFILE pProfile, uint64_t cStepTime) argument 96 pProfile->cStepsTime += cStepTime; 97 ++pProfile->cSteps; 123 DECLINLINE(void) vboxCrHgsmiProfileLog(PVBOXCRHGSMIPROFILE pProfile, uint64_t cTime) argument 125 uint64_t profileTime = cTime - pProfile->cStartTime; 126 double percent = ((double)100.0) * pProfile [all...] |
/vbox/src/VBox/VMM/VMMR3/ |
H A D | STAM.cpp | 1720 ASMAtomicXchgU64(&pDesc->u.pProfile->cPeriods, 0); 1721 ASMAtomicXchgU64(&pDesc->u.pProfile->cTicks, 0); 1722 ASMAtomicXchgU64(&pDesc->u.pProfile->cTicksMax, 0); 1723 ASMAtomicXchgU64(&pDesc->u.pProfile->cTicksMin, ~0); 1857 if (pDesc->enmVisibility == STAMVISIBILITY_USED && pDesc->u.pProfile->cPeriods == 0) 1860 pDesc->u.pProfile->cPeriods, pDesc->u.pProfile->cTicks, pDesc->u.pProfile->cTicksMin, 1861 pDesc->u.pProfile->cTicksMax); 2231 if (pDesc->enmVisibility == STAMVISIBILITY_USED && pDesc->u.pProfile [all...] |
/vbox/src/VBox/Additions/WINNT/VBoxGINA/ |
H A D | VBoxGINA.cpp | 296 PWLX_MPR_NOTIFY_INFO pMprNotifyInfo, PVOID *pProfile) 309 pdwOptions, phToken, pMprNotifyInfo, pProfile); 294 WlxLoggedOutSAS(PVOID pWlxContext, DWORD dwSasType, PLUID pAuthenticationId, PSID pLogonSid, PDWORD pdwOptions, PHANDLE phToken, PWLX_MPR_NOTIFY_INFO pMprNotifyInfo, PVOID *pProfile) argument
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | msctf.idl | 477 [out, size_is(ulCount), length_is(*pcFetch)] TF_INPUTPROCESSORPROFILE *pProfile, 515 [out] TF_INPUTPROCESSORPROFILE *pProfile); 548 [out] TF_INPUTPROCESSORPROFILE *pProfile); 757 [out, size_is(ulCount), length_is(*pcFetch)] TF_LANGUAGEPROFILE *pProfile,
|
H A D | winspool.h | 1807 LPSTR pDeviceName, LPSTR pPort, LPDEVMODEA pDevModeInput, LPSTR pProfile,
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | msctf.idl | 639 [out, size_is(ulCount), length_is(*pcFetch)] TF_LANGUAGEPROFILE *pProfile,
|
H A D | winspool.h | 1509 LPSTR pDeviceName, LPSTR pPort, LPDEVMODEA pDevModeInput, LPSTR pProfile,
|