|
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 57 of file PerfLog_test.cpp.
|
explicit |
Definition at line 63 of file PerfLog_test.cpp.
| ripple::PerfLog_test::Fixture::~Fixture | ( | ) |
Definition at line 67 of file PerfLog_test.cpp.
| void ripple::PerfLog_test::Fixture::signalStop | ( | ) |
Definition at line 84 of file PerfLog_test.cpp.
| path ripple::PerfLog_test::Fixture::logDir | ( | ) | const |
Definition at line 90 of file PerfLog_test.cpp.
| path ripple::PerfLog_test::Fixture::logFile | ( | ) | const |
Definition at line 97 of file PerfLog_test.cpp.
| std::chrono::milliseconds ripple::PerfLog_test::Fixture::logInterval | ( | ) | const |
Definition at line 103 of file PerfLog_test.cpp.
| std::unique_ptr< perf::PerfLog > ripple::PerfLog_test::Fixture::perfLog | ( | WithFile | withFile | ) |
Definition at line 109 of file PerfLog_test.cpp.
| void ripple::PerfLog_test::Fixture::wait | ( | ) | const |
Definition at line 121 of file PerfLog_test.cpp.
| Application& ripple::PerfLog_test::Fixture::app_ |
Definition at line 59 of file PerfLog_test.cpp.
| beast::Journal ripple::PerfLog_test::Fixture::j_ |
Definition at line 60 of file PerfLog_test.cpp.
| bool ripple::PerfLog_test::Fixture::stopSignaled {false} |
Definition at line 61 of file PerfLog_test.cpp.