Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
20a4c23bcc958cbc3ce9775b440d205ac0944db8
/
lib
/
Support
/
Timer.cpp
bcd2498
Removed more <iostream> includes
by Bill Wendling
· 19 years ago
ac0b6ae
Detemplatize the Statistic class. The only type it is instantiated with
by Chris Lattner
· 19 years ago
90aa839
Fix more static dtor issues
by Chris Lattner
· 19 years ago
f976c85
Remove trailing whitespace
by Misha Brukman
· 20 years ago
fed1b27
Timers SHOULD NOT record the time taken to count the bytes allocated in the heap!
by Chris Lattner
· 20 years ago
3ac9605
Don't print a 'Total Execution Time' line for the 'Miscellaneous Ungrouped
by Chris Lattner
· 20 years ago
6cfbd62
Memory used is a delta between memuse at the start of the time and the
by Chris Lattner
· 21 years ago
e269a1a
Use size_t instead of long to represent memory usage. long is 32 bits
by Jeff Cohen
· 21 years ago
7cf9ad3
Silence a VS warning.
by Chris Lattner
· 21 years ago
aeb47b8
Fix a bug that made the nightly tester *really* slow. During changes for
by Reid Spencer
· 21 years ago
7d05563
Fix a bug where system time always equals user time
by Reid Spencer
· 21 years ago
0255abb
Put some header files back that Win32 needs.
by Reid Spencer
· 21 years ago
df52c9a
For PR351:
by Reid Spencer
· 21 years ago
f6e5a25
Revert the last patch as it causes a static destruction ordering problem.
by Reid Spencer
· 21 years ago
4af3da6
Get rid of some leaks found by VC leak detector.
by Reid Spencer
· 21 years ago
6475b8d
Undo last change as its unnecessary.
by Reid Spencer
· 21 years ago
170eb10
Make a cast explicit.
by Reid Spencer
· 21 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 21 years ago
b4db5f3
Implement getTimeRecord natively in Win32, properly conditionalize the
by Chris Lattner
· 21 years ago
b6d465f
Finegrainify namespacification
by Chris Lattner
· 22 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
b576c94
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
e24b616
Don't include Config/stdio.h or <stdio.h>.
by Brian Gaeke
· 22 years ago
d5a310e
Implement the NamedRegionTimer class
by Chris Lattner
· 22 years ago
96a54db
Describe the value name
by Chris Lattner
· 22 years ago
71336a9
Fix the JIT in the Nightly tester. This was not a fun bug to track down.
by Chris Lattner
· 22 years ago
396aecd
Trivial cleanups: no need to include header twice. Global variable is local to file
by Chris Lattner
· 22 years ago
7a73b80
Merged in autoconf branch. This provides configuration via the autoconf system.
by John Criswell
· 22 years ago
ed4775a
Remove usage of sys/unistd.h
by Chris Lattner
· 22 years ago
8c63883
Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD.
by Brian Gaeke
· 22 years ago
903c2d1
Fix compilation problem with some versions of G++
by Chris Lattner
· 22 years ago
b8c8829
Fix problem with perror
by Chris Lattner
· 22 years ago
f205fec
Add a new info-output-file option (hidden from --help) which is to be used by
by Chris Lattner
· 22 years ago
8166b7c
Make more compatible with GCC 2.96
by Chris Lattner
· 22 years ago
e040f97
Remove gunk that was supposed to make space evaluation more precise, but never worked.
by Chris Lattner
· 22 years ago
98d829c
Don't output times in "scientific" notation
by Chris Lattner
· 22 years ago
bbe5ac1
Squelch warning
by Chris Lattner
· 23 years ago
3f39849
* Add new -track-memory option to tools which enables the mem usage column in the reports.
by Chris Lattner
· 23 years ago
8f0d824
Add peak memory usage measurement capability
by Chris Lattner
· 23 years ago
69e79e0
Simplify code
by Chris Lattner
· 23 years ago
a95078d
Sun can now use mallinfo()
by Chris Lattner
· 23 years ago
18eba91
Allow memory sizes to be negative, remove obsolete TmpRSS field
by Chris Lattner
· 23 years ago
6cd11f6
mallinfo is not available on sun apparently :(
by Chris Lattner
· 23 years ago
a5cf936
Minor fix to space accounting
by Chris Lattner
· 23 years ago
9d4ef12
Implement MaxRSS in terms of mallinfo instead of the system RSS. This gives
by Chris Lattner
· 23 years ago
9550dc2
Add #include
by Chris Lattner
· 23 years ago
3400837
Added #include<unistd.h> to compile with solaris gcc3.2
by Anand Shukla
· 23 years ago
6c38a79
Checkin generic interval timer support
by Chris Lattner
· 23 years ago