diff options
author | Mattes D <github@xoft.cz> | 2014-08-27 13:53:02 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-08-27 13:53:02 +0200 |
commit | 4a907c9efa9cc2bb6da95686b56ed8d7709613f2 (patch) | |
tree | 40d7d6ef18bad61b9c258e9ad8c9f1f57964489c /MCServer/profile_run_x64.cmd | |
parent | Merge pull request #1346 from mc-server/AnvilStatsHeights (diff) | |
parent | DungeonRooms: Added a height probability distribution function. (diff) | |
download | cuberite-4a907c9efa9cc2bb6da95686b56ed8d7709613f2.tar cuberite-4a907c9efa9cc2bb6da95686b56ed8d7709613f2.tar.gz cuberite-4a907c9efa9cc2bb6da95686b56ed8d7709613f2.tar.bz2 cuberite-4a907c9efa9cc2bb6da95686b56ed8d7709613f2.tar.lz cuberite-4a907c9efa9cc2bb6da95686b56ed8d7709613f2.tar.xz cuberite-4a907c9efa9cc2bb6da95686b56ed8d7709613f2.tar.zst cuberite-4a907c9efa9cc2bb6da95686b56ed8d7709613f2.zip |
Diffstat (limited to 'MCServer/profile_run_x64.cmd')
-rw-r--r-- | MCServer/profile_run_x64.cmd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MCServer/profile_run_x64.cmd b/MCServer/profile_run_x64.cmd new file mode 100644 index 000000000..242136f4b --- /dev/null +++ b/MCServer/profile_run_x64.cmd @@ -0,0 +1,5 @@ +@echo off +:: This script uses the profile_run.cmd script to run profiling on a x64 release executable + +set IsExecutablex64=\x64 +call profile_run.cmd |