Ignore:
Timestamp:
Jul 3, 2020, 7:19:17 PM (4 years ago)
Author:
coas-nagasima
Message:

ASP3, TINET, mbed を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/asp3_dcre/syssvc/histogram.h

    r321 r429  
    33 *      Toyohashi Open Platform for Embedded Real-Time Systems
    44 *
    5  *  Copyright (C) 2006-2016 by Embedded and Real-Time Systems Laboratory
     5 *  Copyright (C) 2006-2018 by Embedded and Real-Time Systems Laboratory
    66 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    77 *
     
    5454 *  実行時間分布計測の初期化
    5555 */
    56 extern void     init_hist(ID histid);
     56extern ER       init_hist(ID histid);
    5757
    5858/*
    5959 *  実行時間計測の開始
    6060 */
    61 extern void     begin_measure(ID histid);
     61extern ER       begin_measure(ID histid);
    6262
    6363/*
    6464 *  実行時間計測の終了
    6565 */
    66 extern void     end_measure(ID histid);
     66extern ER       end_measure(ID histid);
    6767
    6868/*
    6969 *  実行時間分布計測の表示
    7070 */
    71 extern void     print_hist(ID histid);
     71extern ER       print_hist(ID histid);
    7272
    7373#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.