package Qt::Test::QTest::QBenchmarkIterationController; # THE FOLLOWING CODE IS AUTOMATED, ANY MODIFICATION WILL BE LOST! # classname: QTest::QBenchmarkIterationController # file : QtTest/qbenchmark.h use strict; use warnings; #use Carp; our $VERSION = '0.01_02'; # FIXME: operator overload 1; =head1 NAME Qt::Test::QTest::QBenchmarkIterationController =head1 PUBLIC METHODS =over =item QTest::QBenchmarkIterationController() =item QTest::QBenchmarkIterationController() =item ~QBenchmarkIterationController() =item bool isDone() =item void next() =back =head1 ENUM VALUES =over =item RepeatUntilValidMeasurement =item RunOnce =back =head2 EXPORT None by default. =head1 AUTHOR Dongxu Ma Edongxu@cpan.orgE =head1 COPYRIGHT AND LICENSE Copyright (C) 2011 - 2011 by Dongxu Ma This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L =cut