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