Home
last modified time | relevance | path

Searched refs:nFirstFrame (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h2517 …uint32_t nFirstFrame = (S.nFrameCurrent + MICROPROFILE_MAX_FRAME_HISTORY - nNumFrames) % MICROPROF… in MicroProfileDumpHtml() local
2518 uint32_t nLastFrame = (nFirstFrame + nNumFrames) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDumpHtml()
2520 MP_ASSERT(nFirstFrame < MICROPROFILE_MAX_FRAME_HISTORY); in MicroProfileDumpHtml()
2522 const int64_t nTickStart = S.Frames[nFirstFrame].nFrameStartCpu; in MicroProfileDumpHtml()
2524 int64_t nTickStartGpu = S.Frames[nFirstFrame].nFrameStartGpu; in MicroProfileDumpHtml()
2539 printf("dumping frame %d to %d\n", nFirstFrame, nLastFrame); in MicroProfileDumpHtml()
2549 uint32_t nFrameIndex = (nFirstFrame + i) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDumpHtml()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h2515 …uint32_t nFirstFrame = (S.nFrameCurrent + MICROPROFILE_MAX_FRAME_HISTORY - nNumFrames) % MICROPROF… in MicroProfileDumpHtml() local
2516 uint32_t nLastFrame = (nFirstFrame + nNumFrames) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDumpHtml()
2518 MP_ASSERT(nFirstFrame < MICROPROFILE_MAX_FRAME_HISTORY); in MicroProfileDumpHtml()
2520 const int64_t nTickStart = S.Frames[nFirstFrame].nFrameStartCpu; in MicroProfileDumpHtml()
2522 int64_t nTickStartGpu = S.Frames[nFirstFrame].nFrameStartGpu; in MicroProfileDumpHtml()
2537 printf("dumping frame %d to %d\n", nFirstFrame, nLastFrame); in MicroProfileDumpHtml()
2547 uint32_t nFrameIndex = (nFirstFrame + i) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDumpHtml()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h2515 …uint32_t nFirstFrame = (S.nFrameCurrent + MICROPROFILE_MAX_FRAME_HISTORY - nNumFrames) % MICROPROF… in MicroProfileDumpHtml() local
2516 uint32_t nLastFrame = (nFirstFrame + nNumFrames) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDumpHtml()
2518 MP_ASSERT(nFirstFrame < MICROPROFILE_MAX_FRAME_HISTORY); in MicroProfileDumpHtml()
2520 const int64_t nTickStart = S.Frames[nFirstFrame].nFrameStartCpu; in MicroProfileDumpHtml()
2522 int64_t nTickStartGpu = S.Frames[nFirstFrame].nFrameStartGpu; in MicroProfileDumpHtml()
2537 printf("dumping frame %d to %d\n", nFirstFrame, nLastFrame); in MicroProfileDumpHtml()
2547 uint32_t nFrameIndex = (nFirstFrame + i) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDumpHtml()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmicroprofile.h3814 …uint32_t nFirstFrame = (S.nFrameCurrent + MICROPROFILE_MAX_FRAME_HISTORY - nNumFrames) % MICROPROF… in MicroProfileDumpHtml() local
3815 uint32_t nLastFrame = (nFirstFrame + nNumFrames) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDumpHtml()
3817 MP_ASSERT(nFirstFrame < MICROPROFILE_MAX_FRAME_HISTORY); in MicroProfileDumpHtml()
3819 const int64_t nTickStart = S.Frames[nFirstFrame].nFrameStartCpu; in MicroProfileDumpHtml()
3821 int64_t nTickStartGpu = S.Frames[nFirstFrame].nFrameStartGpu; in MicroProfileDumpHtml()
3835 printf("dumping frame %d to %d\n", nFirstFrame, nLastFrame); in MicroProfileDumpHtml()
3845 uint32_t nFrameIndex = (nFirstFrame + i) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDumpHtml()