Move Average into average.hh

Moved the class to a more appropriate place.
This commit is contained in:
Markus Mäkelä
2018-09-19 14:20:29 +03:00
parent 5ed3667f4a
commit a94081067f
3 changed files with 250 additions and 252 deletions

View File

@ -103,10 +103,6 @@ void WorkerLoad::about_to_work(uint64_t now)
}
}
WorkerLoad::Average::~Average()
{
}
// static
uint64_t WorkerLoad::get_time()
{