diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-09-07 20:58:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-09-07 20:58:59 +0300 |
commit | 32b9e2070b3cf44b6b38ab0c0383b85e87852d50 (patch) | |
tree | 352d7a4c3dcb8fbffadeb127cee0090aa98d073a /src/Makefile.am | |
parent | abfc18794cbd9119c110f32e39ea48a00e5b9214 (diff) | |
download | manaverse-32b9e2070b3cf44b6b38ab0c0383b85e87852d50.tar.gz manaverse-32b9e2070b3cf44b6b38ab0c0383b85e87852d50.tar.bz2 manaverse-32b9e2070b3cf44b6b38ab0c0383b85e87852d50.tar.xz manaverse-32b9e2070b3cf44b6b38ab0c0383b85e87852d50.zip |
Add basic performance counters.
Add in debug window new tab with this counters.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b55b7a237..ef905997e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -641,6 +641,8 @@ BASE_SRC += client.h \ fs/paths.h \ utils/perfomance.cpp \ utils/perfomance.h \ + utils/perfstat.cpp \ + utils/perfstat.h \ utils/pnglib.cpp \ utils/pnglib.h \ fs/virtfs/fsfuncs.h \ @@ -719,6 +721,7 @@ BASE_SRC += client.h \ const/equipment.h \ const/itemshortcut.h \ const/spells.h \ + const/utils/perfstat.h \ const/utils/timer.h \ const/utils/utf8.h \ const/gui/chat.h \ |