Ring Daemon 16.0.0
|
Go to the source code of this file.
Classes | |
class | jami::debug::StatsTimer< Tag > |
class | jami::debug::Timer |
Ex: Timer t; std::this_thread::sleep_for(std::chrono::milliseconds(10)); JAMI_DBG() << "Task took " << t.getDuration<std::chrono::nanoseconds>() << " ns";. More... | |
class | jami::debug::VideoWriter |
Minimally invasive video writer. More... | |
class | jami::debug::WavWriter |
Audio logger. More... | |
Namespaces | |
namespace | jami |
namespace | jami::debug |
Macros | |
#define | STATS_TIMER(tag) |
Typedefs | |
using | Clock = std::chrono::steady_clock |
#define STATS_TIMER | ( | tag | ) |
Definition at line 109 of file debug_utils.h.
using Clock = std::chrono::steady_clock |
Definition at line 36 of file debug_utils.h.