Searched defs:pProfile (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/VMM/include/ |
H A D | STAMInternal.h | 96 PSTAMPROFILE pProfile; member in union:STAMDESC::STAMDESCSAMPLEDATA
|
/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/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/include/VBox/vmm/ |
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...] |
Completed in 55 milliseconds