docs/ikteam: Delete most files.
[haiku.git] / src / bin / debug / time_stats / time_stats.h
blobce09261f298dd945d7a9109453be98bf1414c7cc
1 /*
2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef TIME_STATS_H
6 #define TIME_STATS_H
8 #include <SupportDefs.h>
11 void do_scheduling_analysis(bigtime_t startTime, bigtime_t endTime,
12 size_t bufferSize);
13 void do_timing_analysis(int argc, const char* const* argv,
14 bool schedulingAnalysis, int outFD, size_t bufferSize);
17 #endif // TIME_STATS_H