summaryrefslogtreecommitdiffstats
path: root/MCServer/profile_run_debug.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'MCServer/profile_run_debug.cmd')
-rw-r--r--MCServer/profile_run_debug.cmd5
1 files changed, 5 insertions, 0 deletions
diff --git a/MCServer/profile_run_debug.cmd b/MCServer/profile_run_debug.cmd
new file mode 100644
index 000000000..8bf85f049
--- /dev/null
+++ b/MCServer/profile_run_debug.cmd
@@ -0,0 +1,5 @@
+@echo off
+:: This script uses the profile_run.cmd script to run profiling on the DebugProfile executable
+
+set app=MCServer_debug_profile.exe
+call profile_run.cmd \ No newline at end of file