mirror of
https://github.com/reactos/ccache.git
synced 2025-02-04 02:26:07 +00:00
minor doc updates
This commit is contained in:
parent
b0cbe0ae5b
commit
d09fe269cf
23
ccache.1
23
ccache.1
@ -239,27 +239,8 @@ ccache can cache compiler output that includes warnings\&. In many
|
||||
cases this gives ccache a much higher cache hit rate\&.
|
||||
.IP o
|
||||
ccache can handle a much wider ranger of compiler options
|
||||
Note however that ccache is a very new piece of code (as of March
|
||||
2002) whereas Erik\&'s scripts have had more testing\&.
|
||||
.PP
|
||||
The overall speedup compared to compilercache is quite dramatic\&. For
|
||||
compiling rsync I get:
|
||||
.PP
|
||||
|
||||
.nf
|
||||
|
||||
|
||||
normal build 20\&.74 seconds
|
||||
|
||||
compilercache uncached 28\&.9 seconds
|
||||
compilercache cached 10\&.5 seconds
|
||||
|
||||
ccache uncached 24\&.6 seconds
|
||||
ccache cached 4\&.6 seconds
|
||||
|
||||
.fi
|
||||
|
||||
|
||||
.IP o
|
||||
ccache avoids a double call to cpp on a cache miss
|
||||
.PP
|
||||
.SH "CREDITS"
|
||||
.PP
|
||||
|
16
ccache.yo
16
ccache.yo
@ -208,21 +208,7 @@ it() ccache can do automatic cache management
|
||||
it() ccache can cache compiler output that includes warnings. In many
|
||||
cases this gives ccache a much higher cache hit rate.
|
||||
it() ccache can handle a much wider ranger of compiler options
|
||||
)
|
||||
Note however that ccache is a very new piece of code (as of March
|
||||
2002) whereas Erik's scripts have had more testing.
|
||||
|
||||
The overall speedup compared to compilercache is quite dramatic. For
|
||||
compiling rsync I get:
|
||||
|
||||
verb(
|
||||
normal build 20.74 seconds
|
||||
|
||||
compilercache uncached 28.9 seconds
|
||||
compilercache cached 10.5 seconds
|
||||
|
||||
ccache uncached 24.6 seconds
|
||||
ccache cached 4.6 seconds
|
||||
it() ccache avoids a double call to cpp on a cache miss
|
||||
)
|
||||
|
||||
manpagesection(CREDITS)
|
||||
|
@ -193,23 +193,8 @@ are:
|
||||
<li > ccache can cache compiler output that includes warnings. In many
|
||||
cases this gives ccache a much higher cache hit rate.
|
||||
<li > ccache can handle a much wider ranger of compiler options
|
||||
<li > ccache avoids a double call to cpp on a cache miss
|
||||
</ul>
|
||||
Note however that ccache is a very new piece of code (as of March
|
||||
2002) whereas Erik's scripts have had more testing.
|
||||
<p>The overall speedup compared to compilercache is quite dramatic. For
|
||||
compiling rsync I get:
|
||||
<p><pre>
|
||||
|
||||
normal build 20.74 seconds
|
||||
|
||||
compilercache uncached 28.9 seconds
|
||||
compilercache cached 10.5 seconds
|
||||
|
||||
ccache uncached 24.6 seconds
|
||||
ccache cached 4.6 seconds
|
||||
|
||||
</pre>
|
||||
|
||||
<p><h2>CREDITS</h2>
|
||||
|
||||
<p>Thanks to the following people for their contributions to ccache
|
||||
|
Loading…
x
Reference in New Issue
Block a user