|
proxygen
|
Public Member Functions | |
| ClientRunner () | |
| void | run () |
Public Attributes | |
| int | reqs |
| int | hits |
| int | miss |
| int | num |
Definition at line 40 of file SSLCacheTest.cpp.
|
inline |
| void ClientRunner::run | ( | ) |
Definition at line 161 of file SSLCacheTest.cpp.
References c, i, folly::EventBase::loop(), and SSLCacheClient::start().
Referenced by main().
| int ClientRunner::hits |
Definition at line 47 of file SSLCacheTest.cpp.
Referenced by SSLCacheClient::handshakeSuc(), and main().
| int ClientRunner::miss |
Definition at line 48 of file SSLCacheTest.cpp.
Referenced by SSLCacheClient::handshakeSuc(), and main().
| int ClientRunner::num |
Definition at line 49 of file SSLCacheTest.cpp.
Referenced by SSLCacheClient::handshakeSuc().
| int ClientRunner::reqs |
Definition at line 46 of file SSLCacheTest.cpp.
Referenced by main().