source:
orxonox.OLD/orxonox/trunk/src/subprojects/benchmark.h
@
4651
| Last change on this file since 4651 was 4554, checked in by bensch, 20 years ago | |
|---|---|
| File size: 160 bytes | |
| Rev | Line | |
|---|---|---|
| [4554] | 1 | /*! |
| [4131] | 2 | \file benchmark.h |
| 3 | \brief benchmark functions | |
| [4554] | 4 | */ |
| [4131] | 5 | |
| 6 | ||
| 7 | #ifndef _BENCHMARK_H | |
| 8 | #define _BENCHMARK_H | |
| 9 | ||
| 10 | int startBenchmarks(void); | |
| 11 | ||
| 12 | ||
| 13 | #endif /* _BENCHMARK_H */ |
Note: See TracBrowser
for help on using the repository browser.










