diff Notes.md @ 718:05d8ea88c690

Add note about performance testin
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 12 Mar 2021 19:55:39 +0100
parents 841ca12f3359
children f88b2117dc69 d7d030f8f708
line wrap: on
line diff
--- a/Notes.md	Mon Feb 15 11:13:12 2021 +0100
+++ b/Notes.md	Fri Mar 12 19:55:39 2021 +0100
@@ -311,3 +311,12 @@
 contribute to "type bloat". On the other hand adapting existing types to
 handle embeddedness would complicate the now very simple grid types. Are there
 other ways of doing the implentation?
+
+## Performance measuring
+We should be measuring performance early. How does our effective cpu and memory bandwidth utilization compare to peak performance?
+
+We should make these test simple to run for any solver.
+
+See [this talk](https://www.youtube.com/watch?v=vPsfZUqI4_0) for some simple ideas for defining effecive memory usage and some comparison with peak performance.
+
+