index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
support
/
lib
/
Support
/
Timer.cpp
Age
Commit message (
Expand
)
Author
2003-05-09
Add a new info-output-file option (hidden from --help) which is to be used by
Chris Lattner
2003-02-13
Make more compatible with GCC 2.96
Chris Lattner
2003-02-13
Remove gunk that was supposed to make space evaluation more precise, but neve...
Chris Lattner
2003-02-12
Don't output times in "scientific" notation
Chris Lattner
2003-02-05
Squelch warning
Chris Lattner
2003-01-30
* Add new -track-memory option to tools which enables the mem usage column in...
Chris Lattner
2002-11-18
Add peak memory usage measurement capability
Chris Lattner
2002-11-04
Simplify code
Chris Lattner
2002-11-04
Sun can now use mallinfo()
Chris Lattner
2002-11-04
Allow memory sizes to be negative, remove obsolete TmpRSS field
Chris Lattner
2002-11-04
mallinfo is not available on sun apparently :(
Chris Lattner
2002-11-04
Minor fix to space accounting
Chris Lattner
2002-11-04
Implement MaxRSS in terms of mallinfo instead of the system RSS. This gives
Chris Lattner
2002-10-27
Add #include
Chris Lattner
2002-10-04
Added #include<unistd.h> to compile with solaris gcc3.2
Anand Shukla
2002-10-01
Checkin generic interval timer support
Chris Lattner