JPH06282352A - Time interval informing system - Google Patents

Time interval informing system

Info

Publication number
JPH06282352A
JPH06282352A JP5092383A JP9238393A JPH06282352A JP H06282352 A JPH06282352 A JP H06282352A JP 5092383 A JP5092383 A JP 5092383A JP 9238393 A JP9238393 A JP 9238393A JP H06282352 A JPH06282352 A JP H06282352A
Authority
JP
Japan
Prior art keywords
time interval
time
request
notification
processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP5092383A
Other languages
Japanese (ja)
Other versions
JP3169736B2 (en
Inventor
Aiko Kumagai
愛子 熊谷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP09238393A priority Critical patent/JP3169736B2/en
Publication of JPH06282352A publication Critical patent/JPH06282352A/en
Application granted granted Critical
Publication of JP3169736B2 publication Critical patent/JP3169736B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To make it possible to highly accurately report time interval passage after the lapse of a requested time interval independently of the processing speed of a computer. CONSTITUTION:At the time of initializing the computer, a measuring means 1 practically measures an execution time of an instruction sequence performed by a reception means 4 and a time interval request setting means 14, i.e., a time from the reception of a time interval information request up to the end of time interval setting processing. The measured time is stored in a processing time storing area 3 by a processing time setting means 2. When a means 4 receives the time interval informing request from a user task 11 after the initialization, the means 14 finds out time for reporting time interval passage based upon the request receiving time, the time interval included in the request and the time stored in the area 3 and sets up the found time in a time interval request storing area 9. When it arrives at the time set up in the area 9, a time interval passage informing means 10 reports the time interval passage to the user task 11.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は計算機システムに於ける
時間間隔通知方式に関し、特に、計算機システムの処理
速度にかかわらず、要求された時間間隔が経過した後、
時間間隔経過通知を行なうことができる時間間隔通知方
式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a time interval notification method in a computer system, and more particularly, to a time interval notification method after a required time interval elapses regardless of the processing speed of the computer system.
The present invention relates to a time interval notification method capable of notifying time interval elapse.

【0002】[0002]

【従来の技術】時間間隔通知要求によって要求された時
間間隔(計算機システムに於ける時間間隔通知要求の設
定処理が終了してからの時間間隔)が経過した後、要求
元に時間間隔経過通知を行なうということは従来から行
なわれている。
2. Description of the Related Art After a time interval requested by a time interval notification request (a time interval after the setting process of the time interval notification request in the computer system is completed) has elapsed, a time interval elapse notification is sent to the request source. The practice is conventional.

【0003】ところで、従来のこの種の時間間隔通知方
式に於いては、計算機システムは以下に述べる処理を行
なっていた。
By the way, in the conventional time interval notification system of this type, the computer system performs the following processing.

【0004】計算機システムは時間間隔通知要求を受け
付けると、先ず、その時の時刻t1を取得する。次い
で、計算機システムは時間間隔通知要求によって要求さ
れた時間間隔Δt2と設定処理時間Δt3とを上記時刻
t1に加算することにより、時間間隔経過通知時刻t4
=t1+Δt2+Δt3を求める。その後、計算機シス
テムは時間間隔経過通知時刻t4を時間間隔要求格納領
域に格納するという時間間隔通知要求の設定処理を行な
う。そして、時間間隔要求格納領域に格納した時間間隔
経過通知時刻t4となることにより、計算機システムは
要求元に時間間隔経過通知を行なう。
Upon receiving the time interval notification request, the computer system first acquires the time t1 at that time. Next, the computer system adds the time interval Δt2 requested by the time interval notification request and the setting processing time Δt3 to the time t1 to notify the time interval elapsed notification time t4.
= T1 + Δt2 + Δt3 is calculated. Thereafter, the computer system performs a time interval notification request setting process of storing the time interval elapsed notification time t4 in the time interval request storage area. Then, when the time interval elapsed notification time t4 stored in the time interval request storage area is reached, the computer system notifies the request source of the time interval elapsed.

【0005】ここで、設定処理時間Δt3とは時間間隔
設定要求を受け付けてから時間間隔要求格納領域に時間
間隔経過通知時刻t4を格納するまでに要する時間であ
り、従来はプログラムで一意に定めていた。
Here, the setting processing time Δt3 is the time required from the reception of the time interval setting request to the storage of the time interval elapsed notification time t4 in the time interval request storage area, which is conventionally uniquely determined by a program. It was

【0006】[0006]

【発明が解決しようとする課題】上述したように、従来
は時間間隔通知要求を受け付けてからその設定処理が完
了するまでの設定処理時間をプログラムで一意に定めて
いるため、計算機の処理速度によっては要求元が要求し
た時間間隔と実際の時間間隔とがかけはなれたものにな
ってしまう場合があるという問題があった。例えば、設
定処理時間を低速の計算機システムに合わせて定めたと
すると、高速の計算機システムになる程、要求元が要求
した時間間隔と実際の時間間隔とがかけはなれたものに
なるという問題があった。
As described above, conventionally, the setting processing time from the reception of the time interval notification request to the completion of the setting processing is uniquely set by the program, so that it depends on the processing speed of the computer. There was a problem that the time interval requested by the requester and the actual time interval may be different from each other. For example, if the setting processing time is set according to a low-speed computer system, the higher the speed of the computer system, the more the time interval requested by the requester and the actual time interval are different. .

【0007】本発明の目的は計算機システムの処理速度
にかかわらず、要求された時間間隔経過後に、時間間隔
通知を行なうことができる時間間隔通知方式を提供する
ことにある。
It is an object of the present invention to provide a time interval notification method capable of issuing a time interval notification after a required time interval has elapsed regardless of the processing speed of a computer system.

【0008】[0008]

【課題を解決するための手段】本発明は上記目的を達成
するため、計算機システムの初期化時、時間間隔通知要
求を受け付けてから時間間隔通知要求の設定処理が終了
するまでの設定処理時間を測定する測定手段と、前記計
算機システムの初期化後、時間間隔通知要求の設定処理
が終了してから指定した時間間隔後に時間間隔経過通知
を要求する時間間隔通知要求を受け付ける受け付け手段
と、該受け付け手段が時間間隔通知要求を受け付けた時
刻と、前記受け付け手段が受け付けた時間間隔通知要求
によって指定された時間間隔と、前記測定手段が測定し
た設定処理時間とに基づいて時間間隔経過通知を行なう
時間間隔経過通知時刻を求め、時間間隔要求格納領域に
格納する時間間隔要求設定手段と、現在時刻が前記時間
間隔要求格納領域に設定された時間間隔経過通知時刻と
なることにより、時間間隔経過通知を行なう時間間隔経
過通知手段とを設けたものである。
In order to achieve the above object, the present invention sets a setting processing time from the acceptance of a time interval notification request to the end of the time interval notification request setting processing at the time of initialization of a computer system. Measuring means for measuring, and accepting means for accepting a time interval notification request for requesting a time interval elapse notification after a specified time interval after completion of setting processing of the time interval notification request after initialization of the computer system, and the accepting means Time at which the means receives the time interval notification request, the time interval designated by the time interval notification request accepted by the accepting means, and the time at which the time interval elapse notification is issued based on the setting processing time measured by the measuring means Time interval request setting means for obtaining the interval elapsed notification time and storing it in the time interval request storage area, and the current time is the time interval request storage area By the set time interval elapses notification time is obtained by providing a time interval has elapsed notifying means for performing a time interval elapsed notification.

【0009】[0009]

【作用】計算機システムの初期化時、測定手段によって
時間間隔通知要求を受け付けてから時間間隔通知要求の
設定処理が終了するまでの設定処理時間が実際に測定さ
れる。
When the computer system is initialized, the setting processing time from the acceptance of the time interval notification request by the measuring means to the end of the time interval notification request setting processing is actually measured.

【0010】計算機システムの初期化後、時間間隔通知
要求があると、受け付け手段がそれを受け付ける。
After the initialization of the computer system, if there is a time interval notification request, the acceptance means accepts it.

【0011】時間間隔要求設定手段は測定手段が時間間
隔通知要求を受け付けた時刻と、測定手段が測定した設
定処理時間と、時間間隔通知要求によって指定された時
間間隔とに基づいて、時間間隔経過通知を行なう時間間
隔経過通知時刻を求め、時間間隔要求格納領域に格納す
る。
The time interval request setting means, based on the time when the measuring means receives the time interval notification request, the setting processing time measured by the measuring means, and the time interval designated by the time interval notification request, The time interval elapse notification time at which the notification is made is obtained and stored in the time interval request storage area.

【0012】時間間隔経過通知手段は現在時刻が時間間
隔要求格納領域に設定されている時間間隔経過通知時刻
となると、要求元に時間間隔経過通知を行なう。
When the current time reaches the time interval elapsed notification time set in the time interval request storage area, the time interval elapsed notification means notifies the request source of the time interval elapsed.

【0013】[0013]

【実施例】次に本発明の実施例について図面を参照して
詳細に説明する。
Embodiments of the present invention will now be described in detail with reference to the drawings.

【0014】図1は本発明の実施例のブロック図であ
り、測定手段1と、処理時間設定手段2と、処理時間格
納領域3と、受け付け手段4と、設定開始時刻読み出し
部5と、処理時間取得部6と、通知時刻取得部7と、時
間間隔要求設定部8と、時間間隔要求格納領域9と、時
間間隔経過通知手段10と、ユーザタスク11と、セマ
フォ12と、タスク待ち行列13とから構成されてい
る。また、設定開始時刻読み出し部5,処理時間取得部
6,通知時刻取得部7及び時間間隔要求設定部8により
時間間隔要求設定手段14が構成されている。
FIG. 1 is a block diagram of an embodiment of the present invention, in which a measuring unit 1, a processing time setting unit 2, a processing time storage area 3, a receiving unit 4, a setting start time reading unit 5, and a processing unit. The time acquisition unit 6, the notification time acquisition unit 7, the time interval request setting unit 8, the time interval request storage area 9, the time interval elapsed notification unit 10, the user task 11, the semaphore 12, and the task queue 13 It consists of and. The setting start time reading unit 5, the processing time acquisition unit 6, the notification time acquisition unit 7, and the time interval request setting unit 8 constitute a time interval request setting unit 14.

【0015】測定手段1は受け付け手段4,設定開始時
刻読み出し部5,処理時間取得部6,通知時刻取得部
7,時間間隔要求設定部8が実行する命令系列の処理時
間を測定する機能を有する。
The measuring means 1 has a function of measuring the processing time of the instruction sequence executed by the receiving means 4, the setting start time reading section 5, the processing time acquisition section 6, the notification time acquisition section 7, and the time interval request setting section 8. .

【0016】処理時間設定手段2は測定手段1が測定し
た処理時間を設定処理時間として処理時間格納領域3に
格納する機能を有する。
The processing time setting means 2 has a function of storing the processing time measured by the measuring means 1 in the processing time storage area 3 as a set processing time.

【0017】受け付け手段4はユーザタスク11が出力
した時間間隔通知要求を受け付け、設定開始時刻読み出
し部5を起動する機能を有する。
The accepting means 4 has a function of accepting the time interval notification request output by the user task 11 and activating the setting start time reading section 5.

【0018】設定開始時刻読み出し部5は現在時刻を図
示を省略した時計から読み出す機能を有する。
The setting start time reading section 5 has a function of reading the present time from a clock (not shown).

【0019】処理時間取得部6は処理時間格納領域3に
設定されている設定処理時間を取得する機能を有する。
The processing time acquisition unit 6 has a function of acquiring the set processing time set in the processing time storage area 3.

【0020】通知時刻取得部7は時間間隔経過通知を行
なう時間間隔経過通知時刻を算出する機能を有する。
The notification time acquisition unit 7 has a function of calculating a time interval elapsed notification time at which a time interval elapsed notification is given.

【0021】時間間隔要求設定部8は通知時刻取得部7
が算出した時間間隔経過通知時刻等を時間間隔要求格納
領域9に格納する機能を有する。
The time interval request setting unit 8 is the notification time acquisition unit 7
It has a function of storing the time interval elapsed notification time calculated by the above in the time interval request storage area 9.

【0022】時間間隔経過通知手段10は現在時刻が時
間間隔要求格納領域9に格納された時間間隔経過通知時
刻となることにより、時間間隔経過通知を行なう機能を
有する。
The time interval elapse notifying means 10 has a function of notifying the time interval elapse when the current time becomes the time interval elapse notification time stored in the time interval request storage area 9.

【0023】図2は測定手段1の処理例を示す流れ図、
図3は通知時刻取得部7の処理例を示す流れ図、図4は
時間間隔要求設定部8の処理例を示す流れ図、図5は時
間間隔経過通知手段10の処理例を示す流れ図であり、
以下各図を参照して本実施例の動作を説明する。
FIG. 2 is a flow chart showing a processing example of the measuring means 1,
3 is a flow chart showing a processing example of the notification time acquisition unit 7, FIG. 4 is a flow chart showing a processing example of the time interval request setting unit 8, and FIG. 5 is a flow chart showing a processing example of the time interval progress notifying means 10.
The operation of this embodiment will be described below with reference to the drawings.

【0024】先ず、計算機システムの初期化時の動作を
説明する。
First, the operation at the time of initialization of the computer system will be described.

【0025】計算機システムの初期化時、測定手段1は
図2の流れ図に示すように、ステップS21に於いて、
時計から現在時刻を読み出し、次のステップS22に於
いて、受け付け手段4,設定開始時刻読み出し部5,処
理時間取得部6,通知時刻取得部7,時間間隔要求設定
部8が実行する命令系列を実行する。
At the time of initialization of the computer system, the measuring means 1 as shown in the flow chart of FIG.
The current time is read from the clock, and in the next step S22, the instruction sequence executed by the accepting unit 4, the setting start time reading unit 5, the processing time acquisition unit 6, the notification time acquisition unit 7, and the time interval request setting unit 8 is set. Run.

【0026】その後、測定手段1はステップS23に於
いて、時計から現在時刻を読み出し、更にステップS2
4に於いて、ステップS21で読み出した現在時刻とス
テップS23で読み出した現在時刻との差分を計算す
る。即ち、測定手段1は受け付け手段4が処理を開始し
てから時間間隔要求設定部8の処理が終了するまでの時
間を測定することになる。
After that, the measuring means 1 reads out the present time from the clock in step S23, and further in step S2.
In step 4, the difference between the current time read in step S21 and the current time read in step S23 is calculated. That is, the measuring means 1 measures the time from when the receiving means 4 starts the processing to when the processing of the time interval request setting unit 8 ends.

【0027】測定手段1の処理が終了すると、処理時間
設定手段2は測定手段1が測定した時間を設定処理時間
として処理時間格納領域3に格納する。
When the processing of the measuring means 1 is completed, the processing time setting means 2 stores the time measured by the measuring means 1 in the processing time storage area 3 as the set processing time.

【0028】次に、計算機システムの初期化後、時間間
隔通知要求がユーザタスク11から出力された場合の動
作を説明する。
Next, the operation when the time interval notification request is output from the user task 11 after the initialization of the computer system will be described.

【0029】ユーザタスク11は計算機システムに於け
る時間間隔設定要求の設定処理が終了してから所定時間
間隔ΔT2経過後に時間間隔経過通知を受けたい場合、
上記時間間隔ΔT2,使用するセマフォを示すセマフォ
アドレス(この例の場合セマフォ12を示すものとす
る)及びセマフォメッセージを含む時間間隔通知要求を
出力する。また、ユーザタスク11はセマフォ12に対
してP操作を行ない、セマフォカウントを1減算すると
共に、セマフォ12に対応するタスク待ち行列13にユ
ーザタスク11のタスク名をつなぐ。
When the user task 11 wants to receive the notification of the time interval elapse after the elapse of the predetermined time interval ΔT2 after the setting process of the time interval setting request in the computer system is completed,
The time interval ΔT2, the semaphore address indicating the semaphore to be used (in this example, the semaphore 12 is assumed), and the time interval notification request including the semaphore message are output. Further, the user task 11 performs the P operation on the semaphore 12, decrements the semaphore count by 1, and connects the task name of the user task 11 to the task queue 13 corresponding to the semaphore 12.

【0030】ユーザタスク11からの時間間隔通知要求
は受け付け手段4で受け付けられ、受け付け手段4は時
間間隔通知要求を受け付けると、設定開始時刻読み出し
部5を起動する。
The time interval notification request from the user task 11 is accepted by the accepting means 4, and when the accepting means 4 accepts the time interval notification request, the setting start time reading section 5 is activated.

【0031】設定開始時刻読み出し部5は起動される
と、時計から現在時刻T1を読み出した後、処理時間取
得部6を起動する。
When the setting start time reading unit 5 is activated, the processing time acquisition unit 6 is activated after reading the current time T1 from the clock.

【0032】処理時間取得部6は起動されると、処理時
間格納領域3に設定されている設定処理時間ΔT3を取
得した後、通知時刻取得部7を起動する。
When the processing time acquisition unit 6 is activated, it acquires the set processing time ΔT3 set in the processing time storage area 3 and then activates the notification time acquisition unit 7.

【0033】通知時刻取得部7は起動されると、図3の
流れ図に示すように、先ず、ステップS31に於いて、
受け付け手段4が受け付けた時間間隔通知要求に含まれ
ている時間間隔ΔT2を取得し、次のステップS32に
於いて、設定開始時刻読み出し部5が読み出した現在時
刻T1にステップS31で取得した時間間隔ΔT2を加
算する。
When the notification time acquisition unit 7 is activated, as shown in the flowchart of FIG. 3, first, in step S31,
The time interval ΔT2 included in the time interval notification request accepted by the accepting unit 4 is acquired, and in the next step S32, the time interval acquired in step S31 at the current time T1 read by the setting start time reading unit 5 Add ΔT2.

【0034】更に、通知時刻取得部7はステップS33
に於いて、ステップS32で計算した時刻T1+ΔT2
に処理時間取得部6で取得した設定処理時間ΔT3を加
算することにより、時間間隔経過通知時刻T4=T1+
ΔT2+ΔT3を求め、その後、時間間隔要求設定部8
を起動する。
Further, the notification time acquisition unit 7 operates in step S33.
At time T1 + ΔT2 calculated in step S32
By adding the set processing time ΔT3 acquired by the processing time acquisition unit 6 to, the time interval elapsed notification time T4 = T1 +
ΔT2 + ΔT3 is calculated, and then the time interval request setting unit 8
To start.

【0035】時間間隔要求設定部8は起動されると、図
4の流れ図に示すように、先ず、ステップS41に於い
て、通知時刻取得部7で取得した時間間隔経過通知時刻
T4を時間間隔要求格納領域9に格納し、次いで、ステ
ップS42に於いて、受け付け手段4が受け付けた時間
間隔通知要求に含まれているセマフォアドレス(セマフ
ォ12を示す)を時間間隔要求格納領域9に格納し、更
に、ステップS43に於いて上記時間間隔通知要求に含
まれているセマフォメッセージを時間間隔要求格納領域
9に格納する。
When the time interval request setting unit 8 is activated, as shown in the flow chart of FIG. 4, first, in step S41, the time interval request notification time T4 acquired by the notification time acquisition unit 7 is requested as the time interval request. The semaphore address (indicating the semaphore 12) included in the time interval notification request accepted by the accepting unit 4 is stored in the time interval request storage area 9 in step S42. In step S43, the semaphore message included in the time interval notification request is stored in the time interval request storage area 9.

【0036】時間間隔経過通知手段10は現在時刻が時
間間隔要求格納領域9に格納されている時間間隔経過通
知時刻T4となると、図5の流れ図に示すように、先
ず、ステップS51に於いて、時間間隔要求格納領域9
に格納されているセマフォ12を示すセマフォアドレス
を取得し、次いで、ステップS52に於いて、時間間隔
要求格納領域9に格納されているセマフォメッセージを
取得する。
When the current time reaches the time interval lapse notification time T4 stored in the time interval request storage area 9, the time interval lapse notification means 10 first in step S51, as shown in the flow chart of FIG. Time interval request storage area 9
The semaphore address indicating the semaphore 12 stored in is acquired, and in step S52, the semaphore message stored in the time interval request storage area 9 is acquired.

【0037】その後、時間間隔経過通知手段10はステ
ップS53に於いて、V操作を行ない、セマフォ12の
セマフォカウンタを1加算すると共に、タスク待ち行列
13につながれているタスク名が示すユーザタスク11
にセマフォメッセージを含む時間間隔経過通知を行な
う。
After that, in step S53, the time interval elapse notifying means 10 performs the V operation to increment the semaphore counter of the semaphore 12 by one, and at the same time, to the user task 11 indicated by the task name connected to the task queue 13.
Notify the time interval including the semaphore message.

【0038】[0038]

【発明の効果】以上説明したように、本発明は、計算機
システムの初期化時、時間間隔通知要求を受け付けてか
ら時間間隔通知要求の設定処理が終了するまでの設定処
理時間を実際に測定する測定手段を備え、測定手段が測
定した設定処理時間と、時間間隔通知要求の受け付け時
刻と、時間間隔通知要求によって指定された時間間隔と
に基づいて時間間隔経過通知時刻を求めるようにしてい
るので、計算機システムの処理速度にかかわらず、要求
された時間間隔が経過した時に時間間隔経過通知を行な
うことができる効果がある。
As described above, according to the present invention, when the computer system is initialized, the setting processing time from the acceptance of the time interval notification request to the end of the time interval notification request setting processing is actually measured. Since the measurement means is provided, the time interval elapsed notification time is obtained based on the setting processing time measured by the measurement means, the time interval notification request acceptance time, and the time interval specified by the time interval notification request. In addition, regardless of the processing speed of the computer system, there is an effect that the time interval elapse notification can be given when the requested time interval has elapsed.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.

【図2】測定手段1の処理例を示す流れ図である。FIG. 2 is a flowchart showing a processing example of the measuring unit 1.

【図3】通知時刻取得部7の処理例を示す流れ図であ
る。
FIG. 3 is a flowchart showing a processing example of a notification time acquisition unit 7.

【図4】時間間隔要求設定部8の処理例を示す流れ図で
ある。
FIG. 4 is a flowchart showing a processing example of a time interval request setting unit 8.

【図5】時間間隔経過通知手段10の処理例を示す流れ
図である。
FIG. 5 is a flowchart showing a processing example of the time interval progress notifying means 10.

【符号の説明】[Explanation of symbols]

1…測定手段 2…処理時間設定手段 3…処理時間格納領域 4…受け付け手段 5…設定開始時刻読み出し部 6…処理時間取得部 7…通知時刻取得部 8…時間間隔要求設定部 9…時間間隔要求格納領域 10…時間間隔経過通知手段 11…ユーザタスク 12…セマフォ 13…タスク待ち行列 14…時間間隔要求設定手段 DESCRIPTION OF SYMBOLS 1 ... Measuring means 2 ... Processing time setting means 3 ... Processing time storage area 4 ... Receiving means 5 ... Setting start time reading part 6 ... Processing time acquisition part 7 ... Notification time acquisition part 8 ... Time interval request setting part 9 ... Time interval Request storage area 10 ... Time interval elapsed notification means 11 ... User task 12 ... Semaphore 13 ... Task queue 14 ... Time interval request setting means

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 計算機システムの初期化時、 時間間隔通知要求を受け付けてから時間間隔通知要求の
設定処理が終了するまでの設定処理時間を測定する測定
手段と、 前記計算機システムの初期化後、 時間間隔通知要求の設定処理が終了してから指定した時
間間隔後に時間間隔経過通知を要求する時間間隔通知要
求を受け付ける受け付け手段と、 該受け付け手段が時間間隔通知要求を受け付けた時刻
と、前記受け付け手段が受け付けた時間間隔通知要求に
よって指定された時間間隔と、前記測定手段が測定した
設定処理時間とに基づいて時間間隔経過通知を行なう時
間間隔経過通知時刻を求め、時間間隔要求格納領域に格
納する時間間隔要求設定手段と、 現在時刻が前記時間間隔要求格納領域に設定された時間
間隔経過通知時刻となることにより、時間間隔経過通知
を行なう時間間隔経過通知手段とを備えたことを特徴と
する時間間隔通知方式。
1. At the time of initialization of a computer system, a measuring means for measuring a setting processing time from the reception of the time interval notification request to the end of the setting processing of the time interval notification request, and after initialization of the computer system, Receiving means for receiving a time interval notification request for requesting a time interval elapse notification after a specified time interval after the setting processing of the time interval notification request is finished; time when the receiving means receives the time interval notification request; The time interval elapse notification time at which the time interval elapse notification is performed based on the time interval specified by the time interval notification request accepted by the means and the setting processing time measured by the measuring means, and stored in the time interval request storage area. The time interval request setting means, and the current time becomes the time interval elapsed notification time set in the time interval request storage area. Ri, time interval notification method being characterized in that a time interval has elapsed notifying means for performing a time interval elapsed notification.
【請求項2】 前記時間間隔要求設定手段は前記受け付
け手段が時間間隔通知要求を受け付けた時刻に、前記時
間間隔通知要求によって指定された時間間隔と前記測定
手段が測定した設定処理時間とを加算することにより、
時間間隔経過通知時刻を求めることを特徴とする請求項
1記載の時間間隔通知方式。
2. The time interval request setting means adds the time interval designated by the time interval notification request and the setting processing time measured by the measuring means to the time when the receiving means receives the time interval notification request. By doing
The time interval notification method according to claim 1, wherein the time interval notification time is calculated.
【請求項3】 前記測定手段は前記受け付け手段及び前
記時間間隔要求設定手段が実行する命令系列を実行する
ことにより、時間間隔通知要求を受け付けてから時間間
隔通知要求の設定処理が終了するまでの設定処理時間を
測定することを特徴とする請求項1または2記載の時間
間隔通知方式。
3. The measuring means executes a sequence of instructions executed by the accepting means and the time interval request setting means, from receiving the time interval notification request to ending the time interval notification request setting process. The time interval notification method according to claim 1 or 2, wherein the set processing time is measured.
JP09238393A 1993-03-26 1993-03-26 Time interval notification method Expired - Fee Related JP3169736B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP09238393A JP3169736B2 (en) 1993-03-26 1993-03-26 Time interval notification method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP09238393A JP3169736B2 (en) 1993-03-26 1993-03-26 Time interval notification method

Publications (2)

Publication Number Publication Date
JPH06282352A true JPH06282352A (en) 1994-10-07
JP3169736B2 JP3169736B2 (en) 2001-05-28

Family

ID=14052909

Family Applications (1)

Application Number Title Priority Date Filing Date
JP09238393A Expired - Fee Related JP3169736B2 (en) 1993-03-26 1993-03-26 Time interval notification method

Country Status (1)

Country Link
JP (1) JP3169736B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003001523A3 (en) * 2001-06-21 2003-03-20 Ahead Software Ag Method and device for determining the maximum speeds before writing data onto an optical data memory

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0423142A (en) * 1990-05-18 1992-01-27 Fujitsu Ltd Measuring method for program processing time

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0423142A (en) * 1990-05-18 1992-01-27 Fujitsu Ltd Measuring method for program processing time

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003001523A3 (en) * 2001-06-21 2003-03-20 Ahead Software Ag Method and device for determining the maximum speeds before writing data onto an optical data memory

Also Published As

Publication number Publication date
JP3169736B2 (en) 2001-05-28

Similar Documents

Publication Publication Date Title
CN109766176B (en) Scanning progress calculation method and device based on large-scale network space detection
JP2806524B2 (en) Vector operation instruction issue control method
CN115794342A (en) Method and device for estimating remaining time of pipeline task and electronic equipment
CN108549652B (en) Hotel dynamic data acquisition method and device, electronic equipment and readable storage medium
JPH06282352A (en) Time interval informing system
JPS5961779A (en) Automatic chemical analytical apparatus
JP2002055128A (en) Ac signal measuring instrument
US20050102114A1 (en) System and method for determining processor utilization
JPH1097446A (en) Logging managing method, logging clock and information processor
JPS59208661A (en) Method for measuring load of computer
JPS5848162A (en) System for measurement terminal response time
JP2002244888A (en) Multithread profiling method and profiling device, and computer program
JP2002108656A (en) Program operation verifying system
JPH08255139A (en) Decentralized computer recommending device
JP4962239B2 (en) Resource usage acquisition device, resource usage acquisition method, and resource usage acquisition processing program
JPH10171682A (en) Generating method for program operation information
JP2761306B2 (en) Test method of interval timer
JPH05165777A (en) Response time measuring instrument
JPH02236645A (en) System for measuring memory state in use of process
JPH02211548A (en) Monitoring device for virtual computer
JPH0552886A (en) Setting method for sampling period for measurement of harmonic by use of memory recorder
JPH05233022A (en) Input/output responsing time confirming method for programmable controller
JPH06317603A (en) Frequency converter
JPH04178840A (en) Performance measuring system
JPH01303535A (en) Verification system for conversational system performance

Legal Events

Date Code Title Description
FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080316

Year of fee payment: 7

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090316

Year of fee payment: 8

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090316

Year of fee payment: 8

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100316

Year of fee payment: 9

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100316

Year of fee payment: 9

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110316

Year of fee payment: 10

LAPS Cancellation because of no payment of annual fees