Changeset 9fa8d0ee in rtems for testsuites/support
- Timestamp:
- Feb 22, 2011, 2:41:17 PM (9 years ago)
- Branches:
- 4.11, master
- Children:
- 8ca85b0b
- Parents:
- 9c2d861b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/support/src/tmtests_support.c
r9c2d861b r9fa8d0ee 35 35 { 36 36 int i; 37 longloop_overhead;38 intend_time;37 uint32_t loop_overhead; 38 uint32_t end_time; 39 39 40 40 benchmark_timer_initialize();
Note: See TracChangeset
for help on using the changeset viewer.