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.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 MemDumpAnalysis/Globals.cpp (limited to 'MemDumpAnalysis/Globals.cpp') diff --git a/MemDumpAnalysis/Globals.cpp b/MemDumpAnalysis/Globals.cpp new file mode 100644 index 000000000..6ec09efda --- /dev/null +++ b/MemDumpAnalysis/Globals.cpp @@ -0,0 +1,10 @@ + +// Globals.cpp + +// Used for precompiled header generation + +#include "Globals.h" + + + + -- cgit v1.2.3