From 1c8e53f42c95be06138b328dc569d515904385f8 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 23 Mar 2013 18:35:10 +0000 Subject: Added a new MemDumpAnalysis tool. Usable only on Windows, it generates a visual graph of the allocated memory, using the memdump.xml file produced by "dumpmem" console command. http://forum.mc-server.org/showthread.php?tid=826&pid=6948#pid6948 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1300 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- MemDumpAnalysis/Globals.h | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 MemDumpAnalysis/Globals.h (limited to 'MemDumpAnalysis/Globals.h') diff --git a/MemDumpAnalysis/Globals.h b/MemDumpAnalysis/Globals.h new file mode 100644 index 000000000..067af53ad --- /dev/null +++ b/MemDumpAnalysis/Globals.h @@ -0,0 +1,35 @@ + +// Globals.h + +// Used for precompiled header generation + + + + + +#pragma once + +#include "../source/Globals.h" + +/* +// System headers: +#include "targetver.h" +#include + +// STL headers: +#include +#include +#include +#include + +// Common: +#include "../source/StringUtils.h" +#include "../source/OSSupport/File.h" +*/ + +// Libraries: +#include "expat/expat.h" + + + + -- cgit v1.2.3