aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-071-7/+7
* Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses...Owen Anderson2009-06-231-1/+53
* Revert my last series of commits related to Timer and 64-bit atomics. Not al...Owen Anderson2009-06-231-19/+19
* Switched size_t to int64_t to prevent type mismatch in call to max.Lang Hames2009-06-231-2/+2
* Actually, these need to be signed integers, not unsigned.Owen Anderson2009-06-231-2/+2
* Use 64-bit integer counters for tracking time, rather than doubles. This wil...Owen Anderson2009-06-231-17/+17
* Make the lazy initialization of DefaultTimerGroup threadsafe.Owen Anderson2009-06-231-8/+14
* Revert r73923, which broke clang.Owen Anderson2009-06-231-18/+10
* Add guards around timer groups, which can be shared.Owen Anderson2009-06-221-10/+18
* Reapply 53476 and 53480, with a fix so that it properly updatesDan Gohman2008-07-141-2/+34
* Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.Evan Cheng2008-07-121-34/+2
* Add support for putting NamedRegionTimers in TimerGroups, andDan Gohman2008-07-111-2/+34
* Use find instead of lower_bound.Dan Gohman2008-07-111-2/+2
* Append to the ActiveTimers std::vector before looking at the timer insteadDan Gohman2008-06-241-1/+1
* Make these variables static.Dan Gohman2008-04-231-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Removed more <iostream> includesBill Wendling2006-12-071-7/+7
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-1/+1
* Fix more static dtor issuesChris Lattner2006-10-041-15/+16
* Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* Timers SHOULD NOT record the time taken to count the bytes allocated in the h...Chris Lattner2005-03-221-2/+2
* Don't print a 'Total Execution Time' line for the 'Miscellaneous UngroupedChris Lattner2005-02-091-6/+14
* Memory used is a delta between memuse at the start of the time and theChris Lattner2005-01-291-3/+2
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-081-5/+5
* Silence a VS warning.Chris Lattner2005-01-081-1/+1
* Fix a bug that made the nightly tester *really* slow. During changes forReid Spencer2004-12-271-3/+9
* Fix a bug where system time always equals user timeReid Spencer2004-12-201-5/+12
* Put some header files back that Win32 needs.Reid Spencer2004-12-201-0/+2
* For PR351:Reid Spencer2004-12-201-59/+13
* Revert the last patch as it causes a static destruction ordering problem.Reid Spencer2004-12-141-3/+5
* Get rid of some leaks found by VC leak detector.Reid Spencer2004-12-131-5/+3
* Undo last change as its unnecessary.Reid Spencer2004-11-191-1/+1
* Make a cast explicit.Reid Spencer2004-11-191-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-7/+7
* Implement getTimeRecord natively in Win32, properly conditionalize theChris Lattner2004-06-071-7/+28
* Finegrainify namespacificationChris Lattner2003-12-141-4/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+6
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Don't include Config/stdio.h or <stdio.h>.Brian Gaeke2003-10-101-2/+0
* Implement the NamedRegionTimer classChris Lattner2003-10-061-0/+18
* Describe the value nameChris Lattner2003-08-011-1/+1
* Fix the JIT in the Nightly tester. This was not a fun bug to track down.Chris Lattner2003-07-311-2/+14
* Trivial cleanups: no need to include header twice. Global variable is local ...Chris Lattner2003-07-311-3/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-9/+12
* Remove usage of sys/unistd.hChris Lattner2003-06-191-1/+0
* Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD.Brian Gaeke2003-06-171-2/+5
* Fix compilation problem with some versions of G++Chris Lattner2003-06-061-1/+1
* Fix problem with perrorChris Lattner2003-06-061-0/+1
* Add a new info-output-file option (hidden from --help) which is to be used byChris Lattner2003-05-091-35/+93
* Make more compatible with GCC 2.96Chris Lattner2003-02-131-4/+5