From d968da989ee79e0c14ee0e9d7808dd0c223264c9 Mon Sep 17 00:00:00 2001
From: Ichthyostega
Date: Tue, 28 Nov 2023 02:18:38 +0100
Subject: [PATCH] Chain-Load: define data structure for graph statistics
The graph will be used to generate a computational load
for testing the Scheduler; thus we need to compute some
statistical indicators to characterise this load.
As starting point sum counts and averages will be aggregated,
accounting for particular characterisation of nodes per level.
---
tests/vault/gear/test-chain-load.hpp | 115 ++++++++++++++++-
wiki/thinkPad.ichthyo.mm | 182 ++++++++++++++++++++++++++-
2 files changed, 290 insertions(+), 7 deletions(-)
diff --git a/tests/vault/gear/test-chain-load.hpp b/tests/vault/gear/test-chain-load.hpp
index bf0da4bb9..9ce35a9c1 100644
--- a/tests/vault/gear/test-chain-load.hpp
+++ b/tests/vault/gear/test-chain-load.hpp
@@ -98,18 +98,20 @@
#include
#include
#include
-//#include
+#include
//#include
+#include
#include
#include
#include
+#include
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vector mit Zähldaten indiziert nach Level
+
+
+
+
+
+
+
+
+
+
+
+
+ Gesamt-Anzahl der Forks
+
+
+
+
+
+
+
+
+
+
+
+
+ Forks per Level ∅
+
+
+
+
+
+
+
+
+
+
+
+
+ Forks per Level-Width ∅
+
+
+
+
+
+
+
+
+
+
+
+
+ Forks Level-γ-Schwerpunkt (centre)
+
+
+
+
+
+
+
+
+
+
+
+
+ Forks Level-Width-γ -Schwerpunkt (centre)
+
+
+
+
+
+
+
+
+
+
+
+
+ lineare Regression der forks_pL über den Level
+
+
+
+
+
+
+
+
+
+
+
+
+ forks moving average über den Level
+
+
+
+
+
+
+
+
+
+
+
+
+ forks per width moving average (über den Level)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+