reflow/firmware/log.cpp
2012-11-18 15:40:32 +01:00

12 lines
216 B
C++

#include "ProfileLog.h"
ProfileLog::ProfileLog() {
// timestamps of event beginnings/ends
Ts_time_start = 0;
Ts_time_end = 0;
Tl_time_start = 0;
Tl_time_end = 0;
Tp_time_start = 0;
Tp_time_end = 0;
}