reflow/firmware/log.h

15 lines
222 B
C
Raw Permalink Normal View History

2012-11-18 14:40:32 +00:00
#ifndef _LOG_H
#define _LOG_H
class ProfileLog {
// timestamps of event beginnings/ends
int Ts_time_start;
int Ts_time_end;
int Tl_time_start;
int Tl_time_end;
int Tp_time_start;
int Tp_time_end;
};
#endif