forked from Imagelibrary/rtems
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/src/tmtests_support.c: loop_overhead and end_time are uint32_t's.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* support/src/tmtests_support.c:
|
||||||
|
loop_overhead and end_time are uint32_t's.
|
||||||
|
|
||||||
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* support/src/spin.c, support/src/test_support.c,
|
* support/src/spin.c, support/src/test_support.c,
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ void rtems_time_test_measure_operation(
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
long loop_overhead;
|
uint32_t loop_overhead;
|
||||||
int end_time;
|
uint32_t end_time;
|
||||||
|
|
||||||
benchmark_timer_initialize();
|
benchmark_timer_initialize();
|
||||||
for (i=0 ; i<iterations ; i++ ) {
|
for (i=0 ; i<iterations ; i++ ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user