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:
Jonas Kulla 2014-06-13 18:56:10 +02:00
parent 6c481e5eb8
commit 282d547ad4
7 changed files with 1 additions and 279 deletions

View file

@ -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