2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
8 #include <SupportDefs.h>
11 void do_scheduling_analysis(bigtime_t startTime
, bigtime_t endTime
,
13 void do_timing_analysis(int argc
, const char* const* argv
,
14 bool schedulingAnalysis
, int outFD
, size_t bufferSize
);
17 #endif // TIME_STATS_H