summaryrefslogtreecommitdiff
path: root/src/dyetool
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-26 22:45:55 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-26 22:45:55 +0300
commit80bbbc4c18273e0d1116d7e924d1df068a5d63d5 (patch)
treebef2f6458ee7fc5079c1993921abdfc4926570bb /src/dyetool
parent918e2a5cf24311e87b0dc754770480727f77eac3 (diff)
downloadplus-80bbbc4c18273e0d1116d7e924d1df068a5d63d5.tar.gz
plus-80bbbc4c18273e0d1116d7e924d1df068a5d63d5.tar.bz2
plus-80bbbc4c18273e0d1116d7e924d1df068a5d63d5.tar.xz
plus-80bbbc4c18273e0d1116d7e924d1df068a5d63d5.zip
Add chat command for print memory usage. For now only report about resources.
New chat command: /dumpmemoryusage
Diffstat (limited to 'src/dyetool')
-rw-r--r--src/dyetool/actions/actions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/actions.cpp b/src/dyetool/actions/actions.cpp
index bcb5bb98d..e226464a6 100644
--- a/src/dyetool/actions/actions.cpp
+++ b/src/dyetool/actions/actions.cpp
@@ -110,5 +110,6 @@ impHandlerVoid(craftKey)
impHandlerVoid(resetGameModifiers)
impHandlerVoid(barToChat)
impHandlerVoid(seen)
+impHandlerVoid(dumpMemoryUsage)
} // namespace Actions