From 9735e24517e239d777fb11721d36d6b46df4224e Mon Sep 17 00:00:00 2001 From: twanvl Date: Wed, 13 Oct 2010 21:35:30 +0000 Subject: [PATCH] Added a panel showing profiler timings git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1523 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/gui/profiler_window.cpp | 179 ++++++++++++++++++++++++++++++++++ src/main.cpp | 12 +++ src/mse.vcproj | 4 + src/script/profiler.cpp | 3 +- src/script/profiler.hpp | 30 +++++- src/script/script_manager.cpp | 5 +- src/util/prec.hpp | 6 ++ src/util/window_id.hpp | 1 + 8 files changed, 230 insertions(+), 10 deletions(-) create mode 100644 src/gui/profiler_window.cpp diff --git a/src/gui/profiler_window.cpp b/src/gui/profiler_window.cpp new file mode 100644 index 00000000..264103ea --- /dev/null +++ b/src/gui/profiler_window.cpp @@ -0,0 +1,179 @@ +//+----------------------------------------------------------------------------+ +//| Description: Magic Set Editor - Program to make Magic (tm) cards | +//| Copyright: (C) 2001 - 2010 Twan van Laarhoven and Sean Hunt | +//| License: GNU General Public License 2 or later (see file COPYING) | +//+----------------------------------------------------------------------------+ + +// ----------------------------------------------------------------------------- : Includes + +#include +#include