Move Average into average.hh
Moved the class to a more appropriate place.
This commit is contained in:
@ -103,10 +103,6 @@ void WorkerLoad::about_to_work(uint64_t now)
|
||||
}
|
||||
}
|
||||
|
||||
WorkerLoad::Average::~Average()
|
||||
{
|
||||
}
|
||||
|
||||
// static
|
||||
uint64_t WorkerLoad::get_time()
|
||||
{
|
||||
|
Reference in New Issue
Block a user