mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
parent
44bed3495d
commit
9e3233f13f
@ -38,7 +38,7 @@ class Measurement
|
||||
|
||||
void _handle()
|
||||
{
|
||||
_count++;
|
||||
_count = _count + 1;
|
||||
if (_count % _nr_of_periods != 1) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user