Home
last modified time | relevance | path

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

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h2032 …ileCalcAllTimers(float* pTimers, float* pAverage, float* pMax, float* pCallAverage, float* pExclus… in MicroProfileCalcAllTimers() argument
2064 pCallAverage[nIdx] = fCallAverageMs; in MicroProfileCalcAllTimers()
2065 pCallAverage[nIdx+1] = fCallAveragePrc; in MicroProfileCalcAllTimers()
2195 float* pCallAverage = pTimers + 3 * nBlockSize; in MicroProfileDumpCsv() local
2201 …MicroProfileCalcAllTimers(pTimers, pAverage, pMax, pCallAverage, pTimersExclusive, pAverageExclusi… in MicroProfileDumpCsv()
2206 …me, S.GroupInfo[S.TimerInfo[i].nGroupIndex].pName, pAverage[nIdx], pMax[nIdx], pCallAverage[nIdx]); in MicroProfileDumpCsv()
2346 float* pCallAverage = pTimers + 3 * nBlockSize; in MicroProfileDumpHtml() local
2352 …MicroProfileCalcAllTimers(pTimers, pAverage, pMax, pCallAverage, pTimersExclusive, pAverageExclusi… in MicroProfileDumpHtml()
2408 pCallAverage[nIdx], in MicroProfileDumpHtml()
H A Dmicroprofileui.h1465 …rofileCalcTimers(float* pTimers, float* pAverage, float* pMax, float* pCallAverage, float* pExclus… in MicroProfileCalcTimers() argument
1508 pCallAverage[nIdx] = fCallAverageMs; in MicroProfileCalcTimers()
1509 pCallAverage[nIdx+1] = fCallAveragePrc; in MicroProfileCalcTimers()
1765 float* pCallAverage = pTimers + 3 * nBlockSize; in MicroProfileDumpTimers() local
1769 …MicroProfileCalcTimers(pTimers, pAverage, pMax, pCallAverage, pTimersExclusive, pAverageExclusive,… in MicroProfileDumpTimers()
1795 MICROPROFILE_PRINTF("%9.2fms, ", pCallAverage[nIdx]); in MicroProfileDumpTimers()
1837 float* pCallAverage = pTimers + 3 * nBlockSize; in MicroProfileDrawBarView() local
1841 …MicroProfileCalcTimers(pTimers, pAverage, pMax, pCallAverage, pTimersExclusive, pAverageExclusive,… in MicroProfileDrawBarView()
1893 nX += MicroProfileDrawBarArray(nX, nY, pCallAverage, "Call Average", nTotalHeight) + 1; in MicroProfileDrawBarView()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h2030 void MicroProfileCalcAllTimers(float* pTimers, float* pAverage, float* pMax, float* pCallAverage, f… in MicroProfileCalcAllTimers() argument
2062 pCallAverage[nIdx] = fCallAverageMs; in MicroProfileCalcAllTimers()
2063 pCallAverage[nIdx+1] = fCallAveragePrc; in MicroProfileCalcAllTimers()
2193 float* pCallAverage = pTimers + 3 * nBlockSize; in MicroProfileDumpCsv() local
2199 …MicroProfileCalcAllTimers(pTimers, pAverage, pMax, pCallAverage, pTimersExclusive, pAverageExclusi… in MicroProfileDumpCsv()
2204 …me, S.GroupInfo[S.TimerInfo[i].nGroupIndex].pName, pAverage[nIdx], pMax[nIdx], pCallAverage[nIdx]); in MicroProfileDumpCsv()
2344 float* pCallAverage = pTimers + 3 * nBlockSize; in MicroProfileDumpHtml() local
2350 …MicroProfileCalcAllTimers(pTimers, pAverage, pMax, pCallAverage, pTimersExclusive, pAverageExclusi… in MicroProfileDumpHtml()
2406 pCallAverage[nIdx], in MicroProfileDumpHtml()
H A Dmicroprofileui.h1465 void MicroProfileCalcTimers(float* pTimers, float* pAverage, float* pMax, float* pCallAverage, floa… in MicroProfileCalcTimers() argument
1508 pCallAverage[nIdx] = fCallAverageMs; in MicroProfileCalcTimers()
1509 pCallAverage[nIdx+1] = fCallAveragePrc; in MicroProfileCalcTimers()
1765 float* pCallAverage = pTimers + 3 * nBlockSize; in MicroProfileDumpTimers() local
1769 …MicroProfileCalcTimers(pTimers, pAverage, pMax, pCallAverage, pTimersExclusive, pAverageExclusive,… in MicroProfileDumpTimers()
1795 MICROPROFILE_PRINTF("%9.2fms, ", pCallAverage[nIdx]); in MicroProfileDumpTimers()
1837 float* pCallAverage = pTimers + 3 * nBlockSize; in MicroProfileDrawBarView() local
1841 …MicroProfileCalcTimers(pTimers, pAverage, pMax, pCallAverage, pTimersExclusive, pAverageExclusive,… in MicroProfileDrawBarView()
1893 nX += MicroProfileDrawBarArray(nX, nY, pCallAverage, "Call Average", nTotalHeight) + 1; in MicroProfileDrawBarView()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h2030 void MicroProfileCalcAllTimers(float* pTimers, float* pAverage, float* pMax, float* pCallAverage, f… in MicroProfileCalcAllTimers() argument
2062 pCallAverage[nIdx] = fCallAverageMs; in MicroProfileCalcAllTimers()
2063 pCallAverage[nIdx+1] = fCallAveragePrc; in MicroProfileCalcAllTimers()
2193 float* pCallAverage = pTimers + 3 * nBlockSize; in MicroProfileDumpCsv() local
2199 …MicroProfileCalcAllTimers(pTimers, pAverage, pMax, pCallAverage, pTimersExclusive, pAverageExclusi… in MicroProfileDumpCsv()
2204 …me, S.GroupInfo[S.TimerInfo[i].nGroupIndex].pName, pAverage[nIdx], pMax[nIdx], pCallAverage[nIdx]); in MicroProfileDumpCsv()
2344 float* pCallAverage = pTimers + 3 * nBlockSize; in MicroProfileDumpHtml() local
2350 …MicroProfileCalcAllTimers(pTimers, pAverage, pMax, pCallAverage, pTimersExclusive, pAverageExclusi… in MicroProfileDumpHtml()
2406 pCallAverage[nIdx], in MicroProfileDumpHtml()
H A Dmicroprofileui.h1465 void MicroProfileCalcTimers(float* pTimers, float* pAverage, float* pMax, float* pCallAverage, floa… in MicroProfileCalcTimers() argument
1508 pCallAverage[nIdx] = fCallAverageMs; in MicroProfileCalcTimers()
1509 pCallAverage[nIdx+1] = fCallAveragePrc; in MicroProfileCalcTimers()
1765 float* pCallAverage = pTimers + 3 * nBlockSize; in MicroProfileDumpTimers() local
1769 …MicroProfileCalcTimers(pTimers, pAverage, pMax, pCallAverage, pTimersExclusive, pAverageExclusive,… in MicroProfileDumpTimers()
1795 MICROPROFILE_PRINTF("%9.2fms, ", pCallAverage[nIdx]); in MicroProfileDumpTimers()
1837 float* pCallAverage = pTimers + 3 * nBlockSize; in MicroProfileDrawBarView() local
1841 …MicroProfileCalcTimers(pTimers, pAverage, pMax, pCallAverage, pTimersExclusive, pAverageExclusive,… in MicroProfileDrawBarView()
1893 nX += MicroProfileDrawBarArray(nX, nY, pCallAverage, "Call Average", nTotalHeight) + 1; in MicroProfileDrawBarView()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmicroprofile.h3211 …ers(float* pTimers, float* pAverage, float* pMax, float* pMin, float* pCallAverage, float* pExclus… in MicroProfileCalcAllTimers() argument
3247 pCallAverage[nIdx] = fCallAverageMs; in MicroProfileCalcAllTimers()
3248 pCallAverage[nIdx+1] = fCallAveragePrc; in MicroProfileCalcAllTimers()
3441 float* pCallAverage = pTimers + 4 * nBlockSize; in MicroProfileDumpCsv() local
3447 …MicroProfileCalcAllTimers(pTimers, pAverage, pMax, pMin, pCallAverage, pTimersExclusive, pAverageE… in MicroProfileDumpCsv()
3452 …me, S.GroupInfo[S.TimerInfo[i].nGroupIndex].pName, pAverage[nIdx], pMax[nIdx], pCallAverage[nIdx]); in MicroProfileDumpCsv()
3601 float* pCallAverage = pTimers + 4 * nBlockSize; in MicroProfileDumpHtml() local
3607 …MicroProfileCalcAllTimers(pTimers, pAverage, pMax, pMin, pCallAverage, pTimersExclusive, pAverageE… in MicroProfileDumpHtml()
3626 pCallAverage[nIdx], in MicroProfileDumpHtml()