llvm-project/compiler-rt/lib/profile
Bill Wendling c054086630 Try to improve performance by using a read/write buffer instead of I/O.
The calls to fwrite/fread can be very expensive. GCC avoids this by using a
buffer to read and write from the file, thus limiting the number of fwrite/fread
calls.

<rdar://problem/13466086>

llvm-svn: 181924
2013-05-15 21:31: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 Try to improve performance by using a read/write buffer instead of I/O. 2013-05-15 21:31: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