summaryrefslogtreecommitdiff
path: root/lib/Support/Timer.cpp
Commit message (Expand)AuthorAge
* 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
* Memory used is a delta between memuse at the start of the time and theChris Lattner2005-01-29
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-08
* Silence a VS warning.Chris Lattner2005-01-08
* Fix a bug that made the nightly tester *really* slow. During changes forReid Spencer2004-12-27
* Fix a bug where system time always equals user timeReid Spencer2004-12-20
* Put some header files back that Win32 needs.Reid Spencer2004-12-20
* For PR351:Reid Spencer2004-12-20
* Revert the last patch as it causes a static destruction ordering problem.Reid Spencer2004-12-14
* Get rid of some leaks found by VC leak detector.Reid Spencer2004-12-13
* Undo last change as its unnecessary.Reid Spencer2004-11-19
* Make a cast explicit.Reid Spencer2004-11-19
* Changes For Bug 352Reid Spencer2004-09-01
* Implement getTimeRecord natively in Win32, properly conditionalize theChris Lattner2004-06-07
* Finegrainify namespacificationChris Lattner2003-12-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Don't include Config/stdio.h or <stdio.h>.Brian Gaeke2003-10-10
* Implement the NamedRegionTimer classChris Lattner2003-10-06
* Describe the value nameChris Lattner2003-08-01
* Fix the JIT in the Nightly tester. This was not a fun bug to track down.Chris Lattner2003-07-31
* Trivial cleanups: no need to include header twice. Global variable is local ...Chris Lattner2003-07-31
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Remove usage of sys/unistd.hChris Lattner2003-06-19
* Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD.Brian Gaeke2003-06-17
* Fix compilation problem with some versions of G++Chris Lattner2003-06-06
* Fix problem with perrorChris Lattner2003-06-06
* Add a new info-output-file option (hidden from --help) which is to be used byChris Lattner2003-05-09
* Make more compatible with GCC 2.96Chris Lattner2003-02-13
* Remove gunk that was supposed to make space evaluation more precise, but neve...Chris Lattner2003-02-13
* Don't output times in "scientific" notationChris Lattner2003-02-12
* Squelch warningChris Lattner2003-02-05
* * Add new -track-memory option to tools which enables the mem usage column in...Chris Lattner2003-01-30
* Add peak memory usage measurement capabilityChris Lattner2002-11-18
* Simplify codeChris Lattner2002-11-04
* Sun can now use mallinfo()Chris Lattner2002-11-04
* Allow memory sizes to be negative, remove obsolete TmpRSS fieldChris Lattner2002-11-04
* mallinfo is not available on sun apparently :(Chris Lattner2002-11-04