diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-18 15:20:30 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-18 15:20:30 +0200 |
commit | 1f100167f4f399062fb077ceb983f50384eccaec (patch) | |
tree | 0cdf564d29ffef18aa6529d3f835ea276957b45a /docs/articles/web_only | |
parent | 850aa313ba60c7b784d96cfdc8d4c22f2beb661a (diff) |
Static documentation rebuilt by pkgdown
Diffstat (limited to 'docs/articles/web_only')
-rw-r--r-- | docs/articles/web_only/compiled_models.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/articles/web_only/compiled_models.html b/docs/articles/web_only/compiled_models.html index 3b3e9150..684f28cb 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -125,9 +125,9 @@ <a class="sourceLine" id="cb5-16" data-line-number="16">}</a></code></pre></div> <pre><code>## Lade nötiges Paket: rbenchmark</code></pre> <pre><code>## test replications elapsed relative user.self sys.self -## 3 deSolve, compiled 3 2.001 1.000 1.999 0 -## 1 deSolve, not compiled 3 15.374 7.683 15.368 0 -## 2 Eigenvalue based 3 2.439 1.219 2.438 0 +## 3 deSolve, compiled 3 2.005 1.000 2.003 0 +## 1 deSolve, not compiled 3 15.480 7.721 15.474 0 +## 2 Eigenvalue based 3 2.460 1.227 2.459 0 ## user.child sys.child ## 3 0 0 ## 1 0 0 @@ -156,13 +156,13 @@ <a class="sourceLine" id="cb8-16" data-line-number="16">}</a></code></pre></div> <pre><code>## Successfully compiled differential equation model from auto-generated C code.</code></pre> <pre><code>## test replications elapsed relative user.self sys.self -## 2 deSolve, compiled 3 3.608 1.000 3.607 0 -## 1 deSolve, not compiled 3 33.150 9.188 33.135 0 +## 2 deSolve, compiled 3 3.524 1.00 3.523 0.000 +## 1 deSolve, not compiled 3 33.021 9.37 33.001 0.004 ## user.child sys.child ## 2 0 0 ## 1 0 0</code></pre> <p>Here we get a performance benefit of a factor of 9 using the version of the differential equation model compiled from C code!</p> -<p>This vignette was built with mkin 0.9.47.5 on</p> +<p>This vignette was built with mkin 0.9.47.6 on</p> <pre><code>## R version 3.5.1 (2018-07-02) ## Platform: x86_64-pc-linux-gnu (64-bit) ## Running under: Debian GNU/Linux 9 (stretch)</code></pre> |