Better F6 profiler (#8750)
authorSmallJoker <SmallJoker@users.noreply.github.com>
Tue, 13 Aug 2019 17:56:55 +0000 (19:56 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2019 17:56:55 +0000 (19:56 +0200)
commit539f016c1b1a706da2c113435ec60bb39c868f4b
tree691e212ec4017bb6744dc23f2bd1dce2cb18e92b
parente9ceead81dd989936e2de3ff7cd7496aecd09d39
Better F6 profiler (#8750)

Update the profiler names to make more sense of what they actually represent
Move the profiler code from header to its source file
Use monospace font to align lines
Format the statistics line to align better with surrounding values
Refresh the profiler each 3 seconds (roughly)
19 files changed:
src/client/activeobjectmgr.cpp
src/client/client.cpp
src/client/clientenvironment.cpp
src/client/clientmap.cpp
src/client/clientmap.h
src/client/clouds.cpp
src/client/game.cpp
src/client/gameui.cpp
src/client/mapblock_mesh.cpp
src/client/mesh_generator_thread.cpp
src/collision.cpp
src/emerge.cpp
src/mapgen/mapgen.cpp
src/network/connection.cpp
src/profiler.cpp
src/profiler.h
src/server.cpp
src/server/activeobjectmgr.cpp
src/serverenvironment.cpp