1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-03-12 04:38:47 +01:00
Ryujinx/Ryujinx.Debugger/Profiler
Thog 886e42fb19
Use the official JSON parser ()
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
InternalProfile.cs
Profile.cs Suppress warnings from fields never used or never assigned (CS0169 and CS0649) () 2020-04-21 07:59:59 +10:00
ProfileConfig.cs
ProfilerConfiguration.cs Use the official JSON parser () 2020-04-30 14:07:41 +02:00
ProfileSorters.cs
Settings.cs
TimingFlag.cs
TimingInfo.cs Render Profiler in GUI () 2020-02-06 11:25:47 +00:00