mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-29 22:20:46 -07:00
Implement basic performance statistics (#53)
* implement basic frame time stats * added game frame time * made performancestatictics class non-static * report average framerate instead of current framerate
This commit is contained in:
@ -22,8 +22,6 @@ namespace Ryujinx.Core
|
||||
|
||||
static Logging()
|
||||
{
|
||||
ExecutionTime.Start();
|
||||
|
||||
if (File.Exists(LogFileName)) File.Delete(LogFileName);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user