aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/Logging.cs
diff options
context:
space:
mode:
authoremmauss <emmausssss@gmail.com>2018-03-06 22:18:49 +0200
committergdkchan <gab.dark.100@gmail.com>2018-03-06 17:18:49 -0300
commit4038e63de14bf12c0cfbe885e2cac44577fe8a6a (patch)
tree535c2ac5cab4376f59c88603e4fc6ff1ee4f2470 /Ryujinx.Core/Logging.cs
parent39ed14a3d6304eeec8ce1fa34819b39c3ae28956 (diff)
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
Diffstat (limited to 'Ryujinx.Core/Logging.cs')
-rw-r--r--Ryujinx.Core/Logging.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Ryujinx.Core/Logging.cs b/Ryujinx.Core/Logging.cs
index b14f2665..d544a5d6 100644
--- a/Ryujinx.Core/Logging.cs
+++ b/Ryujinx.Core/Logging.cs
@@ -22,8 +22,6 @@ namespace Ryujinx.Core
static Logging()
{
- ExecutionTime.Start();
-
if (File.Exists(LogFileName)) File.Delete(LogFileName);
}