Add frametime logging for tracking performance over time
Co-Authored-By: jroweboy <jroweboy@gmail.com>
This commit is contained in:
parent
07a0242535
commit
684b616f0d
7 changed files with 90 additions and 10 deletions
|
@ -409,6 +409,7 @@ struct Values {
|
|||
float volume;
|
||||
|
||||
// Debugging
|
||||
bool record_frame_times;
|
||||
bool use_gdbstub;
|
||||
u16 gdbstub_port;
|
||||
std::string program_args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue