Remove Perftimer classes
Performance can still be crudely measured by turning off the framelimit and observing the FPS count. For everything else, there's always callgrind / apitrace.
This commit is contained in:
parent
6c481e5eb8
commit
282d547ad4
7 changed files with 1 additions and 279 deletions
2
mkxp.pro
2
mkxp.pro
|
@ -120,7 +120,6 @@ HEADERS += \
|
|||
src/util.h \
|
||||
src/config.h \
|
||||
src/tileatlas.h \
|
||||
src/perftimer.h \
|
||||
src/sharedstate.h \
|
||||
src/al-util.h \
|
||||
src/boost-hash.h \
|
||||
|
@ -152,7 +151,6 @@ SOURCES += \
|
|||
src/etc.cpp \
|
||||
src/config.cpp \
|
||||
src/tileatlas.cpp \
|
||||
src/perftimer.cpp \
|
||||
src/sharedstate.cpp \
|
||||
src/gl-fun.cpp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue