PageRenderTime 40ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/cln-1.3.2/src/timing/cl_t_d.cc

#
C++ | 19 lines | 8 code | 7 blank | 4 comment | 0 complexity | 7b7ffb0a30370f5444b49d30ba20f425 MD5 | raw file
Possible License(s): GPL-2.0
  1. // destructor ~cl_timing().
  2. // General includes.
  3. #include "base/cl_sysdep.h"
  4. // Specification.
  5. #include "cln/timing.h"
  6. // Implementation.
  7. namespace cln {
  8. cl_timing::~cl_timing ()
  9. {
  10. report_fn(*this);
  11. }
  12. } // namespace cln