Home
last modified time | relevance | path

Searched refs:pTimeAvg (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofileui.h2557 float* pTimeAvg = (float*)alloca(sizeof(float)*nCount); in MicroProfileDrawCustom() local
2569 pTimeAvg[i] = fToMs * (S.Aggregate[nTimerIndex].nTicks / nAggregateFrames); in MicroProfileDrawCustom()
2584 nSize = snprintf(Buffer, sizeof(Buffer)-1, "%6.2f", pTimeAvg[i]); in MicroProfileDrawCustom()
2600 float* pMs = pCustom->nFlags & MICROPROFILE_CUSTOM_BAR_SOURCE_MAX ? pTimeMax : pTimeAvg; in MicroProfileDrawCustom()
2621 … float* pMs = pCustom->nFlags & MICROPROFILE_CUSTOM_STACK_SOURCE_MAX ? pTimeMax : pTimeAvg; in MicroProfileDrawCustom()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofileui.h2557 float* pTimeAvg = (float*)alloca(sizeof(float)*nCount); in MicroProfileDrawCustom() local
2569 pTimeAvg[i] = fToMs * (S.Aggregate[nTimerIndex].nTicks / nAggregateFrames); in MicroProfileDrawCustom()
2584 nSize = snprintf(Buffer, sizeof(Buffer)-1, "%6.2f", pTimeAvg[i]); in MicroProfileDrawCustom()
2600 float* pMs = pCustom->nFlags & MICROPROFILE_CUSTOM_BAR_SOURCE_MAX ? pTimeMax : pTimeAvg; in MicroProfileDrawCustom()
2621 … float* pMs = pCustom->nFlags & MICROPROFILE_CUSTOM_STACK_SOURCE_MAX ? pTimeMax : pTimeAvg; in MicroProfileDrawCustom()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofileui.h2557 float* pTimeAvg = (float*)alloca(sizeof(float)*nCount); in MicroProfileDrawCustom() local
2569 pTimeAvg[i] = fToMs * (S.Aggregate[nTimerIndex].nTicks / nAggregateFrames); in MicroProfileDrawCustom()
2584 nSize = snprintf(Buffer, sizeof(Buffer)-1, "%6.2f", pTimeAvg[i]); in MicroProfileDrawCustom()
2600 float* pMs = pCustom->nFlags & MICROPROFILE_CUSTOM_BAR_SOURCE_MAX ? pTimeMax : pTimeAvg; in MicroProfileDrawCustom()
2621 … float* pMs = pCustom->nFlags & MICROPROFILE_CUSTOM_STACK_SOURCE_MAX ? pTimeMax : pTimeAvg; in MicroProfileDrawCustom()