Append to the ActiveTimers std::vector before looking at the timer instead
[oota-llvm.git] / lib / Support / Timer.cpp
2008-06-24 Dan GohmanAppend to the ActiveTimers std::vector before looking...
2008-04-23 Dan GohmanMake these variables static.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-10-04 Chris LattnerFix more static dtor issues
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-22 Chris LattnerTimers SHOULD NOT record the time taken to count the...
2005-02-09 Chris LattnerDon't print a 'Total Execution Time' line for the ...
2005-01-29 Chris LattnerMemory used is a delta between memuse at the start...
2005-01-08 Jeff CohenUse size_t instead of long to represent memory usage...
2005-01-08 Chris LattnerSilence a VS warning.
2004-12-27 Reid SpencerFix a bug that made the nightly tester *really* slow...
2004-12-20 Reid SpencerFix a bug where system time always equals user time
2004-12-20 Reid SpencerPut some header files back that Win32 needs.
2004-12-20 Reid SpencerFor PR351:
2004-12-14 Reid SpencerRevert the last patch as it causes a static destruction...
2004-12-13 Reid SpencerGet rid of some leaks found by VC leak detector.
2004-11-19 Reid SpencerUndo last change as its unnecessary.
2004-11-19 Reid SpencerMake a cast explicit.
2004-09-01 Reid SpencerChanges For Bug 352
2004-06-07 Chris LattnerImplement getTimeRecord natively in Win32, properly...
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-10 Brian GaekeDon't include Config/stdio.h or <stdio.h>.
2003-10-06 Chris LattnerImplement the NamedRegionTimer class
2003-08-01 Chris LattnerDescribe the value name
2003-07-31 Chris LattnerFix the JIT in the Nightly tester. This was not a...
2003-07-31 Chris LattnerTrivial cleanups: no need to include header twice....
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-19 Chris LattnerRemove usage of sys/unistd.h
2003-06-17 Brian GaekePut ifdefs around use of malloc.h/mallinfo, which isn...
2003-06-06 Chris LattnerFix compilation problem with some versions of G++
2003-06-06 Chris LattnerFix problem with perror
2003-05-09 Chris LattnerAdd a new info-output-file option (hidden from --help...
2003-02-13 Chris LattnerMake more compatible with GCC 2.96
2003-02-13 Chris LattnerRemove gunk that was supposed to make space evaluation...
2003-02-12 Chris LattnerDon't output times in "scientific" notation
2003-02-05 Chris LattnerSquelch warning
2003-01-30 Chris Lattner* Add new -track-memory option to tools which enables...
2002-11-18 Chris LattnerAdd peak memory usage measurement capability
2002-11-04 Chris LattnerSimplify code
2002-11-04 Chris LattnerSun can now use mallinfo()
2002-11-04 Chris LattnerAllow memory sizes to be negative, remove obsolete...
2002-11-04 Chris Lattnermallinfo is not available on sun apparently :(
2002-11-04 Chris LattnerMinor fix to space accounting
2002-11-04 Chris LattnerImplement MaxRSS in terms of mallinfo instead of the...
2002-10-27 Chris LattnerAdd #include
2002-10-04 Anand ShuklaAdded #include<unistd.h> to compile with solaris gcc3.2
2002-10-01 Chris LattnerCheckin generic interval timer support