Ring Daemon
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::StatsTimer< Tag >
 
struct  jami::debug::StringLiteral< N >
 
class  jami::debug::Timer
 Ex: Timer t; std::this_thread::sleep_for(std::chrono::milliseconds(10)); JAMI_LOG("Task took {} ns", t.getDuration<std::chrono::nanoseconds>()); // Timer also automatically prints duration on destruction. 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 35 of file debug_utils.h.