1 |
30 |
unneback |
#
|
2 |
|
|
# Timing Test Suite Results for the NO_BSP
|
3 |
|
|
#
|
4 |
|
|
# NOTE: This is just a template. The times are irrelevant since this BSP
|
5 |
|
|
# can only be compiled -- not executed.
|
6 |
|
|
#
|
7 |
|
|
# $Id: times,v 1.2 2001-09-27 12:00:24 chris Exp $
|
8 |
|
|
#
|
9 |
|
|
# @(#)times 08/01/96 1.4
|
10 |
|
|
|
11 |
|
|
NOTE: To obtain the execution time in microseconds, divide the number of
|
12 |
|
|
cycles by the clock speed. For example, if rtems_semaphore create
|
13 |
|
|
is reported to be 1164 cycles, then at 66 Mhz it takes 17.64
|
14 |
|
|
microseconds or 8.75 microseconds at 133 Mhz.
|
15 |
|
|
|
16 |
|
|
Board: Algorithmics P4000i
|
17 |
|
|
CPU: IDT 4650
|
18 |
|
|
Clock Speed: 100MHz
|
19 |
|
|
Memory Configuration: SRAM, DRAM, cache, etc
|
20 |
|
|
Wait States:
|
21 |
|
|
|
22 |
|
|
Times Reported in: cycles
|
23 |
|
|
Timer Source: on-CPU cycle counter
|
24 |
|
|
|
25 |
|
|
Column A:RTEMS compiled with 64 bit pointers and 64 bit unsigned32 types
|
26 |
|
|
Column B:RTEMS compiled with 32 bit pointers and 32 bit unsigned32 types
|
27 |
|
|
|
28 |
|
|
# DESCRIPTION A B
|
29 |
|
|
== ================================================================= ==== ====
|
30 |
|
|
1 rtems_semaphore_create 788 759
|
31 |
|
|
rtems_semaphore_delete 903 945
|
32 |
|
|
rtems_semaphore_obtain: available 119 119
|
33 |
|
|
rtems_semaphore_obtain: not available -- NO_WAIT 118 118
|
34 |
|
|
rtems_semaphore_release: no waiting tasks 127 127
|
35 |
|
|
|
36 |
|
|
2 rtems_semaphore_obtain: not available -- caller blocks 842 840
|
37 |
|
|
|
38 |
|
|
3 rtems_semaphore_release: task readied -- preempts caller 777 751
|
39 |
|
|
|
40 |
|
|
4 rtems_task_restart: blocked task -- preempts caller 1611 1595
|
41 |
|
|
rtems_task_restart: ready task -- preempts caller 1253 1395
|
42 |
|
|
rtems_semaphore_release: task readied -- returns to caller 365 345
|
43 |
|
|
rtems_task_create 798 797
|
44 |
|
|
rtems_task_start 464 460
|
45 |
|
|
rtems_task_restart: suspended task -- returns to caller 517 517
|
46 |
|
|
rtems_task_delete: suspended task 529 595
|
47 |
|
|
rtems_task_restart: ready task -- returns to caller 527 525
|
48 |
|
|
rtems_task_restart: blocked task -- returns to caller 707 684
|
49 |
|
|
rtems_task_delete: blocked task 609 675
|
50 |
|
|
|
51 |
|
|
5 rtems_task_suspend: calling task 549 549
|
52 |
|
|
rtems_task_resume: task readied -- preempts caller 702 699
|
53 |
|
|
|
54 |
|
|
6 rtems_task_restart: calling task 291 291
|
55 |
|
|
rtems_task_suspend: returns to caller 195 194
|
56 |
|
|
rtems_task_resume: task readied -- returns to caller 198 198
|
57 |
|
|
rtems_task_delete: ready task 734 736
|
58 |
|
|
|
59 |
|
|
7 rtems_task_restart: suspended task -- preempts caller 1049 990
|
60 |
|
|
|
61 |
|
|
8 rtems_task_set_priority: obtain current priority 94 94
|
62 |
|
|
rtems_task_set_priority: returns to caller 418 355
|
63 |
|
|
rtems_task_mode: obtain current mode 44 43
|
64 |
|
|
rtems_task_mode: no reschedule 0 49
|
65 |
|
|
rtems_task_mode: reschedule -- returns to caller 0 232
|
66 |
|
|
rtems_task_mode: reschedule -- preempts caller 0 687
|
67 |
|
|
rtems_task_set_note 0 101
|
68 |
|
|
rtems_task_get_note 0 103
|
69 |
|
|
rtems_clock_set 0 237
|
70 |
|
|
rtems_clock_get 0 16
|
71 |
|
|
|
72 |
|
|
9 rtems_message_queue_create 3583 3432
|
73 |
|
|
rtems_message_queue_send: no waiting tasks 252 252
|
74 |
|
|
rtems_message_queue_urgent: no waiting tasks 252 252
|
75 |
|
|
rtems_message_queue_receive: available 207 207
|
76 |
|
|
rtems_message_queue_flush: no messages flushed 95 96
|
77 |
|
|
rtems_message_queue_flush: messages flushed 110 110
|
78 |
|
|
rtems_message_queue_delete 1044 1111
|
79 |
|
|
|
80 |
|
|
10 rtems_message_queue_receive: not available -- NO_WAIT 132 131
|
81 |
|
|
rtems_message_queue_receive: not available -- caller blocks 884 892
|
82 |
|
|
|
83 |
|
|
11 rtems_message_queue_send: task readied -- preempts caller 397 817
|
84 |
|
|
|
85 |
|
|
12 rtems_message_queue_send: task readied -- returns to caller 397 397
|
86 |
|
|
|
87 |
|
|
13 rtems_message_queue_urgent: task readied -- preempts caller 816 817
|
88 |
|
|
|
89 |
|
|
14 rtems_message_queue_urgent: task readied -- returns to caller 397 398
|
90 |
|
|
|
91 |
|
|
15 rtems_event_receive: obtain current events 5 5
|
92 |
|
|
rtems_event_receive: not available -- NO_WAIT 99 99
|
93 |
|
|
rtems_event_receive: not available -- caller blocks 689 689
|
94 |
|
|
rtems_event_send: no task readied 123 123
|
95 |
|
|
rtems_event_receive: available 326 349
|
96 |
|
|
rtems_event_send: task readied -- returns to caller 333 429
|
97 |
|
|
|
98 |
|
|
16 rtems_event_send: task readied -- preempts caller 843 838
|
99 |
|
|
|
100 |
|
|
17 rtems_task_set_priority: preempts caller 1002 991
|
101 |
|
|
|
102 |
|
|
18 rtems_task_delete: calling task 1171 1157
|
103 |
|
|
|
104 |
|
|
19 rtems_signal_catch 0 1306
|
105 |
|
|
rtems_signal_send: returns to caller 0 1019
|
106 |
|
|
rtems_signal_send: signal to self 0 496
|
107 |
|
|
exit ASR overhead: returns to calling task 0 120
|
108 |
|
|
exit ASR overhead: returns to preempting task 0 73
|
109 |
|
|
|
110 |
|
|
20 rtems_partition_create 1293 1306
|
111 |
|
|
rtems_region_create 1010 1019
|
112 |
|
|
rtems_partition_get_buffer: available 481 496
|
113 |
|
|
rtems_partition_get_buffer: not available 120 120
|
114 |
|
|
rtems_partition_return_buffer 587 460
|
115 |
|
|
rtems_partition_delete 379 320
|
116 |
|
|
rtems_region_get_segment: available 179 179
|
117 |
|
|
rtems_region_get_segment: not available -- NO_WAIT 349 293
|
118 |
|
|
rtems_region_return_segment: no waiting tasks 335 322
|
119 |
|
|
rtems_region_get_segment: not available -- caller blocks 1603 1496
|
120 |
|
|
rtems_region_return_segment: task readied -- preempts caller 1616 1533
|
121 |
|
|
rtems_region_return_segment: task readied -- returns to caller 940 939
|
122 |
|
|
rtems_region_delete 301 348
|
123 |
|
|
rtems_io_initialize 9 10
|
124 |
|
|
rtems_io_open 6 6
|
125 |
|
|
rtems_io_close 6 6
|
126 |
|
|
rtems_io_read 6 6
|
127 |
|
|
rtems_io_write 6 5
|
128 |
|
|
rtems_io_control 6 6
|
129 |
|
|
|
130 |
|
|
21 rtems_task_ident 1057 1058
|
131 |
|
|
rtems_message_queue_ident 963 963
|
132 |
|
|
rtems_semaphore_ident 1137 1136
|
133 |
|
|
rtems_partition_ident 962 961
|
134 |
|
|
rtems_region_ident 923 924
|
135 |
|
|
rtems_port_ident 918 917
|
136 |
|
|
rtems_timer_ident 942 941
|
137 |
|
|
rtems_rate_monotonic_ident 924 925
|
138 |
|
|
|
139 |
|
|
22 rtems_message_queue_broadcast: task readied -- returns to caller 1084 1095
|
140 |
|
|
rtems_message_queue_broadcast: no waiting tasks 147 148
|
141 |
|
|
rtems_message_queue_broadcast: task readied -- preempts caller 1305 1268
|
142 |
|
|
|
143 |
|
|
23 rtems_timer_create 202 201
|
144 |
|
|
rtems_timer_fire_after: inactive 261 261
|
145 |
|
|
rtems_timer_fire_after: active 271 269
|
146 |
|
|
rtems_timer_cancel: active 142 141
|
147 |
|
|
rtems_timer_cancel: inactive 122 124
|
148 |
|
|
rtems_timer_reset: inactive 222 222
|
149 |
|
|
rtems_timer_reset: active 246 245
|
150 |
|
|
rtems_timer_fire_when: inactive 312 311
|
151 |
|
|
rtems_timer_fire_when: active 358 358
|
152 |
|
|
rtems_timer_delete: active 263 263
|
153 |
|
|
rtems_timer_delete: inactive 247 247
|
154 |
|
|
rtems_task_wake_when 833 831
|
155 |
|
|
|
156 |
|
|
24 rtems_task_wake_after: yield -- returns to caller 99 98
|
157 |
|
|
rtems_task_wake_after: yields -- preempts caller 479 478
|
158 |
|
|
|
159 |
|
|
25 rtems_clock_tick 313 318
|
160 |
|
|
|
161 |
|
|
26 _ISR_Disable 64 57
|
162 |
|
|
_ISR_Flash 51 36
|
163 |
|
|
_ISR_Enable 31 18
|
164 |
|
|
_Thread_Disable_dispatch 53 37
|
165 |
|
|
_Thread_Enable_dispatch 260 233
|
166 |
|
|
_Thread_Set_state 446 463
|
167 |
|
|
_Thread_Disptach (NO FP) 839 801
|
168 |
|
|
context switch: no floating point contexts 673 653
|
169 |
|
|
context switch: self 156 162
|
170 |
|
|
context switch: to another task 84 70
|
171 |
|
|
context switch: restore 1st FP task 1030 1013
|
172 |
|
|
fp context switch: save idle, restore idle 969 948
|
173 |
|
|
fp context switch: save idle, restore initialized 275 267
|
174 |
|
|
fp context switch: save initialized, restore initialized 319 292
|
175 |
|
|
_Thread_Resume 512 480
|
176 |
|
|
_Thread_Unblock 121 139
|
177 |
|
|
_Thread_Ready 199 203
|
178 |
|
|
_Thread_Get 27 27
|
179 |
|
|
_Semaphore_Get 20 21
|
180 |
|
|
_Thread_Get: invalid id 5 5
|
181 |
|
|
|
182 |
|
|
27 interrupt entry overhead: returns to interrupted task 0 0
|
183 |
|
|
interrupt exit overhead: returns to interrupted task 27 41
|
184 |
|
|
interrupt entry overhead: returns to nested interrupt 0 0
|
185 |
|
|
interrupt exit overhead: returns to nested interrupt 0 0
|
186 |
|
|
interrupt entry overhead: returns to preempting task 0 0
|
187 |
|
|
interrupt exit overhead: returns to preempting task 0 0
|
188 |
|
|
|
189 |
|
|
28 rtems_port_create 574 560
|
190 |
|
|
rtems_port_external_to_internal 87 87
|
191 |
|
|
rtems_port_internal_to_external 86 86
|
192 |
|
|
rtems_port_delete 395 353
|
193 |
|
|
|
194 |
|
|
29 rtems_rate_monotonic_create 621 633
|
195 |
|
|
rtems_rate_monotonic_period: initiate period -- returns to caller 773 694
|
196 |
|
|
rtems_rate_monotonic_period: obtain status 295 284
|
197 |
|
|
rtems_rate_monotonic_cancel 408 451
|
198 |
|
|
rtems_rate_monotonic_delete: inactive 453 471
|
199 |
|
|
rtems_rate_monotonic_delete: active 332 336
|
200 |
|
|
rtems_rate_monotonic_period: conclude periods -- caller blocks 664 686
|