#include <time_tracking.hh>
Definition at line 18 of file time_tracking.hh.
 
◆ chrono_set
◆ chrono_reset
◆ chrono_swap
◆ chrono_dump
template<typename Frame > 
  
  
      
        
          | void chrono_dump  | 
          ( | 
          const Frame &  | 
          frame | ) | 
           | 
         
       
   | 
  
friend   | 
  
 
Definition at line 65 of file time_tracking.hh.
   70     static std::ofstream g_perf_file(
"/dev/shm/opto_dq_perf_measure.txt", std::ios_base::app);
 
   71     g_perf_file << frame.m_ch << 
'\n';
 
   75     static std::ofstream g_perf_file(
"/dev/shm/acou_dq_perf_measure.txt", std::ios_base::app);
 
   76     g_perf_file << frame.m_ch << 
'\n';
 
const DAQCommonHeader *const getHeader() const
 
 
 
 
The documentation for this class was generated from the following file: