summaryrefslogtreecommitdiff
path: root/lib/Support/Timer.cpp
Commit message (Expand)AuthorAge
* Add a wrapper for open.Rafael Espindola2013-07-16
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-05
* Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer2011-10-16
* Merge System into Support.Michael J. Spencer2010-11-29
* Roll back my last two commits, valgrind complains.Benjamin Kramer2010-08-07
* Kill rarely used std::sort.Benjamin Kramer2010-08-07
* Give NamedRegionTimer an Enabled flag, allowing all its clients toDan Gohman2010-06-18
* Add a comment explaining why this code uses Append mode.Dan Gohman2010-05-19
* Fix a bunch of namespace polution.Dan Gohman2010-04-15
* stringref'ize Timer apisChris Lattner2010-03-30
* finally, maintain a global list of timer groups, allowing us to Chris Lattner2010-03-30
* add a new TimerGroup::print method, and refactor away the bogusChris Lattner2010-03-30
* rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile andChris Lattner2010-03-30
* if a timergroup is destroyed before its timers, print times.Chris Lattner2010-03-30
* change TimerGroup to keep a linked list of active timers Chris Lattner2010-03-30
* reapply my timer rewrite with a change for PassManager to store Chris Lattner2010-03-30
* revert r99862 which is causing FNT failures.Chris Lattner2010-03-30
* fairly major rewrite of various timing related stuff.Chris Lattner2010-03-30
* move a function into a more logical place in the fileChris Lattner2010-03-29
* remove support for per-time peak memory tracking, thisChris Lattner2010-03-29
* various timer fixes: move operator= out of line,Chris Lattner2010-03-29
* s/.../.Chris Lattner2010-03-29
* move code around and improve indentation, no functionality change.Chris Lattner2010-03-29
* Change errs() to dbgs().David Greene2010-01-05
* Fix a race condition in the Timer class.Owen Anderson2009-11-17
* Trailing whitespace.Mikhail Glushenkov2009-11-07
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-23
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-07
* Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses...Owen Anderson2009-06-23
* Revert my last series of commits related to Timer and 64-bit atomics. Not al...Owen Anderson2009-06-23
* Switched size_t to int64_t to prevent type mismatch in call to max.Lang Hames2009-06-23
* Actually, these need to be signed integers, not unsigned.Owen Anderson2009-06-23
* Use 64-bit integer counters for tracking time, rather than doubles. This wil...Owen Anderson2009-06-23
* Make the lazy initialization of DefaultTimerGroup threadsafe.Owen Anderson2009-06-23
* Revert r73923, which broke clang.Owen Anderson2009-06-23
* Add guards around timer groups, which can be shared.Owen Anderson2009-06-22
* Reapply 53476 and 53480, with a fix so that it properly updatesDan Gohman2008-07-14
* Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.Evan Cheng2008-07-12
* Add support for putting NamedRegionTimers in TimerGroups, andDan Gohman2008-07-11
* Use find instead of lower_bound.Dan Gohman2008-07-11
* Append to the ActiveTimers std::vector before looking at the timer insteadDan Gohman2008-06-24
* Make these variables static.Dan Gohman2008-04-23
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Removed more <iostream> includesBill Wendling2006-12-07
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* Fix more static dtor issuesChris Lattner2006-10-04
* Remove trailing whitespaceMisha Brukman2005-04-21
* Timers SHOULD NOT record the time taken to count the bytes allocated in the h...Chris Lattner2005-03-22
* Don't print a 'Total Execution Time' line for the 'Miscellaneous UngroupedChris Lattner2005-02-09