Home
last modified time | relevance | path

Searched refs:CsvDumpPath (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h718 char CsvDumpPath[512]; member
2157 if(nLen > sizeof(S.CsvDumpPath)-1) in MicroProfileDumpFile()
2161 memcpy(S.CsvDumpPath, pCsv, nLen+1); in MicroProfileDumpFile()
2760 FILE* F = fopen(S.CsvDumpPath, "w"); in MicroProfileDumpToFile()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h718 char CsvDumpPath[512]; member
2155 if(nLen > sizeof(S.CsvDumpPath)-1) in MicroProfileDumpFile()
2159 memcpy(S.CsvDumpPath, pCsv, nLen+1); in MicroProfileDumpFile()
2758 FILE* F = fopen(S.CsvDumpPath, "w"); in MicroProfileDumpToFile()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h718 char CsvDumpPath[512]; member
2155 if(nLen > sizeof(S.CsvDumpPath)-1) in MicroProfileDumpFile()
2159 memcpy(S.CsvDumpPath, pCsv, nLen+1); in MicroProfileDumpFile()
2758 FILE* F = fopen(S.CsvDumpPath, "w"); in MicroProfileDumpToFile()