proxygen
folly::ThreadPoolExecutor::TaskStats Struct Reference

#include <ThreadPoolExecutor.h>

Public Member Functions

 TaskStats ()
 

Public Attributes

bool expired
 
std::chrono::nanoseconds waitTime
 
std::chrono::nanoseconds runTime
 

Detailed Description

Definition at line 116 of file ThreadPoolExecutor.h.

Constructor & Destructor Documentation

folly::ThreadPoolExecutor::TaskStats::TaskStats ( )
inline

Definition at line 117 of file ThreadPoolExecutor.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: