|
rippled
|

Public Member Functions | |
| Fixture (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 | |
| beast::Journal | j_ |
| bool | stopSignaled {false} |
Definition at line 50 of file PerfLog_test.cpp.
|
explicit |
Definition at line 55 of file PerfLog_test.cpp.
| ripple::PerfLog_test::Fixture::~Fixture | ( | ) |
Definition at line 59 of file PerfLog_test.cpp.
| void ripple::PerfLog_test::Fixture::signalStop | ( | ) |
Definition at line 76 of file PerfLog_test.cpp.
| path ripple::PerfLog_test::Fixture::logDir | ( | ) | const |
Definition at line 82 of file PerfLog_test.cpp.
| path ripple::PerfLog_test::Fixture::logFile | ( | ) | const |
Definition at line 89 of file PerfLog_test.cpp.
| std::chrono::milliseconds ripple::PerfLog_test::Fixture::logInterval | ( | ) | const |
Definition at line 95 of file PerfLog_test.cpp.
| std::unique_ptr<perf::PerfLog> ripple::PerfLog_test::Fixture::perfLog | ( | WithFile | withFile | ) |
Definition at line 101 of file PerfLog_test.cpp.
| void ripple::PerfLog_test::Fixture::wait | ( | ) | const |
Definition at line 113 of file PerfLog_test.cpp.
| beast::Journal ripple::PerfLog_test::Fixture::j_ |
Definition at line 52 of file PerfLog_test.cpp.
| bool ripple::PerfLog_test::Fixture::stopSignaled {false} |
Definition at line 53 of file PerfLog_test.cpp.
1.8.17