tud-zih-energy / lo2s

Linux OTF2 Sampling - A Lightweight Node-Level Performance Monitoring Tool
https://tu-dresden.de/zih/forschung/projekte/lo2s?set_language=en
GNU General Public License v3.0
46 stars 13 forks source link

Fix off-by-one in userspace metric writer #306

Closed cvonelm closed 11 months ago

cvonelm commented 11 months ago

Index 0 in the counter_collection is reserved for the metric leader. However userspace metrics dont have a metric leader, so we have to start counting the events from 1 instead of 0.