From f405b82ce2646151629e55f5a5b62181c1c97db2 Mon Sep 17 00:00:00 2001 From: twanvl Date: Wed, 3 Sep 2008 20:55:48 +0000 Subject: [PATCH] Split script profiler into a separate file git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1201 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/cli/cli_main.cpp | 31 +++++--- src/cli/cli_main.hpp | 3 +- src/mse.vcproj | 6 ++ src/script/context.cpp | 90 +---------------------- src/script/context.hpp | 21 +----- src/script/profiler.cpp | 130 ++++++++++++++++++++++++++++++++++ src/script/profiler.hpp | 95 +++++++++++++++++++++++++ src/script/script_manager.cpp | 9 +++ 8 files changed, 265 insertions(+), 120 deletions(-) create mode 100644 src/script/profiler.cpp create mode 100644 src/script/profiler.hpp diff --git a/src/cli/cli_main.cpp b/src/cli/cli_main.cpp index 2a56de98..1404f66a 100644 --- a/src/cli/cli_main.cpp +++ b/src/cli/cli_main.cpp @@ -11,6 +11,7 @@ #include #include #include