Holger Obermaier
ec86a83a27
Use generic function to compute minimum
2023-08-17 11:41:26 +02:00
Holger Obermaier
89c93185d4
Add missing case for type []int32
2023-08-17 11:24:06 +02:00
Holger Obermaier
c3004f8c6d
Use generic function to simplify code
2023-08-17 10:20:47 +02:00
Holger Obermaier
a1c2c3856d
Allow values to be a slice of type float64, float32, int, int64, int32, bool
2023-08-17 09:48:41 +02:00
Holger Obermaier
fa8dd5992d
Allow sum function to handle non float types
2023-08-17 08:16:19 +02:00
Holger Obermaier
0b28c55162
Use only as many arguments as required
2023-08-17 08:03:33 +02:00
Thomas Gruber
4bd71224df
move maybe-usable-by-other-cc-components to pkg. Fix all files to use the new paths ( #88 )
2022-10-10 11:53:11 +02:00
Thomas Gruber
826f364772
CC topology module update ( #76 )
...
* Rename CPU to hardware thread, write some comments
* Do renaming in other parts
* Remove CpuList and SocketList function from metricCollector. Available in ccTopology
2022-05-13 14:28:07 +02:00
Thomas Gruber
1db5f3b29a
Rename cpu
type to hwthread
( #69 )
...
* Rename 'cpu' type to 'hwthread' to avoid naming clashes with MetricStore and CC-Webfrontend
2022-05-13 14:09:45 +02:00
Holger Obermaier
154b56000e
Allow concurrent access to condition map
2022-02-16 14:30:11 +01:00
Holger Obermaier
b44e226496
Add caching for condition evaluation
2022-02-16 13:59:32 +01:00
Holger Obermaier
248c815a1c
Make created language persistant
2022-02-16 08:40:57 +01:00
Holger Obermaier
d6154ff35b
Simplification
2022-02-15 13:51:46 +01:00
Holger Obermaier
2f0e229936
Simplify EvalBoolCondition
2022-02-15 13:35:24 +01:00
Thomas Gruber
92d4a9c2b9
Split MetricRouter and MetricAggregator ( #24 )
...
* Split MetricRouter and MetricAggregator
* Missing change in MetricCache
* Add README for MetricAggregator
2022-02-03 16:52:55 +01:00