aboutsummaryrefslogtreecommitdiff
path: root/src/profiler.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better F6 profiler (#8750)SmallJoker2019-08-131-100/+12
* Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)Loïc Blot2017-08-191-6/+3
* Optimize headers (part 2) (#6272)Loïc Blot2017-08-181-1/+2
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-5/+1
* Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot2017-06-181-5/+3
* Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot2017-06-061-2/+1
* Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker2017-05-261-42/+2
* Some performance optimizations (#5424)Loïc Blot2017-03-221-19/+14
* Clean up threadingShadowNinja2015-08-231-10/+10
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-2/+6
* Optimize Profiler::avg()gregorycu2015-03-071-17/+20
* Fix f6 debug/profiler displayCraig Robbins2014-12-081-0/+2
* Fix msvc2012 buildsapier2014-06-291-2/+3
* Add function to deregister a profiler from profiler listsapier2014-01-061-0/+7
* Cleanup jthread and fix win32 buildsapier2013-12-011-1/+0
* Always use builtin JThread librarykwolekr2013-09-151-2/+2
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-1/+2
* Set of changes to build mineTest using Visual Studio 11.0. These affectMukul Sati2013-03-241-1/+1
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-111-33/+30
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Optimize headersPerttu Ahola2012-06-171-1/+1
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-1/+2
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Add ScopeProfilerType SPT_GRAPH_ADDPerttu Ahola2012-03-211-1/+5
* Profiler graphPerttu Ahola2012-03-211-0/+21
* F1 toggles HUD, F2 toggles chat, F5 toggles debug info, F6 toggles profiler p...Kahrl2012-02-011-0/+19
* Some more profiler stuff to get the hang on what really uses CPUPerttu Ahola2011-10-161-16/+45
* Improve debug profiler usage for investigating CPU usage of serverPerttu Ahola2011-10-161-15/+47
* Reduced the CPU usage of the sent block selector algorithmPerttu Ahola2011-05-311-0/+131