summaryrefslogtreecommitdiff
path: root/src/profiler.h
Commit message (Collapse)AuthorAge
* Set of changes to build mineTest using Visual Studio 11.0. These affectMukul Sati2013-03-24
| | | | | | | | | | | | | the following: 1. String concatenation in guiMainMenu.cpp - it is required for all individual strings to be of the same type <unicode/non-unicode>; adding explicit L qualifier before the other strings. 2. Correcting type of BlockMakeData to struct in place of class forward declarations. This information is used for name decoration by Visual Studio, leading to linker errors in case of mismatches. 3. Windows headers define max as a macro somewhere, leading to a compile time error in profiler.h; using () around function to prevent macro match from occurring.
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-11
|
* Update Copyright YearsSfan52013-02-24
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
|
* Optimize headersPerttu Ahola2012-06-17
|
* Properly and efficiently use split utility headersPerttu Ahola2012-06-17
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-05
| | | | GPLv2/later, by agreement of major contributors
* Add ScopeProfilerType SPT_GRAPH_ADDPerttu Ahola2012-03-21
|
* Profiler graphPerttu Ahola2012-03-21
|
* F1 toggles HUD, F2 toggles chat, F5 toggles debug info, F6 toggles profiler ↵Kahrl2012-02-01
| | | | pages
* Some more profiler stuff to get the hang on what really uses CPUPerttu Ahola2011-10-16
|
* Improve debug profiler usage for investigating CPU usage of serverPerttu Ahola2011-10-16
|
* Reduced the CPU usage of the sent block selector algorithmPerttu Ahola2011-05-31