mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
parent
44bed3495d
commit
9e3233f13f
@@ -38,7 +38,7 @@ class Measurement
|
||||
|
||||
void _handle()
|
||||
{
|
||||
_count++;
|
||||
_count = _count + 1;
|
||||
if (_count % _nr_of_periods != 1) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user