diff options
author | madmaxoft <github@xoft.cz> | 2014-01-14 11:05:27 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-01-14 11:05:27 +0100 |
commit | e3117d797e1617d87d95d782012b621e266e63eb (patch) | |
tree | aea85fe9ca323eacd0c1729402c0b36af2912882 /MCServer/profile_run_debug.cmd | |
parent | CMake: Added postfix for profiled exe (diff) | |
download | cuberite-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 '')
-rw-r--r-- | MCServer/profile_run_debug.cmd | 5 |
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 |