From d3fda114f8be1fe8c6573278ab46f5b873588e6e Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Sun, 17 Mar 2024 02:30:37 +0100 Subject: [PATCH] Library: Research -- Gnuplot Read the documentation and find out how to generate the kind of diagram necessary for visualisation of Scheduler-Stress-Test observations. I used to have basic Gnuplot knowledge, and thus had to find out about - reading CSV - supported diagram types - layering and styling Conclusion: will use Gnuplot and generate a script from Test code --- wiki/thinkPad.ichthyo.mm | 204 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 202 insertions(+), 2 deletions(-) diff --git a/wiki/thinkPad.ichthyo.mm b/wiki/thinkPad.ichthyo.mm index 3f199f15f..0a3de8441 100644 --- a/wiki/thinkPad.ichthyo.mm +++ b/wiki/thinkPad.ichthyo.mm @@ -112310,8 +112310,7 @@ Date:   Thu Apr 20 18:53:17 2023 +0200
- - + @@ -121179,6 +121178,207 @@ unsigned int ThreadIdAsInt = *static_cast<unsigned int*>(static_cast<vo + + + + + + + + + + + + + + + + + + + + + + + +
      plot-element:
+           {<iteration>}
+           <definition> | {sampling-range} <function> | <data source>
+                        | keyentry
+           {axes <axes>} {<title-spec>}
+           {with <style>}
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
    +
  • + using only some rows in aribtrary order +
  • +
  • + only one data set in a multiple data set file +
  • +
  • + skipping lines or using only each Nth point +
  • +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ (actually 2D projections, of course) +

+ +
+
+
+ + + + + +

+ incl re-reading and computations +

+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
plot 'data' with boxes, sin(x) with lines
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +