source: rtems/c/src/lib/libbsp/bfin/TLL6527M/times @ 1c0663b4

4.115
Last change on this file since 1c0663b4 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 4.5 KB
Line 
1#
2#  Timing Test Suite Results for TLL6527M
3#
4
5Board: TLL6527M
6CPU: Blackfin 527
7Clock Speed: 600 MHz
8Memory Configuration: SDRAM 100 MHz
9
10
11*** TIME TEST 1 ***
12rtems_semaphore_create 8
13rtems_semaphore_delete 4
14rtems_semaphore_obtain: available 0
15rtems_semaphore_obtain: not available -- NO_WAIT 0
16rtems_semaphore_release: no waiting tasks 1
17*** END OF TEST 1 ***
18
19
20*** TIME TEST 2 ***
21rtems_semaphore_obtain: not available -- caller blocks 8
22*** END OF TEST 2 ***
23
24
25*** TIME TEST 3 ***
26
27*** TIME TEST 4 ***
28
29*** TIME TEST 5 ***
30
31*** TIME TEST 6 ***
32rtems_task_restart: calling task 3
33rtems_task_suspend: returns to caller 1
34rtems_task_resume: task readied -- returns to caller 1
35rtems_task_delete: ready task 15
36*** END OF TEST 6 ***
37
38*** TIME TEST 7 ***
39
40
41*** TIME TEST 8 ***
42rtems_task_set_priority: obtain current priorityrtems_task_mode: reschedule -- preempts caller 0   
43rtems_task_set_priority: returns to caller  2
44rtems_task_mode: obtain current mode101 0
45rtems_task_mode: no reschedule 0
46rtems_task_mode: reschedule -- returns to caller
47 2
48rtems_task_set_note 1
49rtems_task_get_note 0
50rtems_clock_set 2
51rtems_clock_get_tod 12
52*** END OF TEST 8 ***
53
54
55*** TIME TEST 9 ***
56rtems_message_queue_create 43
57rtems_message_queue_send: no waiting tasks 2
58rtems_message_queue_urgent: no waiting tasks 2
59rtems_message_queue_receive: available 2
60rtems_message_queue_flush: no messages flushed 0
61rtems_message_queue_flush: messages flushed 1
62rtems_message_queue_delete 8
63*** END OF TEST 9 ***
64
65*** TIME TEST 10 ***
66rtems_message_queue_receive: not available -- NO_WAITrtems_message_queue_receive: not available -- caller blocks 1
67 8
68*** END OF TEST 10 ***
69
70*** TIME TEST 11 ***
71
72*** TIME TEST 12 ***
73
74*** TIME TEST 13 ***
75
76*** TIME TEST 14 ***
77
78*** TIME TEST 15 ***
79rtems_event_receive: obtain current eventsrtems_event_receive: not available -- caller blocks  07 
80
81rtems_event_receive: not available -- NO_WAITrtems_event_send: n
82
83
84
85*** TIME TEST 16 ***
86
87*** TIME TEST 17 ***
88     
89     
90*** TIME TEST 18 ***
91rtems_task_delete: calling task 22
92*** END OF TEST 18 ***
93
94
95*** TIME TEST 19 ***
96rtems_signal_catch 1
97rtems_signal_send: returns to caller 2
98rtems_signal_send: signal to self 8
99exi
100
101
102
103*** TIME TEST 20 ***                                                                               
104rtems_partition_create 12                                                                         
105rtems_region_creatertems_region_get_segment: not available -- caller blocks 15
106rtems_partition_get_buffer: available 3
107rtems_partition_get_buffer: not available15 1
108rtems_partition_return_buffer 2
109
110rtems_partition_delete 2
111rtems_region_get_segment: available 5rtems_region_return_segment: task readied -- returns to caller
112 rtems_region_get_segment: not available -- NO_WAIT 5
113rtems_region_return_segment: no waiting tasks3 4
114
115Ack! Something bad happened to the Blackfin!
116
117SEQUENCER STATUS:
118 SEQSTAT: 0000c021  IPEND: 8068  SYSCFG: 0006
119  HWERRCAUSE: 0x3: external memory addressing error
120  EXCAUSE   : 0x21: undef inst
121  physical IVG6 asserted : <0x00009542> /* unknown address */
122  physical IVG15 asserted : <0x00009690> /* unknown address */
123 RETE: <0x00000100> /* unknown address */
124 RETN: <0x92a330ab> { ___smulsi3_highpart + 0x8ead486f }
125 RETX: <0x12001940> { ___smulsi3_highpart + 0xe0a3104 }
126 RETS: <0x000095fa> /* unknown address */
127 RETI: <0x0d48338c> { ___smulsi3_highpart + 0x9524b50 }
128DCPLB_FAULT_ADDR: <0x000318f0> /* unknown address */
129ICPLB_FAULT_ADDR: <0x12001940> { ___smulsi3_highpart + 0xe0a3104 }
130 
131 
132
133*** TIME TEST 21 ***                                                                               
134
135rtems_region_create FAILED -- expected (successful completion) got (address specified is invalid)
136
137*** TIME TEST 22 ***
138
139*** TIME TEST 23 ***
140
141
142*** TIME TEST 24 ***
143   
144   
145*** TIME TEST 25 ***
146rtems_clock_tick 5
147*** END OF TEST 25 ***
148
149
150*** TIME TEST 26 ***
151
152*** TIME TEST 27 ***
153interrupt entry overhead: returns to interrupted taskinterrupt entry overhead: returns to preempting task  22
154
155interrupt exit overhead: returns to interrupted task
156
157
158*** TIME TEST 28 ***
159rtems_port_create 1
160rtems_port_external_to_internal 0
161rtems_port_internal_to_external 0
162rtems_port_delete 1
163*** END OF TEST 28 ***
164
165
166*** TIME TEST 29 ***
167rtems_rate_monotonic_create 6
168rtems_rate_monotonic_period: initiate period -- returns to caller 10
169rtems_rate_monotonic_period: obtain status 2
170rtems_rate_monotonic_cancel 3
171rtems_rate_monotonic_delete: inactive 6
172rtems_rate_monotonic_delete: active 3
173rtems_rate_monotonic_period: conclude periods -- caller blocks 9
174*** END OF TEST 29 ***
175
176         
Note: See TracBrowser for help on using the repository browser.