Ignore:
Timestamp:
Jun 26, 2017, 6:45:41 PM (7 years ago)
Author:
ertl-honda
Message:

3.0.0のリリース版に追従

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/test/perf5.c

    r302 r305  
    33 *      Toyohashi Open Platform for Embedded Real-Time Systems
    44 *
    5  *  Copyright (C) 2016 by Embedded and Real-Time Systems Laboratory
     5 *  Copyright (C) 2015,2016 by Embedded and Real-Time Systems Laboratory
    66 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    77 *
     
    5050 *  の責任を負わない.
    5151 *
    52  *  $Id: perf5.c 506 2016-01-12 01:46:49Z ertl-hiro $
     52 *  $Id: perf5.c 544 2016-01-16 05:34:11Z ertl-hiro $
    5353 */
    5454
     
    7171 */
    7272#define NO_MEASURE      10000U                  /* 計測回数 */
    73 #define MAX_TIME        1000U                   /* 実行時間分布を記録する最大時間 */
    74 
    75 /*
    76  *  実行時間分布を記録するメモリ領域
    77  */
    78 static uint_t   histarea1[MAX_TIME + 1];
    79 static uint_t   histarea2[MAX_TIME + 1];
    80 static uint_t   histarea3[MAX_TIME + 1];
    81 static uint_t   histarea4[MAX_TIME + 1];
    82 static uint_t   histarea5[MAX_TIME + 1];
    83 static uint_t   histarea6[MAX_TIME + 1];
    8473
    8574/*
     
    123112
    124113        syslog_0(LOG_NOTICE, "Performance evaluation program (5)");
    125         init_hist(1, MAX_TIME, histarea1);
    126         init_hist(2, MAX_TIME, histarea2);
    127         init_hist(3, MAX_TIME, histarea3);
    128         init_hist(4, MAX_TIME, histarea4);
    129         init_hist(5, MAX_TIME, histarea5);
    130         init_hist(6, MAX_TIME, histarea6);
     114        init_hist(1);
     115        init_hist(2);
     116        init_hist(3);
     117        init_hist(4);
     118        init_hist(5);
     119        init_hist(6);
    131120
    132121        /*
Note: See TracChangeset for help on using the changeset viewer.