aboutsummaryrefslogtreecommitdiff
path: root/src/profiler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Travis: Update clang from 4.0 to 5.0 (#6467)Loïc Blot2017-10-091-2/+3
| | | | * Update clang from 4.0 to 5.0
* Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot2017-06-181-1/+1
|
* Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker2017-05-261-0/+30
| | | | MacOSX build fix + cleanups
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-0/+23
Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h