Ring Daemon 16.0.0
|
Go to the source code of this file.
Classes | |
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 |
Typedefs | |
using | Clock = std::chrono::steady_clock |
using Clock = std::chrono::steady_clock |
Definition at line 36 of file debug_utils.h.