mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 21:06:59 -04:00
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
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <util/prec.hpp>
|
||||
#include <data/set.hpp>
|
||||
#include <data/export_template.hpp>
|
||||
#include <script/profiler.hpp>
|
||||
|
||||
// ----------------------------------------------------------------------------- : Command line interface
|
||||
|
||||
@@ -33,7 +34,7 @@ class CLISetInterface : public SetView {
|
||||
void showUsage();
|
||||
void handleCommand(const String& command);
|
||||
#if USE_SCRIPT_PROFILING
|
||||
void showProfilingStats();
|
||||
void showProfilingStats(const FunctionProfile& parent, int level = 0);
|
||||
#endif
|
||||
|
||||
/// our own context, when no set is loaded
|
||||
|
||||
Reference in New Issue
Block a user