mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 12:45:35 +08:00
[Worker] Log. how long it takes to quitAndWait a worker
* sometimes the shutdown sequence of swift takes extremly long, this is to identify which workers are affected * reduced "wait time" * function so each worker can have its own "wait" time * for a worker there are 2 "waits", the quitAndWait of the worker and the wait of CRegularThread (dtor) Originally Ref T145, T647
This commit is contained in:
committed by
Mat Sutcliffe
parent
049ded16cc
commit
b0d5b3c6d1
@@ -104,6 +104,11 @@ namespace BlackMisc
|
||||
return true;
|
||||
}
|
||||
|
||||
unsigned long CBackgroundValidation::waitTimeoutMs() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void CBackgroundValidation::doWork()
|
||||
{
|
||||
if (m_inWork) { return; }
|
||||
|
||||
Reference in New Issue
Block a user