Ring Daemon 16.0.0
Loading...
Searching...
No Matches
debug_utils.h File Reference
Include dependency graph for debug_utils.h:

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
 

Typedef Documentation

◆ Clock

using Clock = std::chrono::steady_clock

Definition at line 36 of file debug_utils.h.