From e3117d797e1617d87d95d782012b621e266e63eb Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Tue, 14 Jan 2014 11:05:27 +0100 Subject: Moved profiling scripts into the MCServer folder. Also they default to the 2010 version of the tools, which is Win7-compatible, and should be 64-bit-compatible, too. --- MCServer/profile_run_debug.cmd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 MCServer/profile_run_debug.cmd (limited to 'MCServer/profile_run_debug.cmd') 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 -- cgit v1.2.3