summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Refactor Timer classPavel Labath2016-11-031-106/+41
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-203/+156
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-8/+7
* Get rid of a global constructor that was causing a warning on MacOSX and make...Greg Clayton2016-03-241-3/+14
* Remove Timer::Initialize routinePavel Labath2016-02-011-23/+12
* Try to fix MSVC build after r251105Tamas Berghammer2015-10-231-2/+2
* Fix race conditions in Core/TimerTamas Berghammer2015-10-231-28/+45
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-6/+6
* <rdar://problem/12978143>Enrico Granata2013-01-281-9/+9
* Patch from Filipe Cabecinhas.Greg Clayton2012-04-261-2/+0
* Added a setting to "log timer" so you can see the incremental timings as well:Jim Ingham2010-11-041-1/+6
* Added some missing API for address resolving within a module, and lookingGreg Clayton2010-09-101-15/+24
* Add missing includes.Eli Friedman2010-06-091-1/+4
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+235
OpenPOWER on IntegriCloud