From ea5d41d9f8046f13af78dbe5b8ed3a4be2001d1c Mon Sep 17 00:00:00 2001 From: oliver Kowalke Date: Fri, 11 Nov 2016 08:15:18 +0100 Subject: [PATCH] documentation: update performance numbers --- doc/performance.qbk | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/doc/performance.qbk b/doc/performance.qbk index e3b7056..55a3547 100644 --- a/doc/performance.qbk +++ b/doc/performance.qbk @@ -13,21 +13,6 @@ following table. Performance measurements were taken using `rdtsc` and platforms. In each case, cache warm-up was accounted for, and the one running thread was pinned to a single CPU. -[table Performance of asymmetric coroutines (using captured_context) - [ - [Platform] - [switch] - [construction (protected stack-allocator)] - [construction (standard stack-allocator)] - ] - [ - [x86_64 (Intel Core2 Q6700, Linux 64bit)] - [7 ns / 20 cycles] - [19 \u00b5s / cw6306445402 cycles] - [10 \u00b5s / 29896 cycles] - ] -] -[/ [table Performance of asymmetric coroutines (using execution_context) [ [Platform] @@ -36,12 +21,11 @@ running thread was pinned to a single CPU. [construction (standard stack-allocator)] ] [ - [x86_64 (Intel Core2 Q6700, Linux 64bit)] - [140 ns / 424 cycles] - [14 \u00b5s / 32750 cycles] - [8 \u00b5s / 15313 cycles] + [x86_64 [footnote Intel Core i7-4770S 3.10GHz]] + [16 ns / 50 cycles] + [7 \u00b5s / 22133 cycles] + [1.7 \u00b5s / 5383 cycles] ] ] -] [endsect]