aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/PerformanceStatistics.cs
AgeCommit message (Collapse)Author
2018-06-10Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future ↵gdkchan
LLE implementation
2018-03-09Disable memory checks by default, even on debug, move ram memory allocation ↵gdkchan
inside the CPU, since the size if fixed anyway, better heap region size
2018-03-06Implement basic performance statistics (#53)emmauss
* implement basic frame time stats * added game frame time * made performancestatictics class non-static * report average framerate instead of current framerate