aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Profiler/ProfilerConfig.jsonc
diff options
context:
space:
mode:
authoremmauss <emmausssss@gmail.com>2020-02-06 11:25:47 +0000
committerGitHub <noreply@github.com>2020-02-06 11:25:47 +0000
commitf2b9a9c2b0a3d7af3b56df9ae09db8a3b2d8506c (patch)
tree7c4a0019c1c904397927567a0ad0685299cce1eb /Ryujinx.Profiler/ProfilerConfig.jsonc
parentdb9f8f999f2c9a50e25685424271735ed3538539 (diff)
Render Profiler in GUI (#854)
* move profiler output to gui * addressed commits, rebased * removed whitespaces
Diffstat (limited to 'Ryujinx.Profiler/ProfilerConfig.jsonc')
-rw-r--r--Ryujinx.Profiler/ProfilerConfig.jsonc28
1 files changed, 0 insertions, 28 deletions
diff --git a/Ryujinx.Profiler/ProfilerConfig.jsonc b/Ryujinx.Profiler/ProfilerConfig.jsonc
deleted file mode 100644
index e6714386..00000000
--- a/Ryujinx.Profiler/ProfilerConfig.jsonc
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- // Enable profiling (Only available on a profiling enabled builds)
- "enabled": true,
-
- // Set profile file dump location, if blank file dumping disabled. (e.g. `ProfileDump.csv`)
- "dump_path": "",
-
- // Update rate for profiler UI, in hertz. -1 updates every time a frame is issued
- "update_rate": 4.0,
-
- // Set how long to keep profiling data in seconds, reduce if profiling is taking too much RAM
- "history": 5.0,
-
- // Set the maximum profiling level. Higher values may cause a heavy load on your system but will allow you to profile in more detail
- "max_level": 0,
-
- // Sets the maximum number of flags to keep
- "max_flags": 1000,
-
- // Keyboard Controls
- // https://github.com/opentk/opentk/blob/master/src/OpenTK/Input/Key.cs
- "controls": {
- "buttons": {
- // Show/Hide the profiler
- "toggle_profiler": "F2"
- }
- }
-} \ No newline at end of file