Changeset 9410d011 in rtems


Ignore:
Timestamp:
12/07/13 16:38:22 (10 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
50162e0
Parents:
ab1733b
git-author:
Joel Sherrill <joel.sherrill@…> (12/07/13 16:38:22)
git-committer:
Joel Sherrill <joel.sherrill@…> (12/08/13 01:10:35)
Message:

tmtests: Make output more uniform

Location:
testsuites/tmtests
Files:
29 edited

Legend:

Unmodified
Added
Removed
  • testsuites/tmtests/tm01/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2011.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    8787  end_time = benchmark_timer_read();
    8888  put_time(
    89     "rtems_semaphore_create",
     89    "rtems_semaphore_create: only case",
    9090    end_time,
    9191    1,
     
    100100  end_time = benchmark_timer_read();
    101101  put_time(
    102     "rtems_semaphore_delete",
     102    "rtems_semaphore_delete: only case",
    103103    end_time,
    104104    1,
     
    171171
    172172  put_time(
    173     "rtems_semaphore_obtain: not available -- NO_WAIT",
     173    "rtems_semaphore_obtain: not available NO_WAIT",
    174174    semaphore_obtain_no_wait_time,
    175175    OPERATION_COUNT * OPERATION_COUNT,
  • testsuites/tmtests/tm02/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2011.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    148148
    149149  put_time(
    150     "rtems_semaphore_obtain: not available -- caller blocks",
     150    "rtems_semaphore_obtain: not available caller blocks",
    151151    end_time,
    152152    operation_count - 1,
  • testsuites/tmtests/tm03/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2011.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    139139
    140140  put_time(
    141     "rtems_semaphore_release: task readied -- preempts caller",
     141    "rtems_semaphore_release: task readied preempts caller",
    142142    end_time,
    143143    operation_count - 1,
  • testsuites/tmtests/tm04/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    9999
    100100    put_time(
    101       "rtems_task_restart: blocked task -- preempts caller",
     101      "rtems_task_restart: blocked task preempts caller",
    102102      end_time,
    103103      1,
     
    192192
    193193  put_time(
    194     "rtems_task_create",
     194    "rtems_task_create: only case",
    195195    end_time,
    196196    OPERATION_COUNT,
     
    206206
    207207  put_time(
    208     "rtems_task_start",
     208    "rtems_task_start: only case",
    209209    end_time,
    210210    OPERATION_COUNT,
  • testsuites/tmtests/tm05/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2008.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    9696
    9797  put_time(
    98     "rtems_task_resume: task readied -- preempts caller",
     98    "rtems_task_resume: task readied preempts caller",
    9999    end_time,
    100100    operation_count,
  • testsuites/tmtests/tm06/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    130130
    131131  put_time(
    132     "rtems_task_resume: task readied -- returns to caller",
     132    "rtems_task_resume: task readied returns to caller",
    133133    end_time,
    134134    OPERATION_COUNT,
  • testsuites/tmtests/tm07/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    9090
    9191    put_time(
    92       "rtems_task_restart: suspended task -- preempts caller",
     92      "rtems_task_restart: suspended task preempts caller",
    9393      end_time,
    9494      operation_count,
  • testsuites/tmtests/tm08/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    168168
    169169  put_time(
    170     "rtems_task_mode: reschedule -- returns to caller",
     170    "rtems_task_mode: reschedule returns to caller",
    171171    end_time,
    172172    1,
     
    191191
    192192  put_time(
    193     "rtems_task_set_note",
     193    "rtems_task_set_note: only case",
    194194    end_time,
    195195    OPERATION_COUNT,
     
    204204
    205205  put_time(
    206     "rtems_task_get_note",
     206    "rtems_task_get_note: only case",
    207207    end_time,
    208208    OPERATION_COUNT,
     
    219219
    220220  put_time(
    221     "rtems_clock_set",
     221    "rtems_clock_set: only case",
    222222    end_time,
    223223    OPERATION_COUNT,
     
    232232
    233233  put_time(
    234     "rtems_clock_get_tod",
     234    "rtems_clock_get_tod: only case",
    235235    end_time,
    236236    OPERATION_COUNT,
  • testsuites/tmtests/tm09/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    6464
    6565  put_time(
    66     "rtems_message_queue_create",
     66    "rtems_message_queue_create: only case",
    6767    end_time,
    6868    1,
     
    7878
    7979  put_time(
    80     "rtems_message_queue_delete",
     80    "rtems_message_queue_delete: only case",
    8181    end_time,
    8282    1,
  • testsuites/tmtests/tm10/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    111111
    112112  put_time(
    113     "rtems_message_queue_receive: not available -- NO_WAIT",
     113    "rtems_message_queue_receive: not available NO_WAIT",
    114114    end_time,
    115115    operation_count,
     
    159159
    160160  put_time(
    161     "rtems_message_queue_receive: not available -- caller blocks",
     161    "rtems_message_queue_receive: not available caller blocks",
    162162    end_time,
    163163    operation_count - 1,
  • testsuites/tmtests/tm11/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    149149
    150150  put_time(
    151     "rtems_message_queue_send: task readied -- preempts caller",
     151    "rtems_message_queue_send: task readied preempts caller",
    152152    end_time,
    153153    operation_count,
  • testsuites/tmtests/tm12/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    126126
    127127  put_time(
    128     "rtems_message_queue_send: task readied -- returns to caller",
     128    "rtems_message_queue_send: task readied returns to caller",
    129129    end_time,
    130130    operation_count - 1,
  • testsuites/tmtests/tm13/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    150150
    151151  put_time(
    152     "rtems_message_queue_urgent: task readied -- preempts caller",
     152    "rtems_message_queue_urgent: task readied preempts caller",
    153153    end_time,
    154154    operation_count,
  • testsuites/tmtests/tm14/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    124124
    125125  put_time(
    126     "rtems_message_queue_urgent: task readied -- returns to caller",
     126    "rtems_message_queue_urgent: task readied returns to caller",
    127127    end_time,
    128128    operation_count,
  • testsuites/tmtests/tm15/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2011.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    121121
    122122  put_time(
    123     "rtems_event_receive: not available -- NO_WAIT",
     123    "rtems_event_receive: not available NO_WAIT",
    124124    end_time,
    125125    OPERATION_COUNT,
     
    139139
    140140  put_time(
    141     "rtems_event_receive: not available -- caller blocks",
     141    "rtems_event_receive: not available caller blocks",
    142142    end_time,
    143143    OPERATION_COUNT,
     
    187187
    188188  put_time(
    189     "rtems_event_send: task readied -- returns to caller",
     189    "rtems_event_send: task readied returns to caller",
    190190    end_time,
    191191    OPERATION_COUNT,
  • testsuites/tmtests/tm16/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    141141
    142142  put_time(
    143     "rtems_event_send: task readied -- preempts caller",
     143    "rtems_event_send: task readied preempts caller",
    144144    end_time,
    145145    operation_count - 1u,
  • testsuites/tmtests/tm19/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    128128
    129129  put_time(
    130     "rtems_signal_catch",
     130    "rtems_signal_catch: only case",
    131131    end_time,
    132132    1,
  • testsuites/tmtests/tm20/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    110110
    111111  put_time(
    112     "rtems_partition_create",
     112    "rtems_partition_create: only case",
    113113    end_time,
    114114    1,
     
    131131
    132132  put_time(
    133     "rtems_region_create",
     133    "rtems_region_create: only case",
    134134    end_time,
    135135    1,
     
    182182
    183183  put_time(
    184     "rtems_partition_return_buffer",
     184    "rtems_partition_return_buffer: only case",
    185185    end_time,
    186186    1,
     
    204204
    205205  put_time(
    206     "rtems_partition_delete",
     206    "rtems_partition_delete: only case",
    207207    end_time,
    208208    1,
     
    249249
    250250  put_time(
    251     "rtems_region_get_segment: not available -- NO_WAIT",
     251    "rtems_region_get_segment: not available NO_WAIT",
    252252    end_time,
    253253    1,
     
    294294
    295295  put_time(
    296     "rtems_region_return_segment: task readied -- preempts caller",
     296    "rtems_region_return_segment: task readied preempts caller",
    297297    end_time,
    298298    1,
     
    343343
    344344  put_time(
    345     "rtems_region_delete",
     345    "rtems_region_delete: only case",
    346346    end_time,
    347347    1,
     
    361361
    362362  put_time(
    363     "rtems_io_initialize",
     363    "rtems_io_initialize: only case",
    364364    end_time,
    365365    OPERATION_COUNT,
     
    374374
    375375  put_time(
    376     "rtems_io_open",
     376    "rtems_io_open: only case",
    377377    end_time,
    378378    OPERATION_COUNT,
     
    387387
    388388  put_time(
    389     "rtems_io_close",
     389    "rtems_io_close: only case",
    390390    end_time,
    391391    OPERATION_COUNT,
     
    400400
    401401  put_time(
    402     "rtems_io_read",
     402    "rtems_io_read: only case",
    403403    end_time,
    404404    OPERATION_COUNT,
     
    413413
    414414  put_time(
    415     "rtems_io_write",
     415    "rtems_io_write: only case",
    416416    end_time,
    417417    OPERATION_COUNT,
     
    426426
    427427  put_time(
    428     "rtems_io_control",
     428    "rtems_io_control: only case",
    429429    end_time,
    430430    OPERATION_COUNT,
     
    446446
    447447  put_time(
    448     "rtems_region_get_segment: not available -- caller blocks",
     448    "rtems_region_get_segment: not available caller blocks",
    449449    end_time,
    450450    1,
     
    463463
    464464  put_time(
    465     "rtems_region_return_segment: task readied -- returns to caller",
     465    "rtems_region_return_segment: task readied returns to caller",
    466466    end_time,
    467467    1,
  • testsuites/tmtests/tm21/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    136136
    137137  put_time(
    138     "rtems_task_ident",
     138    "rtems_task_ident: only case",
    139139    end_time,
    140140    OPERATION_COUNT,
     
    149149
    150150  put_time(
    151     "rtems_message_queue_ident",
     151    "rtems_message_queue_ident: only case",
    152152    end_time,
    153153    OPERATION_COUNT,
     
    162162
    163163  put_time(
    164     "rtems_semaphore_ident",
     164    "rtems_semaphore_ident: only case",
    165165    end_time,
    166166    OPERATION_COUNT,
     
    175175
    176176  put_time(
    177     "rtems_partition_ident",
     177    "rtems_partition_ident: only case",
    178178    end_time,
    179179    OPERATION_COUNT,
     
    188188
    189189  put_time(
    190     "rtems_region_ident",
     190    "rtems_region_ident: only case",
    191191    end_time,
    192192    OPERATION_COUNT,
     
    201201
    202202  put_time(
    203     "rtems_port_ident",
     203    "rtems_port_ident: only case",
    204204    end_time,
    205205    OPERATION_COUNT,
     
    214214
    215215  put_time(
    216     "rtems_timer_ident",
     216    "rtems_timer_ident: only case",
    217217    end_time,
    218218    OPERATION_COUNT,
     
    227227
    228228  put_time(
    229     "rtems_rate_monotonic_ident",
     229    "rtems_rate_monotonic_ident: only case",
    230230    end_time,
    231231    OPERATION_COUNT,
  • testsuites/tmtests/tm22/task1.c

    rab1733b r9410d011  
    11/*
    22 *
    3  *  COPYRIGHT (c) 1989-2007.
     3 *  COPYRIGHT (c) 1989-2013.
    44 *  On-Line Applications Research Corporation (OAR).
    55 *
     
    9999
    100100  put_time(
    101     "rtems_message_queue_broadcast: task readied -- returns to caller",
     101    "rtems_message_queue_broadcast: task readied returns to caller",
    102102    end_time,
    103103    1,
  • testsuites/tmtests/tm23/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    113113
    114114  put_time(
    115     "rtems_timer_create",
     115    "rtems_timer_create: only case",
    116116    end_time,
    117117    OPERATION_COUNT,
     
    294294
    295295  put_time(
    296     "rtems_task_wake_when",
     296    "rtems_task_wake_when: only case",
    297297    end_time,
    298298    operation_count,
  • testsuites/tmtests/tm24/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    8686
    8787  put_time(
    88     "rtems_task_wake_after: yield -- returns to caller",
     88    "rtems_task_wake_after: yield returns to caller",
    8989    end_time,
    9090    OPERATION_COUNT,
     
    111111
    112112    put_time(
    113       "rtems_task_wake_after: yields -- preempts caller",
     113      "rtems_task_wake_after: yields preempts caller",
    114114      end_time,
    115115      OPERATION_COUNT,
  • testsuites/tmtests/tm25/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    9898
    9999  put_time(
    100     "rtems_clock_tick",
     100    "rtems_clock_tick: only case",
    101101    end_time,
    102102    1,
  • testsuites/tmtests/tm26/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2011.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    591591
    592592  put_time(
    593     "_ISR_Disable",
     593    "rtems interrupt: _ISR_Disable",
    594594    isr_disable_time,
    595595    1,
     
    599599
    600600  put_time(
    601     "_ISR_Flash",
     601    "rtems interrupt: _ISR_Flash",
    602602    isr_flash_time,
    603603    1,
     
    607607
    608608  put_time(
    609     "_ISR_Enable",
     609    "rtems interrupt: _ISR_Enable",
    610610    isr_enable_time,
    611611    1,
     
    615615
    616616  put_time(
    617     "_Thread_Disable_dispatch",
     617    "rtems internal: _Thread_Disable_dispatch",
    618618    thread_disable_dispatch_time,
    619619    1,
     
    623623
    624624  put_time(
    625     "_Thread_Enable_dispatch",
     625    "rtems internal: _Thread_Enable_dispatch",
    626626    thread_enable_dispatch_time,
    627627    1,
     
    631631
    632632  put_time(
    633     "_Thread_Set_state",
     633    "rtems internal: _Thread_Set_state",
    634634    thread_set_state_time,
    635635    1,
     
    639639
    640640  put_time(
    641     "_Thread_Dispatch (NO FP)",
     641    "rtems internal: _Thread_Dispatch NO FP",
    642642    thread_dispatch_no_fp_time,
    643643    1,
     
    647647
    648648  put_time(
    649     "context switch: no floating point contexts",
     649    "rtems internal: context switch: no floating point contexts",
    650650    context_switch_no_fp_time,
    651651    1,
     
    655655
    656656  put_time(
    657     "context switch: self",
     657    "rtems internal: context switch: self",
    658658    context_switch_self_time,
    659659    1,
     
    663663
    664664  put_time(
    665     "context switch: to another task",
     665    "rtems internal: context switch to another task",
    666666    context_switch_another_task_time,
    667667    1,
     
    672672#if (CPU_HARDWARE_FP == 1) || (CPU_SOFTWARE_FP == 1)
    673673  put_time(
    674     "fp context switch: restore 1st FP task",
     674    "rtems internal: fp context switch restore 1st FP task",
    675675    context_switch_restore_1st_fp_time,
    676676    1,
     
    680680
    681681  put_time(
    682     "fp context switch: save idle, restore initialized",
     682    "rtems internal: fp context switch save idle and restore initialized",
    683683    context_switch_save_idle_restore_initted_time,
    684684    1,
     
    688688
    689689  put_time(
    690     "fp context switch: save idle, restore idle",
     690    "rtems internal: fp context switch save idle, restore idle",
    691691    context_switch_save_restore_idle_time,
    692692    1,
     
    696696
    697697  put_time(
    698     "fp context switch: save initialized, restore initialized",
     698    "rtems internal: fp context switch save initialized, restore initialized",
    699699    context_switch_save_restore_initted_time,
    700700    1,
     
    703703  );
    704704#else
    705     puts( "fp context switch: restore 1st FP task - NA" );
    706     puts( "fp context switch: save idle, restore initialized - NA" );
    707     puts( "fp context switch: save idle, restore idle - NA" );
    708     puts( "fp context switch: save initialized, restore initialized - NA" );
    709 #endif
    710 
    711   put_time(
    712     "_Thread_Resume",
     705    puts(
     706     "rtems internal: fp context switch restore 1st FP task - NA\n"
     707     "rtems internal: fp context switch save idle restore initialized - NA\n"
     708     "rtems internal: fp context switch save idle restore idle - NA\n"
     709     "rtems internal: fp context switch save initialized\n"
     710                      " restore initialized - NA"
     711   );
     712#endif
     713
     714  put_time(
     715    "rtems internal: _Thread_Resume",
    713716    thread_resume_time,
    714717    1,
     
    718721
    719722  put_time(
    720     "_Thread_Unblock",
     723    "rtems internal: _Thread_Unblock",
    721724    thread_unblock_time,
    722725    1,
     
    726729
    727730  put_time(
    728     "_Thread_Ready",
     731    "rtems internal: _Thread_Ready",
    729732    thread_ready_time,
    730733    1,
     
    734737
    735738  put_time(
    736     "_Thread_Get",
     739    "rtems internal: _Thread_Get",
    737740    thread_get_time,
    738741    OPERATION_COUNT,
     
    742745
    743746  put_time(
    744     "_Semaphore_Get",
     747    "rtems internal: _Semaphore_Get",
    745748    semaphore_get_time,
    746749    OPERATION_COUNT,
     
    750753
    751754  put_time(
    752     "_Thread_Get: invalid id",
     755    "rtems internal: _Thread_Get: invalid id",
    753756    thread_get_invalid_time,
    754757    OPERATION_COUNT,
  • testsuites/tmtests/tm27/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2011.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    127127
    128128  put_time(
    129     "interrupt entry overhead: returns to interrupted task",
     129    "rtems interrupt: entry overhead returns to interrupted task",
    130130    Interrupt_enter_time,
    131131    1,
     
    135135
    136136  put_time(
    137     "interrupt exit overhead: returns to interrupted task",
     137    "rtems interrupt: exit overhead returns to interrupted task",
    138138    Interrupt_return_time,
    139139    1,
     
    163163
    164164  put_time(
    165     "interrupt entry overhead: returns to nested interrupt",
     165    "rtems interrupt: entry overhead returns to nested interrupt",
    166166    Interrupt_enter_nested_time,
    167167    1,
     
    171171
    172172  put_time(
    173     "interrupt exit overhead: returns to nested interrupt",
     173    "rtems interrupt: exit overhead returns to nested interrupt",
    174174    Interrupt_return_nested_time,
    175175    1,
     
    233233
    234234  put_time(
    235     "interrupt entry overhead: returns to preempting task",
     235    "rtems interrupt: entry overhead returns to preempting task",
    236236    Interrupt_enter_time,
    237237    1,
     
    241241
    242242  put_time(
    243     "interrupt exit overhead: returns to preempting task",
     243    "rtems interrupt: exit overhead returns to preempting task",
    244244    end_time,
    245245    1,
  • testsuites/tmtests/tm28/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    7777
    7878  put_time(
    79     "rtems_port_create",
     79    "rtems_port_create: only case",
    8080    end_time,
    8181    1,
     
    9494
    9595  put_time(
    96     "rtems_port_external_to_internal",
     96    "rtems_port_external_to_internal: only case",
    9797    end_time,
    9898    OPERATION_COUNT,
     
    111111
    112112  put_time(
    113     "rtems_port_internal_to_external",
     113    "rtems_port_internal_to_external: only case",
    114114    end_time,
    115115    OPERATION_COUNT,
     
    123123
    124124  put_time(
    125     "rtems_port_delete",
     125    "rtems_port_delete: only case",
    126126    end_time,
    127127    1,
  • testsuites/tmtests/tm29/task1.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2009.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    4646
    4747  put_time(
    48     "rtems_rate_monotonic_create",
     48    "rtems_rate_monotonic_create: only case",
    4949    end_time,
    5050    1,
     
    5858
    5959  put_time(
    60     "rtems_rate_monotonic_period: initiate period -- returns to caller",
     60    "rtems_rate_monotonic_period: initiate period returns to caller",
    6161    end_time,
    6262    1,
     
    8282
    8383  put_time(
    84     "rtems_rate_monotonic_cancel",
     84    "rtems_rate_monotonic_cancel: only case",
    8585    end_time,
    8686    1,
     
    198198
    199199  put_time(
    200     "rtems_rate_monotonic_period: conclude periods -- caller blocks",
     200    "rtems_rate_monotonic_period: conclude periods caller blocks",
    201201    end_time,
    202202    OPERATION_COUNT,
  • testsuites/tmtests/tm30/init.c

    rab1733b r9410d011  
    11/*
    2  *  COPYRIGHT (c) 1989-2012.
     2 *  COPYRIGHT (c) 1989-2013.
    33 *  On-Line Applications Research Corporation (OAR).
    44 *
     
    7070
    7171  rtems_time_test_measure_operation(
    72     "rtems_barrier_create",
     72    "rtems_barrier_create: only case",
    7373    benchmark_barrier_create,
    7474    NULL,
     
    7878 
    7979  rtems_time_test_measure_operation(
    80     "rtems_barrier_ident",
     80    "rtems_barrier_ident: only case",
    8181    benchmark_barrier_ident,
    8282    NULL,
     
    8686 
    8787  rtems_time_test_measure_operation(
    88     "rtems_barrier_delete",
     88    "rtems_barrier_delete: only case",
    8989    benchmark_barrier_delete,
    9090    NULL,
  • testsuites/tmtests/tmck/task1.c

    rab1733b r9410d011  
    11/*
    2  *
    3  *  COPYRIGHT (c) 1989-1999.
     2 *  COPYRIGHT (c) 1989-2013.
    43 *  On-Line Applications Research Corporation (OAR).
    54 *
     
    7978
    8079  put_time(
    81     "NULL timer stopped at",
     80    "Time Check: NULL timer stopped at",
    8281    end_time,
    8382    1,
     
    9291
    9392  put_time(
    94     "LOOP (1000) timer stopped at",
     93    "Time Check: LOOP (1000) timer stopped at",
    9594    end_time,
    9695    1,
     
    105104
    106105  put_time(
    107     "LOOP (10000) timer stopped at",
     106    "Time Check: LOOP (10000) timer stopped at",
    108107    end_time,
    109108    1,
     
    118117
    119118  put_time(
    120     "LOOP (50000) timer stopped at",
     119    "Time Check: LOOP (50000) timer stopped at",
    121120    end_time,
    122121    1,
     
    131130
    132131  put_time(
    133     "LOOP (100000) timer stopped at",
     132    "Time Check: LOOP (100000) timer stopped at",
    134133    end_time,
    135134    1,
Note: See TracChangeset for help on using the changeset viewer.