DoubleDeez / MDFramework

A multiplayer C# game framework for Godot 3.4 Mono.
https://discord.gg/UH49eHK
MIT License
77 stars 13 forks source link

CSV Output option for profiler #26

Open DoubleDeez opened 4 years ago

DoubleDeez commented 4 years ago

We should add an option to MDProfiler to write profiler results to a csv file for ingestion to other software.

To not interfere with profiling, file writing should be done at the end of the frame and adding the profile data to the buffer should be quick.