LCOV - code coverage report
Current view: top level - logging - Timer.cpp (source / functions) Hit Total Coverage
Test: test_coverage.info.cleaned Lines: 0 4 0.0 %
Date: 2022-08-04 03:43:28 Functions: 0 2 0.0 %

          Line data    Source code
       1             : #include "Timer.h"
       2             : 
       3             : namespace elsa
       4             : {
       5           0 :     Timer::Timer(std::string caller, std::string method)
       6           0 :         : _caller{std::move(caller)}, _method{std::move(method)}
       7             :     {
       8           0 :     }
       9             : 
      10           0 :     Timer::~Timer() { Logger::get(_caller)->debug("{} took {:.3}s", _method, _watch); }
      11             : } // namespace elsa

Generated by: LCOV version 1.14