proxygen
|
#include <ThreadPoolExecutor.h>
Public Member Functions | |
TaskStats () | |
Public Attributes | |
bool | expired |
std::chrono::nanoseconds | waitTime |
std::chrono::nanoseconds | runTime |
Definition at line 116 of file ThreadPoolExecutor.h.
|
inline |
Definition at line 117 of file ThreadPoolExecutor.h.
bool folly::ThreadPoolExecutor::TaskStats::expired |
Definition at line 118 of file ThreadPoolExecutor.h.
Referenced by expiration().
std::chrono::nanoseconds folly::ThreadPoolExecutor::TaskStats::runTime |
Definition at line 120 of file ThreadPoolExecutor.h.
Referenced by taskStats().
std::chrono::nanoseconds folly::ThreadPoolExecutor::TaskStats::waitTime |
Definition at line 119 of file ThreadPoolExecutor.h.
Referenced by taskStats().