|
rippled
|


Classes | |
| struct | Cur |
| struct | PerfLogParent |
Public Member Functions | |
| void | testFileCreation () |
| void | testRPC (WithFile withFile) |
| void | testJobs (WithFile withFile) |
| void | testInvalidID (WithFile withFile) |
| void | testRotate (WithFile withFile) |
| void | run () override |
Private Types | |
| enum | WithFile : bool { WithFile::no = false, WithFile::yes = true } |
| using | path = boost::filesystem::path |
Private Member Functions | |
| std::unique_ptr< perf::PerfLog > | getPerfLog (PerfLogParent &parent, WithFile withFile) |
Static Private Member Functions | |
| static std::uint64_t | jsonToUint64 (Json::Value const &jsonUintAsString) |
| static std::vector< Cur > | getSortedCurrent (Json::Value const ¤tJson) |
| static void | waitForFileUpdate (PerfLogParent const &parent) |
Private Attributes | |
| test::jtx::Env | env_ {*this} |
| beast::Journal | j_ {env_.app().journal("PerfLog_test")} |
Definition at line 37 of file PerfLog_test.cpp.
|
private |
Definition at line 41 of file PerfLog_test.cpp.
|
strongprivate |
| Enumerator | |
|---|---|
| no | |
| yes | |
Definition at line 39 of file PerfLog_test.cpp.
|
private |
Definition at line 168 of file PerfLog_test.cpp.
|
staticprivate |
Definition at line 181 of file PerfLog_test.cpp.
|
staticprivate |
Definition at line 205 of file PerfLog_test.cpp.
|
staticprivate |
Definition at line 237 of file PerfLog_test.cpp.
| void ripple::PerfLog_test::testFileCreation | ( | ) |
Definition at line 265 of file PerfLog_test.cpp.
| void ripple::PerfLog_test::testRPC | ( | WithFile | withFile | ) |
Definition at line 374 of file PerfLog_test.cpp.
| void ripple::PerfLog_test::testJobs | ( | WithFile | withFile | ) |
Definition at line 578 of file PerfLog_test.cpp.
| void ripple::PerfLog_test::testInvalidID | ( | WithFile | withFile | ) |
Definition at line 924 of file PerfLog_test.cpp.
| void ripple::PerfLog_test::testRotate | ( | WithFile | withFile | ) |
Definition at line 1066 of file PerfLog_test.cpp.
|
override |
Definition at line 1125 of file PerfLog_test.cpp.
|
private |
Definition at line 45 of file PerfLog_test.cpp.
|
private |
Definition at line 46 of file PerfLog_test.cpp.
1.8.17