mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-02-17 16:31:46 +01:00
Remove depreceated function ccTopology.CpuList()
This commit is contained in:
@@ -142,7 +142,7 @@ func genLikwidEventSet(input LikwidCollectorEventsetConfig) LikwidEventsetConfig
|
||||
estr := strings.Join(tmplist, ",")
|
||||
res := make(map[int]map[string]float64)
|
||||
met := make(map[int]map[string]float64)
|
||||
for _, i := range topo.CpuList() {
|
||||
for _, i := range topo.HwthreadList() {
|
||||
res[i] = make(map[string]float64)
|
||||
for k := range input.Events {
|
||||
res[i][k] = 0.0
|
||||
|
||||
Reference in New Issue
Block a user