llvm-project/compiler-rt/lib/profile
Bill Wendling 9a9141aed5 Improve performance of file I/O.
The fread / fwrite calls were happening for each timer. However, that could be
pretty expensive for a large number of timers. Instead, read and write the
timers in one call.

This gives ~10% speedup in compilation time.

llvm-svn: 179990
2013-04-22 03:36:22 +00:00
..
CMakeLists.txt Add basic support for building profile compiler-rt library in CMake build on Darwin 2013-03-25 14:20:11 +00:00
GCDAProfiling.c Improve performance of file I/O. 2013-04-22 03:36:22 +00:00
Makefile.mk build: Add ModuleName per-subdir variable as a way to organize the different 2011-12-02 02:42:07 +00:00