#include <utilities.hh>
◆ Counter()
◆ dump()
70 boost::unique_lock<boost::mutex>
const lock(
mut);
71 std::stringstream
out;
76 out <<
", " << count->name <<
", " << count->count;
78 spdlog::trace(
"{}",
out.str());
Referenced by Scroom::Utils::dumpCounts().
◆ getCounts()
◆ instance()
◆ registerCount()
| void Counter::registerCount |
( |
const Count::Ptr & |
count | ) |
|
◆ unregisterCount()
| void Counter::unregisterCount |
( |
const Count::Ptr & |
count | ) |
|
64 boost::unique_lock<boost::mutex>
const lock(
mut);
◆ counts
| std::list<Count::Ptr> Scroom::Utils::Counter::counts |
|
private |
◆ mut
| boost::mutex Scroom::Utils::Counter::mut |
|
private |
The documentation for this class was generated from the following files: