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

    r302 r305  
    5050 *  の責任を負わない.
    5151 *
    52  *  $Id: perf1.c 506 2016-01-12 01:46:49Z ertl-hiro $
     52 *  $Id: perf1.c 509 2016-01-12 06:06:14Z 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];
    8073
    8174/*
     
    121114{
    122115        syslog_0(LOG_NOTICE, "Performance evaluation program (1)");
    123         init_hist(1, MAX_TIME, histarea1);
    124         init_hist(2, MAX_TIME, histarea2);
     116        init_hist(1);
     117        init_hist(2);
    125118
    126119        act_tsk(TASK1);
Note: See TracChangeset for help on using the changeset viewer.