Render Profiler in GUI (#854)

* move profiler output to gui

* addressed commits, rebased

* removed whitespaces
This commit is contained in:
emmauss 2020-02-06 11:25:47 +00:00 committed by GitHub
parent 584739e6fd
commit 28c16c2170
41 changed files with 1358 additions and 1639 deletions

View file

@ -6,7 +6,7 @@ using Ryujinx.HLE.HOS.Kernel.Ipc;
using System;
using System.Collections.Generic;
using System.IO;
using Ryujinx.Profiler;
using Ryujinx.Debugger.Profiler;
using System.Reflection;
using System.Linq;