aboutsummaryrefslogtreecommitdiffstats
path: root/src/SctConst.h
blob: 1a7a060396b3298f4bf26aad5c5b7ed988370636 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* 這個檔案用來存放人家所說的「程式內定」的常數 (hard coding) */

/* sctproc_checktime 每隔幾奈秒檢查一次時間 */
#define SCTJUDGE_PROC_CHECKTIME_INTERVAL 128000000

/* sctproc_monitor 每個幾奈秒更新一次程序監視器 */
#define SCTJUDGE_PROC_MONITOR_INTERVAL 384000000

/* sctproc_main 中,受測程式最多可以暫停幾次 */
#define SCTJUDGE_PROC_MAX_STOP_TIMES 5