|
rippled
|

Public Member Functions | |
| Fixture (Application &app, beast::Journal j) | |
| ~Fixture () | |
| void | signalStop () |
| path | logDir () const |
| path | logFile () const |
| std::chrono::milliseconds | logInterval () const |
| std::unique_ptr< perf::PerfLog > | perfLog (WithFile withFile) |
| void | wait () const |
Public Attributes | |
| Application & | app_ |
| beast::Journal | j_ |
| bool | stopSignaled {false} |
Definition at line 55 of file PerfLog_test.cpp.
|
explicit |
Definition at line 61 of file PerfLog_test.cpp.
| ripple::PerfLog_test::Fixture::~Fixture | ( | ) |
Definition at line 65 of file PerfLog_test.cpp.
| void ripple::PerfLog_test::Fixture::signalStop | ( | ) |
Definition at line 82 of file PerfLog_test.cpp.
| path ripple::PerfLog_test::Fixture::logDir | ( | ) | const |
Definition at line 88 of file PerfLog_test.cpp.
| path ripple::PerfLog_test::Fixture::logFile | ( | ) | const |
Definition at line 95 of file PerfLog_test.cpp.
| std::chrono::milliseconds ripple::PerfLog_test::Fixture::logInterval | ( | ) | const |
Definition at line 101 of file PerfLog_test.cpp.
| std::unique_ptr<perf::PerfLog> ripple::PerfLog_test::Fixture::perfLog | ( | WithFile | withFile | ) |
Definition at line 107 of file PerfLog_test.cpp.
| void ripple::PerfLog_test::Fixture::wait | ( | ) | const |
Definition at line 119 of file PerfLog_test.cpp.
| Application& ripple::PerfLog_test::Fixture::app_ |
Definition at line 57 of file PerfLog_test.cpp.
| beast::Journal ripple::PerfLog_test::Fixture::j_ |
Definition at line 58 of file PerfLog_test.cpp.
| bool ripple::PerfLog_test::Fixture::stopSignaled {false} |
Definition at line 59 of file PerfLog_test.cpp.
1.8.17