summaryrefslogtreecommitdiffstats
path: root/MCServer/profile_run_debug.cmd
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-01-14 11:05:27 +0100
committermadmaxoft <github@xoft.cz>2014-01-14 11:05:27 +0100
commite3117d797e1617d87d95d782012b621e266e63eb (patch)
treeaea85fe9ca323eacd0c1729402c0b36af2912882 /MCServer/profile_run_debug.cmd
parentCMake: Added postfix for profiled exe (diff)
downloadcuberite-e3117d797e1617d87d95d782012b621e266e63eb.tar
cuberite-e3117d797e1617d87d95d782012b621e266e63eb.tar.gz
cuberite-e3117d797e1617d87d95d782012b621e266e63eb.tar.bz2
cuberite-e3117d797e1617d87d95d782012b621e266e63eb.tar.lz
cuberite-e3117d797e1617d87d95d782012b621e266e63eb.tar.xz
cuberite-e3117d797e1617d87d95d782012b621e266e63eb.tar.zst
cuberite-e3117d797e1617d87d95d782012b621e266e63eb.zip
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