Ryujinx/Ryujinx.Debugger/Profiler
Thog 886e42fb19
Use the official JSON parser (#1151)
This remove Utf8son and JsonPrettyPrinter dependencies.

NOTE: the standard JSON parser doesn't support configurable
indentation, as a result, all the pretty printed JSON are indented with 2
spaces.
2020-04-30 14:07:41 +02:00
..
DumpProfile.cs Render Profiler in GUI (#854) 2020-02-06 11:25:47 +00:00
InternalProfile.cs Render Profiler in GUI (#854) 2020-02-06 11:25:47 +00:00
Profile.cs Suppress warnings from fields never used or never assigned (CS0169 and CS0649) (#919) 2020-04-21 07:59:59 +10:00
ProfileConfig.cs Render Profiler in GUI (#854) 2020-02-06 11:25:47 +00:00
ProfilerConfiguration.cs Use the official JSON parser (#1151) 2020-04-30 14:07:41 +02:00
ProfileSorters.cs Render Profiler in GUI (#854) 2020-02-06 11:25:47 +00:00
Settings.cs Render Profiler in GUI (#854) 2020-02-06 11:25:47 +00:00
TimingFlag.cs Render Profiler in GUI (#854) 2020-02-06 11:25:47 +00:00
TimingInfo.cs Render Profiler in GUI (#854) 2020-02-06 11:25:47 +00:00