Files
coroutine/doc/html/coroutine/performance.html

156 lines
6.0 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Performance</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Coroutine">
<link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Coroutine">
<link rel="prev" href="stack/segmented_stack.html" title="Segmented stacks">
<link rel="next" href="architextues.html" title="Architectures">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="stack/segmented_stack.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="architextues.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="coroutine.performance"></a><a class="link" href="performance.html" title="Performance">Performance</a>
</h2></div></div></div>
<p>
Performance of <span class="bold"><strong>Boost.Coroutine</strong></span> was measured
on the platforms shown in the following table. Performance measurements were
taken using <code class="computeroutput"><span class="identifier">rdtsc</span></code> and <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">high_resolution_clock</span></code>,
with overhead corrections, on x86 platforms. In each case, cache warm-up was
accounted for, and the one running thread was pinned to a single CPU. The code
was compiled using the build options, 'variant = release cxxflags = -DBOOST_DISABLE_ASSERTS'.
</p>
<div class="table">
<a name="coroutine.performance.perfomance_of_coroutine"></a><p class="title"><b>Table&#160;1.1.&#160;Perfomance of coroutine</b></p>
<div class="table-contents"><table class="table" summary="Perfomance of coroutine">
<colgroup>
<col>
<col>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Platform
</p>
</th>
<th>
<p>
switch
</p>
</th>
<th>
<p>
construction (protected stack-allocator)
</p>
</th>
<th>
<p>
construction (simple stack-allocator)
</p>
</th>
<th>
<p>
construction (preallocated stack-allocator)
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
i386 <sup>[<a name="coroutine.performance.f0" href="#ftn.coroutine.performance.f0" class="footnote">a</a>]</sup>
</p>
</td>
<td>
<p>
78 ns / 77 cycles
</p>
</td>
<td>
<p>
188868 ns / 245093 cycles
</p>
</td>
<td>
<p>
31860 ns / 31812 cycles
</p>
</td>
<td>
<p>
13127 ns / 19764 cycles
</p>
</td>
</tr>
<tr>
<td>
<p>
x86_64 <sup>[<a name="coroutine.performance.f1" href="#ftn.coroutine.performance.f1" class="footnote">b</a>]</sup>
</p>
</td>
<td>
<p>
28 ns / 74 cycles
</p>
</td>
<td>
<p>
46916 ns / 109569 cycles
</p>
</td>
<td>
<p>
14368 ns / 22705 cycles
</p>
</td>
<td>
<p>
6114 ns / 16728 cycles
</p>
</td>
</tr>
</tbody>
<tbody class="footnotes"><tr><td colspan="5">
<div class="footnote"><p><sup>[<a name="ftn.coroutine.performance.f0" href="#coroutine.performance.f0" class="para">a</a>] </sup>
AMD Athlon 64 DualCore 4400+
</p></div>
<div class="footnote"><p><sup>[<a name="ftn.coroutine.performance.f1" href="#coroutine.performance.f1" class="para">b</a>] </sup>
Intel Core2 Q6700
</p></div>
</td></tr></tbody>
</table></div>
</div>
<br class="table-break">
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright &#169; 2009 Oliver Kowalke<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="stack/segmented_stack.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="architextues.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>