| 
    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 38 of file PerfLog_test.cpp.
      
  | 
  explicit | 
Definition at line 44 of file PerfLog_test.cpp.
| ripple::PerfLog_test::Fixture::~Fixture | ( | ) | 
Definition at line 48 of file PerfLog_test.cpp.
| void ripple::PerfLog_test::Fixture::signalStop | ( | ) | 
Definition at line 65 of file PerfLog_test.cpp.
| path ripple::PerfLog_test::Fixture::logDir | ( | ) | const | 
Definition at line 71 of file PerfLog_test.cpp.
| path ripple::PerfLog_test::Fixture::logFile | ( | ) | const | 
Definition at line 78 of file PerfLog_test.cpp.
| std::chrono::milliseconds ripple::PerfLog_test::Fixture::logInterval | ( | ) | const | 
Definition at line 84 of file PerfLog_test.cpp.
| std::unique_ptr< perf::PerfLog > ripple::PerfLog_test::Fixture::perfLog | ( | WithFile | withFile | ) | 
Definition at line 90 of file PerfLog_test.cpp.
| void ripple::PerfLog_test::Fixture::wait | ( | ) | const | 
Definition at line 102 of file PerfLog_test.cpp.
| Application& ripple::PerfLog_test::Fixture::app_ | 
Definition at line 40 of file PerfLog_test.cpp.
| beast::Journal ripple::PerfLog_test::Fixture::j_ | 
Definition at line 41 of file PerfLog_test.cpp.
| bool ripple::PerfLog_test::Fixture::stopSignaled {false} | 
Definition at line 42 of file PerfLog_test.cpp.