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/CMakeLists.txt | |
parent | abfc18794cbd9119c110f32e39ea48a00e5b9214 (diff) | |
download | plus-32b9e2070b3cf44b6b38ab0c0383b85e87852d50.tar.gz plus-32b9e2070b3cf44b6b38ab0c0383b85e87852d50.tar.bz2 plus-32b9e2070b3cf44b6b38ab0c0383b85e87852d50.tar.xz plus-32b9e2070b3cf44b6b38ab0c0383b85e87852d50.zip |
Add basic performance counters.
Add in debug window new tab with this counters.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6bd5cb8a8..b4433b8cc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -940,6 +940,8 @@ SET(SRCS 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 @@ -1128,6 +1130,7 @@ SET(SRCS 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 |