|
rippled
|
Dummy class for unit tests. More...
Classes | |
| class | PerfLog |
| Singleton class that maintains performance counters and optionally writes Json-formatted data to a distinct log. More... | |
| class | PerfLogImp |
| Implementation class for PerfLog. More... | |
| class | PerfLogTest |
Functions | |
| PerfLog::Setup | setup_PerfLog (Section const §ion, boost::filesystem::path const &configDir) |
| std::unique_ptr< PerfLog > | make_PerfLog (PerfLog::Setup const &setup, Stoppable &parent, beast::Journal journal, std::function< void()> &&signalStop) |
Dummy class for unit tests.
| PerfLog::Setup ripple::perf::setup_PerfLog | ( | Section const & | section, |
| boost::filesystem::path const & | configDir | ||
| ) |
Definition at line 493 of file PerfLogImp.cpp.
| std::unique_ptr< PerfLog > ripple::perf::make_PerfLog | ( | PerfLog::Setup const & | setup, |
| Stoppable & | parent, | ||
| beast::Journal | journal, | ||
| std::function< void()> && | signalStop | ||
| ) |
Definition at line 515 of file PerfLogImp.cpp.
1.8.17