index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
profiler.h
Age
Commit message (
Expand
)
Author
2017-08-19
Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)
Loïc Blot
2017-08-18
Optimize headers (part 2) (#6272)
Loïc Blot
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-06-18
Cpp11 patchset 11: continue working on constructor style migration (#6004)
Loïc Blot
2017-06-06
Use C++11 mutexes only (remove compat code) (#5922)
Loïc Blot
2017-05-26
Time: Change old `u32` timestamps to 64-bit (#5818)
SmallJoker
2017-03-22
Some performance optimizations (#5424)
Loïc Blot
2015-08-23
Clean up threading
ShadowNinja
2015-04-01
Move globals from main.cpp to more sane locations
Craig Robbins
2015-03-07
Optimize Profiler::avg()
gregorycu
2014-12-08
Fix f6 debug/profiler display
Craig Robbins
2014-06-29
Fix msvc2012 build
sapier
2014-01-06
Add function to deregister a profiler from profiler list
sapier
2013-12-01
Cleanup jthread and fix win32 build
sapier
2013-09-15
Always use builtin JThread library
kwolekr
2013-08-14
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
Kahrl
2013-03-24
Set of changes to build mineTest using Visual Studio 11.0. These affect
Mukul Sati
2013-03-11
Migrate to STL containers/algorithms.
Ilya Zhuravlev
2013-02-24
Update Copyright Years
Sfan5
2013-02-24
Change Minetest-c55 to Minetest
PilzAdam
2012-06-17
Optimize headers
Perttu Ahola
2012-06-17
Properly and efficiently use split utility headers
Perttu Ahola
2012-06-05
Switch the license to be LGPLv2/later, with small parts still remaining as GP...
Perttu Ahola
2012-03-21
Add ScopeProfilerType SPT_GRAPH_ADD
Perttu Ahola
2012-03-21
Profiler graph
Perttu Ahola
2012-02-01
F1 toggles HUD, F2 toggles chat, F5 toggles debug info, F6 toggles profiler p...
Kahrl
2011-10-16
Some more profiler stuff to get the hang on what really uses CPU
Perttu Ahola
2011-10-16
Improve debug profiler usage for investigating CPU usage of server
Perttu Ahola
2011-05-31
Reduced the CPU usage of the sent block selector algorithm
Perttu Ahola