Changeset 2e50dcec in rtems


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

timesys.h: Benchmark output now includes a dash for easier parsing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/tmtests/include/timesys.h

    r50162e0 r2e50dcec  
    1 /*  timesys.h
     1/**
     2 *  @file
     3 *  @brief Timing Test Support
    24 *
    3  *  This header file contains the global variables for the Time
    4  *  suite.
    5  *
    6  *  COPYRIGHT (c) 1989-1999.
     5 *  This header file contains supporting definitions for the
     6 *  Timing Test Suites.
     7 */
     8
     9/*
     10 *  COPYRIGHT (c) 1989-2013.
    711 *  On-Line Applications Research Corporation (OAR).
    812 *
     
    3640                  _iterations, _loop_overhead, _overhead ) \
    3741    printf( \
    38       "%s %" PRId32 "\n", \
     42      "%s - %" PRId32 "\n", \
    3943      (_message), \
    4044      (((_total_time) - (_loop_overhead)) / (_iterations)) - (_overhead) \
Note: See TracChangeset for help on using the changeset viewer.