mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-16 22:30:53 -05: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