mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 03:55:53 +00:00
deploy: 1a8eb5e6e3
This commit is contained in:
@@ -260,7 +260,7 @@ $(function() {
|
||||
<div class="ttc" id="alock_guard_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/thread/lock_guard.html">std::lock_guard</a></div><div class="ttdoc">STL class.</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1perf_1_1PerfLog_html"><div class="ttname"><a href="classripple_1_1perf_1_1PerfLog.html">ripple::perf::PerfLog</a></div><div class="ttdoc">Singleton class that maintains performance counters and optionally writes Json-formatted data to a di...</div><div class="ttdef"><b>Definition:</b> <a href="PerfLog_8h_source.html#l00048">PerfLog.h:48</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1perf_1_1PerfLogTest_html_af92af0e7fab607881976a6bea4ac6051"><div class="ttname"><a href="classripple_1_1perf_1_1PerfLogTest.html#af92af0e7fab607881976a6bea4ac6051">ripple::perf::PerfLogTest::jobStart</a></div><div class="ttdeci">void jobStart(JobType const type, std::chrono::microseconds dur, std::chrono::time_point< std::chrono::steady_clock > startTime, int instance) override</div><div class="ttdef"><b>Definition:</b> <a href="Workers__test_8cpp_source.html#l00063">Workers_test.cpp:63</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1Workers_1_1Callback_html"><div class="ttname"><a href="structripple_1_1Workers_1_1Callback.html">ripple::Workers::Callback</a></div><div class="ttdoc">Called to perform tasks as needed.</div><div class="ttdef"><b>Definition:</b> <a href="Workers_8h_source.html#l00072">Workers.h:72</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1Workers_1_1Callback_html"><div class="ttname"><a href="structripple_1_1Workers_1_1Callback.html">ripple::Workers::Callback</a></div><div class="ttdoc">Called to perform tasks as needed.</div><div class="ttdef"><b>Definition:</b> <a href="Workers_8h_source.html#l00083">Workers.h:83</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1Workers__test_1_1TestCallback_html_a11b124034ba109c1320cc7b6b83d3bcb"><div class="ttname"><a href="structripple_1_1Workers__test_1_1TestCallback.html#a11b124034ba109c1320cc7b6b83d3bcb">ripple::Workers_test::TestCallback::processTask</a></div><div class="ttdeci">void processTask(int instance) override</div><div class="ttdoc">Perform a task.</div><div class="ttdef"><b>Definition:</b> <a href="Workers__test_8cpp_source.html#l00110">Workers_test.cpp:110</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1Workers__test_1_1TestCallback_html_aae623642bb3b4d081e97f1c386783a1b"><div class="ttname"><a href="structripple_1_1Workers__test_1_1TestCallback.html#aae623642bb3b4d081e97f1c386783a1b">ripple::Workers_test::TestCallback::cv</a></div><div class="ttdeci">std::condition_variable cv</div><div class="ttdef"><b>Definition:</b> <a href="Workers__test_8cpp_source.html#l00117">Workers_test.cpp:117</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1Workers__test_1_1TestCallback_html_aff109385128d25f79adb6622677698ea"><div class="ttname"><a href="structripple_1_1Workers__test_1_1TestCallback.html#aff109385128d25f79adb6622677698ea">ripple::Workers_test::TestCallback::count</a></div><div class="ttdeci">int count</div><div class="ttdef"><b>Definition:</b> <a href="Workers__test_8cpp_source.html#l00119">Workers_test.cpp:119</a></div></div>
|
||||
@@ -274,7 +274,7 @@ $(function() {
|
||||
<div class="ttc" id="acstdint_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cstdint.html">cstdint</a></div></div>
|
||||
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a></div></div>
|
||||
<div class="ttc" id="amemory_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/memory.html">memory</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Workers_html"><div class="ttname"><a href="classripple_1_1Workers.html">ripple::Workers</a></div><div class="ttdoc">Workers is effectively a thread pool.</div><div class="ttdef"><b>Definition:</b> <a href="Workers_8h_source.html#l00068">Workers.h:68</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1Workers_html"><div class="ttname"><a href="classripple_1_1Workers.html">ripple::Workers</a></div><div class="ttdoc">Workers is effectively a thread pool.</div><div class="ttdef"><b>Definition:</b> <a href="Workers_8h_source.html#l00079">Workers.h:79</a></div></div>
|
||||
<div class="ttc" id="await_for_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/thread/condition_variable/wait_for.html">std::condition_variable::wait_for</a></div><div class="ttdeci">T wait_for(T... args)</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1perf_1_1PerfLogTest_html_a8d2fb119568c17471f3e37067a45a849"><div class="ttname"><a href="classripple_1_1perf_1_1PerfLogTest.html#a8d2fb119568c17471f3e37067a45a849">ripple::perf::PerfLogTest::currentJson</a></div><div class="ttdeci">Json::Value currentJson() const override</div><div class="ttdoc">Render currently executing jobs and RPC calls and durations in Json.</div><div class="ttdef"><b>Definition:</b> <a href="Workers__test_8cpp_source.html#l00084">Workers_test.cpp:84</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1perf_1_1PerfLogTest_html"><div class="ttname"><a href="classripple_1_1perf_1_1PerfLogTest.html">ripple::perf::PerfLogTest</a></div><div class="ttdef"><b>Definition:</b> <a href="Workers__test_8cpp_source.html#l00040">Workers_test.cpp:40</a></div></div>
|
||||
|
||||
Reference in New Issue
Block a user