Home
last modified time | relevance | path

Searched refs:nAggregateCount (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofileui.h616 uint32_t nAggregateCount = S.Aggregate[nIndex].nCount ? S.Aggregate[nIndex].nCount : 1; in MicroProfileDrawFloatTooltip() local
627 float fCallAverage = fToMs * (S.Aggregate[nIndex].nTicks / nAggregateCount); in MicroProfileDrawFloatTooltip()
675 MicroProfileStringArrayFormat(&ToolTip, "%6d", nAggregateCount / nAggregateFrames); in MicroProfileDrawFloatTooltip()
1486 … uint32_t nAggregateCount = S.Aggregate[nTimer].nCount ? S.Aggregate[nTimer].nCount : 1; in MicroProfileCalcTimers() local
1494 … float fCallAverageMs = fToMs * (S.Aggregate[nTimer].nTicks / nAggregateCount); in MicroProfileCalcTimers()
H A Dmicroprofile.h2041 uint32_t nAggregateCount = S.Aggregate[nTimer].nCount ? S.Aggregate[nTimer].nCount : 1; in MicroProfileCalcAllTimers() local
2049 float fCallAverageMs = fToMs * (S.Aggregate[nTimer].nTicks / nAggregateCount); in MicroProfileCalcAllTimers()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofileui.h616 uint32_t nAggregateCount = S.Aggregate[nIndex].nCount ? S.Aggregate[nIndex].nCount : 1; in MicroProfileDrawFloatTooltip() local
627 float fCallAverage = fToMs * (S.Aggregate[nIndex].nTicks / nAggregateCount); in MicroProfileDrawFloatTooltip()
675 MicroProfileStringArrayFormat(&ToolTip, "%6d", nAggregateCount / nAggregateFrames); in MicroProfileDrawFloatTooltip()
1486 … uint32_t nAggregateCount = S.Aggregate[nTimer].nCount ? S.Aggregate[nTimer].nCount : 1; in MicroProfileCalcTimers() local
1494 … float fCallAverageMs = fToMs * (S.Aggregate[nTimer].nTicks / nAggregateCount); in MicroProfileCalcTimers()
H A Dmicroprofile.h2039 uint32_t nAggregateCount = S.Aggregate[nTimer].nCount ? S.Aggregate[nTimer].nCount : 1; in MicroProfileCalcAllTimers() local
2047 float fCallAverageMs = fToMs * (S.Aggregate[nTimer].nTicks / nAggregateCount); in MicroProfileCalcAllTimers()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofileui.h616 uint32_t nAggregateCount = S.Aggregate[nIndex].nCount ? S.Aggregate[nIndex].nCount : 1; in MicroProfileDrawFloatTooltip() local
627 float fCallAverage = fToMs * (S.Aggregate[nIndex].nTicks / nAggregateCount); in MicroProfileDrawFloatTooltip()
675 MicroProfileStringArrayFormat(&ToolTip, "%6d", nAggregateCount / nAggregateFrames); in MicroProfileDrawFloatTooltip()
1486 … uint32_t nAggregateCount = S.Aggregate[nTimer].nCount ? S.Aggregate[nTimer].nCount : 1; in MicroProfileCalcTimers() local
1494 … float fCallAverageMs = fToMs * (S.Aggregate[nTimer].nTicks / nAggregateCount); in MicroProfileCalcTimers()
H A Dmicroprofile.h2039 uint32_t nAggregateCount = S.Aggregate[nTimer].nCount ? S.Aggregate[nTimer].nCount : 1; in MicroProfileCalcAllTimers() local
2047 float fCallAverageMs = fToMs * (S.Aggregate[nTimer].nTicks / nAggregateCount); in MicroProfileCalcAllTimers()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmicroprofile.h3220 uint32_t nAggregateCount = S.Aggregate[nTimer].nCount ? S.Aggregate[nTimer].nCount : 1; in MicroProfileCalcAllTimers() local
3230 float fCallAverageMs = fToMs * (S.Aggregate[nTimer].nTicks / nAggregateCount); in MicroProfileCalcAllTimers()