diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-11-23 20:01:28 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-11-23 20:01:28 +0100 |
commit | 5f9645570d8308f48a492d48f38acd0d08f7d636 (patch) | |
tree | c9ecdfd23e311ed3d3f6f84f2e5ce0978694d44b /docs/articles/web_only/compiled_models.html | |
parent | d566ba840f4351a3aeebf21aae0649caebe0e009 (diff) |
Static documentation rebuilt by pkgdown
Diffstat (limited to 'docs/articles/web_only/compiled_models.html')
-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 684f28cb..85efff61 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -84,7 +84,7 @@ <h1>Performance benefit by using compiled model definitions in mkin</h1> <h4 class="author">Johannes Ranke</h4> - <h4 class="date">2018-09-18</h4> + <h4 class="date">2018-11-23</h4> <div class="hidden name"><code>compiled_models.Rmd</code></div> @@ -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.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 +## 3 deSolve, compiled 3 2.284 1.000 2.282 0 +## 1 deSolve, not compiled 3 17.732 7.764 17.724 0 +## 2 Eigenvalue based 3 2.812 1.231 2.809 0 ## user.child sys.child ## 3 0 0 ## 1 0 0 @@ -156,8 +156,8 @@ <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.524 1.00 3.523 0.000 -## 1 deSolve, not compiled 3 33.021 9.37 33.001 0.004 +## 2 deSolve, compiled 3 4.029 1.000 4.026 0 +## 1 deSolve, not compiled 3 37.760 9.372 37.744 0 ## user.child sys.child ## 2 0 0 ## 1 0 0</code></pre> |