__
This commit is contained in:
parent
5163f19796
commit
2f4e78b138
@ -64,7 +64,7 @@ bool metrikd = false;
|
|||||||
std::vector<int> mt_fpsgraph(320);
|
std::vector<int> mt_fpsgraph(320);
|
||||||
|
|
||||||
//Metrik-CSV
|
//Metrik-CSV
|
||||||
std::string csvpc
|
std::string csvpc;
|
||||||
bool mt_dumpcsv = false; //Logs the Fps and stuff to csv. It saves every second to not loose performence.
|
bool mt_dumpcsv = false; //Logs the Fps and stuff to csv. It saves every second to not loose performence.
|
||||||
bool mt_csvloop = false; //Saves In Every Frame but slows down performens. mt_dumpcsv must be enabled.
|
bool mt_csvloop = false; //Saves In Every Frame but slows down performens. mt_dumpcsv must be enabled.
|
||||||
std::ofstream mt_csv;
|
std::ofstream mt_csv;
|
||||||
|
Loading…
Reference in New Issue
Block a user