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/perf3.c

    r302 r305  
    5050 *  の責任を負わない.
    5151 *
    52  *  $Id: perf3.c 506 2016-01-12 01:46:49Z ertl-hiro $
     52 *  $Id: perf3.c 509 2016-01-12 06:06:14Z ertl-hiro $
    5353 */
    5454
     
    7373 */
    7474#define NO_MEASURE      10000U                  /* 計測回数 */
    75 #define MAX_TIME        1000U                   /* 実行時間分布を記録する最大時間 */
    76 
    77 /*
    78  *  実行時間分布を記録するメモリ領域
    79  */
    80 static uint_t   histarea1[MAX_TIME + 1];
    8175
    8276/*
     
    109103        uint_t          i, j;
    110104
    111         init_hist(1, MAX_TIME, histarea1);
     105        init_hist(1);
    112106
    113107        for (i = 0; i < NO_MEASURE; i++) {
Note: See TracChangeset for help on using the changeset viewer.