2 * Copyright (C) 2008-2009 Stephan Aßmus <superstippi@gmx.de>
3 * All rights reserved. Distributed under the terms of the MIT license.
5 #ifndef RANDOM_LINE_TEST_H
6 #define RANDOM_LINE_TEST_H
12 class RandomLineTest
: public Test
{
15 virtual ~RandomLineTest();
17 virtual void Prepare(BView
* view
);
18 virtual bool RunIteration(BView
* view
);
19 virtual void PrintResults(BView
* view
);
21 static Test
* CreateTest();
24 bigtime_t fTestDuration
;
26 uint64 fLinesRendered
;
27 uint32 fLinesPerIteration
;
30 uint32 fMaxIterations
;
35 #endif // RANDOM_LINE_TEST_H