Home
last modified time | relevance | path

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

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h594 ThreadIdType nThreadOut; member
2661 MicroProfilePrintf(CB, Handle, "%d,%d,%d,", CS.nThreadIn, CS.nThreadOut, nCpu); in MicroProfileDumpHtml()
3151 Switch.nThreadOut = pCSwitch->OldThreadId; in MicroProfileContextSwitchCallback()
3315 Switch.nThreadOut = nLastThread[cpu]; in MicroProfileTraceThread()
H A Dmicroprofileui.h800 nThreadBefore = CS.nThreadOut; in MicroProfileDrawDetailedContextSwitchBars()
805 if(CS.nThreadOut == nThreadId) in MicroProfileDrawDetailedContextSwitchBars()
825 S.nContextSwitchHoverThread = CS.nThreadOut; in MicroProfileDrawDetailedContextSwitchBars()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h594 ThreadIdType nThreadOut; member
2659 MicroProfilePrintf(CB, Handle, "%d,%d,%d,", CS.nThreadIn, CS.nThreadOut, nCpu); in MicroProfileDumpHtml()
3149 Switch.nThreadOut = pCSwitch->OldThreadId; in MicroProfileContextSwitchCallback()
3313 Switch.nThreadOut = nLastThread[cpu]; in MicroProfileTraceThread()
H A Dmicroprofileui.h800 nThreadBefore = CS.nThreadOut; in MicroProfileDrawDetailedContextSwitchBars()
805 if(CS.nThreadOut == nThreadId) in MicroProfileDrawDetailedContextSwitchBars()
825 S.nContextSwitchHoverThread = CS.nThreadOut; in MicroProfileDrawDetailedContextSwitchBars()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h594 ThreadIdType nThreadOut; member
2659 MicroProfilePrintf(CB, Handle, "%d,%d,%d,", CS.nThreadIn, CS.nThreadOut, nCpu); in MicroProfileDumpHtml()
3149 Switch.nThreadOut = pCSwitch->OldThreadId; in MicroProfileContextSwitchCallback()
3313 Switch.nThreadOut = nLastThread[cpu]; in MicroProfileTraceThread()
H A Dmicroprofileui.h800 nThreadBefore = CS.nThreadOut; in MicroProfileDrawDetailedContextSwitchBars()
805 if(CS.nThreadOut == nThreadId) in MicroProfileDrawDetailedContextSwitchBars()
825 S.nContextSwitchHoverThread = CS.nThreadOut; in MicroProfileDrawDetailedContextSwitchBars()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmicroprofile.h1387 MicroProfileThreadIdType nThreadOut; member
3990 MicroProfilePrintUIntComma(CB, Handle, CS.nThreadOut); in MicroProfileDumpHtml()
4715 Switch.nThreadOut = nLastThread[cpu]; in MicroProfileTraceThread()