Home
last modified time | relevance | path

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

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h769 } MetaCounters[MICROPROFILE_META_MAX]; member
1372 if(!S.MetaCounters[i].pName) in MicroProfileGetMetaToken()
1898 if(S.MetaCounters[i].pName) in MicroProfileFlip()
1975 if(S.MetaCounters[i].pName && 0 == MP_STRCASECMP(S.MetaCounters[i].pName, pMeta)) in MicroProfileEnableMetaCounter()
1986 if(S.MetaCounters[i].pName && 0 == MP_STRCASECMP(S.MetaCounters[i].pName, pMeta)) in MicroProfileDisableMetaCounter()
2276 if(S.MetaCounters[j].pName) in MicroProfileDumpCsv()
2278 …,%lld\n",S.MetaCounters[j].pName, S.MetaCounters[j].nSumAggregate / (float)nAggregateFrames, S.Met… in MicroProfileDumpCsv()
2363 if(S.MetaCounters[j].pName) in MicroProfileDumpHtml()
2375 if(S.MetaCounters[j].pName) in MicroProfileDumpHtml()
2386 if(S.MetaCounters[j].pName) in MicroProfileDumpHtml()
[all …]
H A Dmicroprofileui.h593 if(S.MetaCounters[i].pName && (nMetaSum[i]||nMetaSumInclusive[i])) in MicroProfileToolTipMeta()
601 MicroProfileStringArrayFormat(pToolTip, "%s excl", S.MetaCounters[i].pName); in MicroProfileToolTipMeta()
603 MicroProfileStringArrayFormat(pToolTip, "%s incl", S.MetaCounters[i].pName); in MicroProfileToolTipMeta()
1851 if(nMetaIndex < MICROPROFILE_META_MAX && S.MetaCounters[nMetaIndex].pName) in MicroProfileDrawBarView()
1853 … uint32_t nStrWidth = static_cast<uint32_t>(strlen(S.MetaCounters[nMetaIndex].pName)); in MicroProfileDrawBarView()
1905 if(0 != (S.nBars & (MP_DRAW_META_FIRST<<i)) && S.MetaCounters[i].pName) in MicroProfileDrawBarView()
1907 uint32_t nBufferSize = static_cast<uint32_t>(strlen(S.MetaCounters[i].pName) + 32); in MicroProfileDrawBarView()
1910 …nX += MicroProfileDrawBarMetaCount(nX, nY, &S.MetaCounters[i].nCounters[0], S.MetaCounters[i].pNam… in MicroProfileDrawBarView()
1913 snprintf(buffer, nBufferSize-1, "%s Avg", S.MetaCounters[i].pName); in MicroProfileDrawBarView()
1918 snprintf(buffer, nBufferSize-1, "%s Max", S.MetaCounters[i].pName); in MicroProfileDrawBarView()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h769 } MetaCounters[MICROPROFILE_META_MAX]; member
1370 if(!S.MetaCounters[i].pName) in MicroProfileGetMetaToken()
1896 if(S.MetaCounters[i].pName) in MicroProfileFlip()
1973 if(S.MetaCounters[i].pName && 0 == MP_STRCASECMP(S.MetaCounters[i].pName, pMeta)) in MicroProfileEnableMetaCounter()
1984 if(S.MetaCounters[i].pName && 0 == MP_STRCASECMP(S.MetaCounters[i].pName, pMeta)) in MicroProfileDisableMetaCounter()
2274 if(S.MetaCounters[j].pName) in MicroProfileDumpCsv()
2276 …,%lld\n",S.MetaCounters[j].pName, S.MetaCounters[j].nSumAggregate / (float)nAggregateFrames, S.Met… in MicroProfileDumpCsv()
2361 if(S.MetaCounters[j].pName) in MicroProfileDumpHtml()
2373 if(S.MetaCounters[j].pName) in MicroProfileDumpHtml()
2384 if(S.MetaCounters[j].pName) in MicroProfileDumpHtml()
[all …]
H A Dmicroprofileui.h593 if(S.MetaCounters[i].pName && (nMetaSum[i]||nMetaSumInclusive[i])) in MicroProfileToolTipMeta()
601 MicroProfileStringArrayFormat(pToolTip, "%s excl", S.MetaCounters[i].pName); in MicroProfileToolTipMeta()
603 MicroProfileStringArrayFormat(pToolTip, "%s incl", S.MetaCounters[i].pName); in MicroProfileToolTipMeta()
1851 if(nMetaIndex < MICROPROFILE_META_MAX && S.MetaCounters[nMetaIndex].pName) in MicroProfileDrawBarView()
1853 uint32_t nStrWidth = strlen(S.MetaCounters[nMetaIndex].pName); in MicroProfileDrawBarView()
1905 if(0 != (S.nBars & (MP_DRAW_META_FIRST<<i)) && S.MetaCounters[i].pName) in MicroProfileDrawBarView()
1907 uint32_t nBufferSize = strlen(S.MetaCounters[i].pName) + 32; in MicroProfileDrawBarView()
1910 …nX += MicroProfileDrawBarMetaCount(nX, nY, &S.MetaCounters[i].nCounters[0], S.MetaCounters[i].pNam… in MicroProfileDrawBarView()
1913 snprintf(buffer, nBufferSize-1, "%s Avg", S.MetaCounters[i].pName); in MicroProfileDrawBarView()
1918 snprintf(buffer, nBufferSize-1, "%s Max", S.MetaCounters[i].pName); in MicroProfileDrawBarView()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h769 } MetaCounters[MICROPROFILE_META_MAX]; member
1370 if(!S.MetaCounters[i].pName) in MicroProfileGetMetaToken()
1896 if(S.MetaCounters[i].pName) in MicroProfileFlip()
1973 if(S.MetaCounters[i].pName && 0 == MP_STRCASECMP(S.MetaCounters[i].pName, pMeta)) in MicroProfileEnableMetaCounter()
1984 if(S.MetaCounters[i].pName && 0 == MP_STRCASECMP(S.MetaCounters[i].pName, pMeta)) in MicroProfileDisableMetaCounter()
2274 if(S.MetaCounters[j].pName) in MicroProfileDumpCsv()
2276 …,%lld\n",S.MetaCounters[j].pName, S.MetaCounters[j].nSumAggregate / (float)nAggregateFrames, S.Met… in MicroProfileDumpCsv()
2361 if(S.MetaCounters[j].pName) in MicroProfileDumpHtml()
2373 if(S.MetaCounters[j].pName) in MicroProfileDumpHtml()
2384 if(S.MetaCounters[j].pName) in MicroProfileDumpHtml()
[all …]
H A Dmicroprofileui.h593 if(S.MetaCounters[i].pName && (nMetaSum[i]||nMetaSumInclusive[i])) in MicroProfileToolTipMeta()
601 MicroProfileStringArrayFormat(pToolTip, "%s excl", S.MetaCounters[i].pName); in MicroProfileToolTipMeta()
603 MicroProfileStringArrayFormat(pToolTip, "%s incl", S.MetaCounters[i].pName); in MicroProfileToolTipMeta()
1851 if(nMetaIndex < MICROPROFILE_META_MAX && S.MetaCounters[nMetaIndex].pName) in MicroProfileDrawBarView()
1853 uint32_t nStrWidth = strlen(S.MetaCounters[nMetaIndex].pName); in MicroProfileDrawBarView()
1905 if(0 != (S.nBars & (MP_DRAW_META_FIRST<<i)) && S.MetaCounters[i].pName) in MicroProfileDrawBarView()
1907 uint32_t nBufferSize = strlen(S.MetaCounters[i].pName) + 32; in MicroProfileDrawBarView()
1910 …nX += MicroProfileDrawBarMetaCount(nX, nY, &S.MetaCounters[i].nCounters[0], S.MetaCounters[i].pNam… in MicroProfileDrawBarView()
1913 snprintf(buffer, nBufferSize-1, "%s Avg", S.MetaCounters[i].pName); in MicroProfileDrawBarView()
1918 snprintf(buffer, nBufferSize-1, "%s Max", S.MetaCounters[i].pName); in MicroProfileDrawBarView()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmicroprofile.h1534 } MetaCounters[MICROPROFILE_META_MAX]; member
2146 if(!S.MetaCounters[i].pName) in MicroProfileGetMetaToken()
3003 if(S.MetaCounters[i].pName) in MicroProfileFlipCpu()
3155 if(S.MetaCounters[i].pName && 0 == MP_STRCASECMP(S.MetaCounters[i].pName, pMeta)) in MicroProfileEnableMetaCounter()
3166 if(S.MetaCounters[i].pName && 0 == MP_STRCASECMP(S.MetaCounters[i].pName, pMeta)) in MicroProfileDisableMetaCounter()
3522 if(S.MetaCounters[j].pName) in MicroProfileDumpCsv()
3524 ….MetaCounters[j].pName, S.MetaCounters[j].nSumAggregate / (float)nAggregateFrames, (int64_t)S.Meta… in MicroProfileDumpCsv()
3633 if(S.MetaCounters[j].pName) in MicroProfileDumpHtml()
3641 if(S.MetaCounters[j].pName) in MicroProfileDumpHtml()
3649 if(S.MetaCounters[j].pName) in MicroProfileDumpHtml()
[all …]