Home
last modified time | relevance | path

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

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h760 uint64_t nAggregateMax[MICROPROFILE_MAX_TIMERS]; member
1845 …memcpy(&Meta.nAggregateMax[0], &Meta.nAccumMax[0], sizeof(Meta.nAggregateMax[0]) * S.nTotalTimers); in MicroProfileFlip()
2388 … MicroProfilePrintf(CB, Handle, bOnce ? "%d" : ",%d", S.MetaCounters[j].nAggregateMax[i]); in MicroProfileDumpHtml()
H A Dmicroprofileui.h1919 …nX += MicroProfileDrawBarMetaCount(nX, nY, &S.MetaCounters[i].nAggregateMax[0], buffer, nTotalHeig… in MicroProfileDrawBarView()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h760 uint64_t nAggregateMax[MICROPROFILE_MAX_TIMERS]; member
1843 …memcpy(&Meta.nAggregateMax[0], &Meta.nAccumMax[0], sizeof(Meta.nAggregateMax[0]) * S.nTotalTimers); in MicroProfileFlip()
2386 … MicroProfilePrintf(CB, Handle, bOnce ? "%d" : ",%d", S.MetaCounters[j].nAggregateMax[i]); in MicroProfileDumpHtml()
H A Dmicroprofileui.h1919 …nX += MicroProfileDrawBarMetaCount(nX, nY, &S.MetaCounters[i].nAggregateMax[0], buffer, nTotalHeig… in MicroProfileDrawBarView()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h760 uint64_t nAggregateMax[MICROPROFILE_MAX_TIMERS]; member
1843 …memcpy(&Meta.nAggregateMax[0], &Meta.nAccumMax[0], sizeof(Meta.nAggregateMax[0]) * S.nTotalTimers); in MicroProfileFlip()
2386 … MicroProfilePrintf(CB, Handle, bOnce ? "%d" : ",%d", S.MetaCounters[j].nAggregateMax[i]); in MicroProfileDumpHtml()
H A Dmicroprofileui.h1919 …nX += MicroProfileDrawBarMetaCount(nX, nY, &S.MetaCounters[i].nAggregateMax[0], buffer, nTotalHeig… in MicroProfileDrawBarView()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmicroprofile.h1525 uint64_t nAggregateMax[MICROPROFILE_MAX_TIMERS]; member
2932 …memcpy(&Meta.nAggregateMax[0], &Meta.nAccumMax[0], sizeof(Meta.nAggregateMax[0]) * S.nTotalTimers); in MicroProfileFlipCpu()
3651 MicroProfilePrintUIntComma(CB, Handle, S.MetaCounters[j].nAggregateMax[i]); in MicroProfileDumpHtml()