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
|
@ -128,7 +128,6 @@ set(MAIN_HEADERS
|
|||
src/util.h
|
||||
src/config.h
|
||||
src/tileatlas.h
|
||||
src/perftimer.h
|
||||
src/sharedstate.h
|
||||
src/al-util.h
|
||||
src/boost-hash.h
|
||||
|
@ -161,7 +160,6 @@ set(MAIN_SOURCE
|
|||
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