JPH05100912A - Processing elapsed time informing method for program - Google Patents

Processing elapsed time informing method for program

Info

Publication number
JPH05100912A
JPH05100912A JP3289214A JP28921491A JPH05100912A JP H05100912 A JPH05100912 A JP H05100912A JP 3289214 A JP3289214 A JP 3289214A JP 28921491 A JP28921491 A JP 28921491A JP H05100912 A JPH05100912 A JP H05100912A
Authority
JP
Japan
Prior art keywords
processing
user
program
time
elapsed
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.)
Pending
Application number
JP3289214A
Other languages
Japanese (ja)
Inventor
Moriji Tamura
盛二 田村
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP3289214A priority Critical patent/JPH05100912A/en
Publication of JPH05100912A publication Critical patent/JPH05100912A/en
Pending legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02EREDUCTION OF GREENHOUSE GAS [GHG] EMISSIONS, RELATED TO ENERGY GENERATION, TRANSMISSION OR DISTRIBUTION
    • Y02E60/00Enabling technologies; Technologies with a potential or indirect contribution to GHG emissions mitigation
    • Y02E60/30Hydrogen technology
    • Y02E60/50Fuel cells

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To predict an exact processing time by calculating a processing time prediction from loaded data, handling a processing for informing a processing elapsed time to a user as one independent task, and actuating and displaying it. CONSTITUTION:A user's program 11 actuates a user notice processing program 13 for taking charge of informing to a user in accordance with an actuation procedure in a library before starting a processing being an object for informing a processing elapsed time. The program 13 predicts a processing time when it is executed by the user's programs 11, based on a load value given from the user's program 11, a reference load value in a load data file 14, and its processing time, etc. Also, based on an informing method given from the user's program 11, a preprocessing for informing to the user is executed. Thereafter, as independent tasks, respectively, the user's program 11 and the user notice processing program 13 execute a regular processing of an object, and a user notice processing, respectively.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、あるプログラムにおけ
る任意の処理部分(例えばデ−タのロ−ド処理、ファイ
ルの検索処理、デ−タ変換処理等)の処理時間を予測
し、ユ−ザに対し、リアルタイムで残り処理時間や処理
経過を通知するプログラムの処理経過時間通知方法に関
するものである。
BACKGROUND OF THE INVENTION The present invention predicts the processing time of an arbitrary processing portion (for example, data load processing, file search processing, data conversion processing, etc.) in a certain program, and The present invention relates to a processing elapsed time notifying method of a program for notifying the user of the remaining processing time and the processing progress in real time.

【0002】[0002]

【従来技術】従来のユ−ザに対しプログラムにおける任
意の処理部分の処理経過時間を通知する方法として、図
13のように砂時計の静止画を表示したり、メッセ−ジ
を表示して現在処理中であることを表示することが多
い。
2. Description of the Related Art As a method for notifying a conventional user of the elapsed processing time of an arbitrary processing part in a program, a still image of an hourglass is displayed as shown in FIG. 13 or a message is displayed to display the current processing. It often indicates that it is in progress.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、これら
の通知方法は、「後どれくらいで処理が終わるのか?」
「どれくらい処理が経過したか?」等の情報を通知して
くれずユ−ザインタフェ−ス上満足できるものではなか
った。技術的な問題点として、 (1)処理時間を予測しにくい。 (2)処理時間を予測できても、それをユ−ザに通知す
る方法が確立されていない。 (3)個々のプログラムが、この処理をまじめに組み込
もうとすると本来の処理と同等かそれ以上の処理量にな
る事がある。 等のため不満足ながら従来の通知方法を使用していた。
However, in these notification methods, "How late is the processing completed?"
The user interface was not satisfactory because the information such as "how much processing has elapsed?" As technical problems, (1) it is difficult to predict the processing time. (2) Even if the processing time can be predicted, a method for notifying the user of the processing time has not been established. (3) When each program seriously incorporates this processing, the processing amount may be equal to or more than the original processing amount. For this reason, the conventional notification method was used while being dissatisfied.

【0004】本発明は上述の点に鑑みてなされたもの
で、上記問題点を除去し、簡単に任意の処理部の時間経
過や残り時間を正確に通知する手段をユ−ザプログラム
中に組み込んでプログラムの処理経過時間通知する方法
を提供する事を目的とする。
The present invention has been made in view of the above points, and a means for eliminating the above problems and simply notifying the elapsed time and the remaining time of an arbitrary processing section easily is incorporated in a user program. The purpose is to provide a method to notify the elapsed processing time of the program.

【0005】[0005]

【課題を解決するための手段】上記課題を解決するため
本発明は、図1に示すように処理時間の予測値や負荷値
等が格納されている負荷デ−タファイル14と、表示イ
メ−ジファイル15を使用して動作するユ−ザ通知処理
プログラム13を独立したタスクとして扱い、これとリ
ンクするライブラリ12を通してユ−ザプログラム11
から呼び出して使用する方法を採った。
In order to solve the above problems, the present invention provides a load data file 14 storing a predicted value of a processing time, a load value, etc., as shown in FIG. 1, and a display image. The user notification processing program 13 that operates using the file 15 is treated as an independent task, and the user program 11 is processed through the library 12 linked with this.
The method of calling from and using.

【0006】[0006]

【作用】本発明では、上記方法を採ることにより、ユ−
ザ通知処理プログラム13を、ユ−ザプログラム11の
どこからでも簡単に呼び出すことが可能となり、また処
理時間の実測値で負荷デ−タファイル14を更新するこ
とにより正確な処理時間の予測が可能となる。
In the present invention, by adopting the above method,
The user notification processing program 13 can be easily called from anywhere in the user program 11, and the processing time can be accurately predicted by updating the load data file 14 with the actual processing time value. ..

【0007】[0007]

【実施例】以下本発明の一実施例を図面に基づいて詳細
に説明する。図1は本発明のプログラムの処理経過時間
通知方法を示す機能ブロック図である。本処理経過時間
通知方法は、処理経過時間や残り時間を知りたいユ−ザ
プログラム11、ユ−ザプログラム11がリンクするラ
イブラリ12、実際にユ−ザに通知する処理を受け持つ
ユ−ザ通知処理プログラム13、処理時間等を予測する
デ−タが格納されている負荷デ−タファイル14、通知
する際に表示するイメ−ジデ−タが格納されているイメ
−ジデ−タファイル15で構成される。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described in detail below with reference to the drawings. FIG. 1 is a functional block diagram showing a method for notifying elapsed processing time of a program according to the present invention. This processing elapsed time notifying method includes a user program 11 that wants to know the processing elapsed time and the remaining time, a library 12 linked with the user program 11, and a user notification processing that is in charge of the processing of actually notifying the user. It comprises a program 13, a load data file 14 in which data for predicting processing time and the like is stored, and an image data file 15 in which image data to be displayed at the time of notification is stored.

【0008】内容を説明する前に、ユ−ザに対して処理
経過を明示的に表示しなければいけない時というのはど
の様な時なのかを定義する。通常の場合それは、ユ−ザ
が何らかの処理を直接又は間接的にユ−ザプログラム1
1に依頼したとき、即ち、ある負荷(デ−タ列やファイ
ル)をユ−ザプログラム11に与え処理をしてもらうと
きである。意味もなく、処理経過時間を表示し通知する
というのはありえない。
Before explaining the contents, it is defined when the processing progress must be explicitly displayed to the user. In the normal case, the user program 1 directly or indirectly performs some processing.
1 is requested, that is, when a certain load (data string or file) is given to the user program 11 to be processed. There is no point in displaying and notifying the elapsed processing time.

【0009】以上のことを踏まえて、図1より処理概要
を説明すると、ユ−ザプログラム11は、処理経過時間
を通知する対象となる処理を開始する前に、ユ−ザに通
知することを受け持つユ−ザ通知処理プログラム13を
起動する(起動手順自体はライブラリ12内にある)。
Based on the above, the outline of the processing will be described with reference to FIG. 1. The user program 11 notifies the user of the elapsed processing time before starting the processing. The user notification processing program 13 that is in charge is activated (the activation procedure itself is in the library 12).

【0010】ユ−ザ通知処理プログラム13は、ユ−ザ
プログラム11から与えられた負荷値(例えばデ−タサ
イズ)と、デ−タファイル14内にある基準の負荷値や
その処理時間等をもとに、ユ−ザプログラム11で行わ
れるであろう処理時間を予測する。又ユ−ザプログラム
11から与えられている通知方法(例えばメッセ−ジや
砂時計等)をもとにユ−ザに対する通知の為の前処理
(後述)を終えてから、ユ−ザプログラム11に準備完
了を通知する。以後ユ−ザプロブラム11は対象の本処
理を行い、ユ−ザ通知処理プログラム13はユ−ザ通知
処理を行い、2つの独立したタスクとして動作すること
になる。
The user notification processing program 13 is based on the load value (for example, data size) given from the user program 11, the reference load value in the data file 14 and its processing time. First, the processing time that will be performed by the user program 11 is predicted. In addition, after the preprocessing (described later) for notifying the user based on the notification method (for example, a message or an hourglass) given from the user program 11, the user program 11 is notified. Notify you that you are ready. After that, the user program 11 performs the target main processing, and the user notification processing program 13 performs the user notification processing and operates as two independent tasks.

【0011】ユ−ザプログラム11は、対象の処理終了
後、ユ−ザ通知処理プログラム13にそのことを通知す
る。ユ−ザ通知処理プログラム13は、ユ−ザに経過時
間の通知を開始してから、この時点までにかかった時間
や最初に予測した時間、それらの誤差等から次回のユ−
ザ通知をできるだけ正確に行うための後処理(後述)を
して、デ−タファイル14を更新して処理を終える。
The user program 11 notifies the user notification processing program 13 of the completion of the target processing. The user notification processing program 13 starts the notification of the elapsed time to the user, and the next user based on the time taken up to this point, the first predicted time, and their errors.
Post-processing (described later) for performing the notification as accurately as possible is performed, the data file 14 is updated, and the processing ends.

【0012】図2、図3、図4は、本発明の処理フロ−
チャ−トである。図2は対象の処理(ユ−ザが依頼した
本処理)を実行するユ−ザプログラム11のフロ−チャ
−ト、図3はユ−ザに時間経過を通知する処理を実行す
るユ−ザ通知処理プログラムのフロ−チャ−ト、図4は
図3で使用する通知処理サブル−チンのフロ−チャ−ト
である。
2, 3, and 4 show the processing flow of the present invention.
It's a chart. FIG. 2 is a flowchart of the user program 11 that executes the target process (this process requested by the user), and FIG. 3 is a user that executes the process of notifying the user of the passage of time. 4 is a flowchart of the notification processing program, and FIG. 4 is a flowchart of the notification processing subroutine used in FIG.

【0013】まず、図2の処理フロ−チャ−トを説明す
る。対象の処理をするときにかかる負荷を、できるだけ
正確に計算する(ステップST11)。具体例として
は、イメ−ジデ−タファイルの圧縮処理をする場合を考
えると、ここでの負荷値としては、単純に全体のデ−タ
サイズの場合もあり得るし、1プレ−ン分のデ−タサイ
ズの場合もあり得る。実際に行われる処理から何を負荷
値として計算するのが最良かは、このプログラムの役目
である。
First, the processing flow chart of FIG. 2 will be described. The load applied when processing the target is calculated as accurately as possible (step ST11). As a specific example, considering the case of compressing an image data file, the load value here may simply be the entire data size, or one plane worth of data. It may be a tasize. What is best to calculate as the load value from the actual processing is the role of this program.

【0014】負荷値の計算が終了したら、時間経過をユ
−ザに通知する処理を実行するプログラム13を起動す
る(ステップST12)。起動処理自体は、リンクされ
ているライブラリ内の関数が実行するので、その関数に
いくつかのパラメ−タを与えて呼び出すのみで良い。パ
ラメ−タとしては、自プログラム名、通知タイトル名、
負荷値、ユ−ザ通知パタ−ンNO等である。自プログラ
ム名や通知タイトル名は、ユ−ザ通知処理プログラム1
3が負荷デ−タファイル14を探すためのものである。
When the calculation of the load value is completed, the program 13 for executing the process of notifying the user of the passage of time is started (step ST12). Since the start-up process itself is executed by the function in the linked library, it is sufficient to call the function with some parameters. The parameters are the program name, notification title name,
The load value, user notification pattern NO, etc. User's notification processing program 1
Reference numeral 3 is for searching the load data file 14.

【0015】具体例を示すとプログラム名には、”im
age”、通知タイトル名には”compress”
や”rotate”等が考えられる。負荷値は前述した
とおりである。ユ−ザ通知パタ−ンNOは、ユ−ザに経
過時間を通知する為の表示パタ−ンを指定するものであ
る。例えばNO1は単なる文字列メッセ−ジの表示(図
5(a))、NO2は砂時計(図5(b))、NO3
は、デジタルメ−タ(図5(c))、NO4はユ−ザが
登録したイメ−ジの表示(図5(d))等である。
As a concrete example, the program name is "im
“Age” and the notification title name is “compress”
And "rotate" are possible. The load value is as described above. The user notification pattern NO designates a display pattern for notifying the user of the elapsed time. For example, NO1 is a simple character string message display (FIG. 5 (a)), NO2 is an hourglass (FIG. 5 (b)), NO3.
Is a digital meter (FIG. 5 (c)), and NO4 is a display of an image registered by the user (FIG. 5 (d)).

【0016】次に、ユ−ザ通知処理プログラム13が前
処理(後述)をし、準備okを返答して来るのを待つ
(ステップST13)。この待ち時間をできるだけ短く
するのは、ユ−ザ通知処理プログラム13の役目であ
る。次に対象である本処理(先の例では、イメ−ジの圧
縮)を行う(ステップST14)。本処理終了後ユ−ザ
通知書理プログラム13に、処理終了を通知する(ステ
ップST15)。通知処理自体は、リンクされているラ
イブラリ内の関数が実行するので、その関数を呼び出す
のみで良い。以上が図2の処理フロ−チャ−トの詳細で
ある。
Next, the user notification processing program 13 performs preprocessing (described later) and waits for a reply of a preparation ok (step ST13). It is the responsibility of the user notification processing program 13 to make this waiting time as short as possible. Next, the target process (in the previous example, image compression) is performed (step ST14). After the end of this process, the user notification document program 13 is notified of the end of the process (step ST15). Since the notification process itself is executed by the function in the linked library, it is sufficient to call that function. The above is the details of the processing flow chart of FIG.

【0017】次に図3の処理フロ−チャ−トを説明す
る。まず本処理プログラム11から、起動がかけられる
(ステップST20)。ステップST20の起動時に与
えられるパラメ−タの自プログラム名(起動をかけたプ
ログラム名、先の例では”image”)と通知タイト
ル名(起動をかけたプログラムの処理部分名、先の例で
は”compress”等)を基に負荷ファイル群か
ら、該当する負荷デ−タファイル14を探しだし図6の
ように表示する(ステップST21)。
Next, the processing flow chart of FIG. 3 will be described. First, the processing program 11 is activated (step ST20). The parameter's own program name (started program name, "image" in the previous example) and notification title name (processing part name of the started program, in the previous example, " The load data file 14 is searched for from the load file group based on the "compress" etc.) and displayed as shown in FIG. 6 (step ST21).

【0018】ここで該当負荷デ−タファイル14が存在
するか否か判定し(ステップST22)、存在する場合
は、起動時に与えられる負荷値と負荷デ−タファイル1
4内の基準負荷値や基準時間やその他の基準値(例えば
基準時間に表示可能なユ−ザ登録イメ−ジの枚数)等か
ら、本処理に費やされる時間を予測算出し、ユ−ザに経
過時間を通知のための各パラメ−タ(これは、通知パタ
−ンNOによって若干異なるだろう)を算出する(ステ
ップST23)。
Here, it is judged whether or not the corresponding load data file 14 exists (step ST22), and if it exists, the load value given at start-up and the load data file 1
From the reference load value and reference time in 4 and other reference values (for example, the number of user-registered images that can be displayed in the reference time) and the like, the time spent for this processing is predicted and calculated and Each parameter for notifying the elapsed time (this may be slightly different depending on the notification pattern NO) is calculated (step ST23).

【0019】具体例として先に挙げたデジタルメ−タを
表示して、ユ−ザに通知する場合を考えて見る。該当の
負荷デ−タファイルは図7のようになっていたとする。
ここでは、負荷値が2の時、処理時間合計が5秒、ユ−
ザに経過時間通知の表示を変化させる間隔は1秒、1回
の表示ごとに塗りつぶすドット数を20ドットであると
いうことを示している。ここで起動時に与えられる負荷
値が4だったとすると、計算により予測される処理時間
の合計が10秒、ユ−ザに経過時間通知の表示を変化さ
せる間隔をパラメ−タとして1秒を与えられたとすると
1回の表示ごとに塗りつぶすドット数は10ドットとな
る。以上が前述していた前処理の内容である。
As a concrete example, let us consider a case where the above-mentioned digital meters are displayed to notify the user. It is assumed that the corresponding load data file is as shown in FIG.
Here, when the load value is 2, the total processing time is 5 seconds, and the user
It is shown that the interval for changing the display of the elapsed time notification is 1 second, and the number of dots to be filled is 20 for each display. If the load value given at startup is 4, the total processing time predicted by calculation is 10 seconds, and the user is given 1 second as the parameter for changing the display of the elapsed time notification. Then, the number of dots to be filled in for each display is 10 dots. The above is the contents of the preprocessing described above.

【0020】ここで本処理プログラムに準備が整ったこ
とを通知する(ステップ24)。次にユ−ザに時間経過
を通知する処理を行う(ステップST25)。上記の例
では、コンピュ−タ内の時間を監視し、1秒が経過する
毎にメ−タを10ドットずつ塗りつぶしていく(図
8)。このステップ25はサブル−チンとして図4にそ
のフロ−チャ−トを示す。ユ−ザに経過時間を通知して
いるとき(ステップST31)本処理プログラム11か
ら処理終了の通知が来たならば、ステップ33に移り、
ユ−ザ通知の表示を早急に終了させる。
At this point, the processing program is notified that it is ready (step 24). Next, processing for notifying the user of the passage of time is performed (step ST25). In the above example, the time in the computer is monitored, and every 1 second elapses, the meter is filled with 10 dots (FIG. 8). This step 25 is shown in FIG. 4 as a subroutine. When the user is notified of the elapsed time (step ST31), when the processing end notification is received from the processing program 11, the process proceeds to step 33,
Immediately terminate the display of the user notification.

【0021】上記の例で、例えば7秒経過(70ドット
まで塗りつぶされている)のとき、処理終了の通知が来
たならば1秒ごとに表示するのをやめ、残り10ドット
×3回の表示更新を一挙に行ってしまう(図9)。逆に
予定の処理時間を終了しても、まだ本処理プログラムか
らの終了通知は来ない場合、処理がもう暫くかかること
をユ−ザに表示する必要がある。例えば図10のよう
に”もう少々お待ち下さい”等のメッセ−ジを表示する
(ステップST32)。
In the above example, when, for example, 7 seconds have elapsed (filled up to 70 dots), a notification of processing completion is received, display is stopped every 1 second, and 10 dots × 3 times are left. The display is updated all at once (Fig. 9). On the contrary, if the end notification from this processing program has not been received even after the scheduled processing time is finished, it is necessary to display to the user that the processing will take a while. For example, as shown in FIG. 10, a message such as "please wait for a while" is displayed (step ST32).

【0022】本処理終了の通知が来たならばユ−ザへの
経過時間表示をやめ、次回から正確な予測をするために
負荷デ−タファイルの更新をする(ステップST2
6)。ユ−ザに対する通知表示が予定通り終わった瞬間
(図8の10秒経過まで表示された瞬間)に、本処理終
了の通知が来るのが最良なのだが、普通は誤差が生じる
であろう。従って次回から最適な時間予測ができるよう
に負荷デ−タファイルを更新する必要がある。
When the notification of the end of this processing is received, the elapsed time display to the user is stopped, and the load data file is updated to make an accurate prediction from the next time (step ST2).
6). It is best that the notification of the end of this processing comes at the moment when the notification display to the user ends as planned (the moment when 10 seconds have elapsed in FIG. 8), but an error will usually occur. Therefore, it is necessary to update the load data file so that the optimum time can be predicted from the next time.

【0023】図4のステップST31からステップST
33に移る場合の例で更新の例を説明する。起動時に与
えられた負荷が4、本処理にかかった時間が7秒(ちな
みに予測値は10秒)で、負荷デ−タファイルの負荷値
が2、処理時間が5(図7)なので計算により4+2:
7+5=1:2となる。又ユ−ザへの通知の表示を変化
させる間隔が1秒ならば、1回の表示ごとに塗りつぶす
ドット数はフルスケ−ルを100ドットとすれば100
/2=50ドットと成り、更新後の負荷デ−タファイル
の内容は図11のようになる。
Step ST31 to step ST in FIG.
An example of updating will be described with an example of moving to 33. The load given at startup is 4, the time taken for this process is 7 seconds (the predicted value is 10 seconds), the load value of the load data file is 2, and the processing time is 5 (Fig. 7), so 4 + 2 is calculated. :
7 + 5 = 1: 2. Further, if the interval for changing the display of the notification to the user is 1 second, the number of dots to be filled for each display is 100 if the full scale is 100 dots.
/ 2 = 50 dots, and the contents of the updated load data file are as shown in FIG.

【0024】つまりここでの処理は以前のデ−タと今回
のデ−タを調和学習して、より信頼性の高い負荷デ−タ
ファイルを生み出すことを目的としている。従ってこの
ような更新を何度か繰り返すことにより、より信頼性の
高い負荷デ−タファイルが作成されそれにより、前処理
において極めて正確な処理時間の予測が可能になる。そ
の結果ユ−ザに対する処理経過の通知表示が終わった瞬
間にまさに本処理の方も終了するという理想に限りなく
近づく。
That is, the processing here is intended to carry out the harmonic learning of the previous data and the present data to generate a more reliable load data file. Therefore, by repeating such updating a number of times, a more reliable load data file is created, which makes it possible to predict the processing time extremely accurately in the preprocessing. As a result, the ideal approach that the present process ends at the moment when the notification of the progress of the process to the user ends is approached infinitely.

【0025】負荷デ−タファイル14の内容は、通知パ
タ−ンNOによって若干異なると述べたが、負荷の共通
項目として負荷値、処理時間合計、表示更新時間間隔の
他に、マシン上で操作するタスク数等も共通項目に挙げ
ることができる。現在のコンピュ−タは殆ど、マルチタ
スクで操作可能であり、タスクの数の多少によって、本
処理の処理時間が左右されるので、タスクの数も共通項
目に加える。
Although it has been stated that the contents of the load data file 14 are slightly different depending on the notification pattern No., the common items of the load are the load value, the total processing time, the display update time interval, and the operation on the machine. The number of tasks, etc. can also be listed as common items. Most current computers can be operated by multitasking, and the processing time of this processing depends on the number of tasks, so the number of tasks is also added to the common items.

【0026】次に該当の負荷デ−タファイル14が存在
しない場合(ステップST22)、本処理プログラムに
準備が整ったことを通知する(ステップST27)。こ
の場合は、本処理は今回が最初であるからステップ28
では指定の通知パタ−ンNOに基づいた表示はするが処
理経過を示す表示更新はできないので、何かメッセ−ジ
を表示する必要がある。例えば図12のように”しばら
くお待ち下さい”と表示する。ステップST28(これ
は図4の通知処理サブル−チン)の処理を行っている最
中に本処理プログラムから処理終了の通知が来たときに
表示を終了する。ステップ29で実績値に基づいて新規
に負荷デ−タファイル14を作成し処理を終了する。
Next, when the corresponding load data file 14 does not exist (step ST22), this processing program is notified that preparation is completed (step ST27). In this case, this process is the first time in this process, so step 28
Then, although the display is made based on the designated notification pattern NO, the display indicating the progress of processing cannot be updated, so it is necessary to display some message. For example, as shown in FIG. 12, “Please wait” is displayed. The display is terminated when the processing end notification is received from the processing program during the processing of step ST28 (this is the notification processing subroutine of FIG. 4). In step 29, the load data file 14 is newly created based on the actual value, and the process is ended.

【0027】[0027]

【発明の効果】以上、詳細に説明したように本発明によ
れば、下記のような効果が期待される。
As described in detail above, according to the present invention, the following effects are expected.

【0028】(1)処理経過時間をユ−ザに対して通知
する処理を1つのタスクとして独立させて取り扱ってい
るので、ユ−ザが処理経過時間を知りたい部分で起動を
掛けるだけで簡単に使用できる。
(1) Since the processing of notifying the user of the elapsed processing time is handled independently as one task, the user simply activates it at the portion where he / she wants to know the elapsed processing time. Can be used for

【0029】(2)ユ−ザへ通知する表示の方法が複数
個から選択でき、その他にもユ−ザによるイメ−ジデ−
タの登録も可能なので、1つのプログラム中で、それぞ
れ異なった場所で部分的に処理経過時間を通知すること
が可能となる。
(2) The display method of notifying the user can be selected from a plurality of methods, and in addition, the image by the user can be displayed.
Since it is also possible to register the data, it is possible to partially notify the elapsed processing time at different places in one program.

【0030】(3)本処理の処理時間予測を負荷デ−タ
ファイルをもとに行い、ユ−ザ通知処理後に修正を行う
ので、常に適正な処理時間予測が可能である。
(3) Since the processing time of this processing is predicted based on the load data file and correction is performed after the user notification processing, it is possible to always predict the processing time appropriately.

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

【図1】本発明に係るソフトの処理経過時間通知方法の
機能ブロック図である。
FIG. 1 is a functional block diagram of a software processing elapsed time notification method according to the present invention.

【図2】本発明に係るユ−ザプログラムのフロ−チャ−
トである。
FIG. 2 is a flow chart of a user program according to the present invention.
It is

【図3】本発明に係るユ−ザ通知処理プログラムのフロ
−チャ−トである。〔図4】本発明に係る通知処理サブ
ル−チンのフロ−チャ−トである。
FIG. 3 is a flowchart of a user notification processing program according to the present invention. FIG. 4 is a flowchart of a notification processing subroutine according to the present invention.

【図5】本発明に係るユ−ザに対する通知パタ−ン例を
示す図である。
FIG. 5 is a diagram showing an example of a notification pattern for a user according to the present invention.

【図6】負荷デ−タファイル群の例を示す図である。FIG. 6 is a diagram showing an example of a load data file group.

【図7】負荷デ−タファイルの内容例を示す図である。FIG. 7 is a diagram showing an example of contents of a load data file.

【図8】本発明に係るデジタルメ−タ表示による経過時
間通知例を示す図である。
FIG. 8 is a diagram showing an example of elapsed time notification by digital meter display according to the present invention.

【図9】予定終了時間前に本処理プログラムから終了の
通知がきた場合の表示例を示す図である。
FIG. 9 is a diagram showing a display example when an end notification is sent from the processing program before a scheduled end time.

【図10】予定終了時間後に本処理プログラムから終了
の通知がきた場合の表示例を示す図である。
FIG. 10 is a diagram showing a display example when an end notification is sent from the processing program after a scheduled end time.

【図11】修正更新後の負荷デ−タファイルの内容例を
示す図である。
FIG. 11 is a diagram showing an example of contents of a load data file after correction and update.

【図12】負荷デ−タファイルが存在しない時の表示例
を示す図である。
FIG. 12 is a diagram showing a display example when a load data file does not exist.

【図13】従来の処理中の表示例を示す図である。FIG. 13 is a diagram showing a display example during conventional processing.

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

11 ユ−ザプログラム 12 ライブラリ 13 ユ−ザ通知処理プログラム 14 負荷デ−タファイル 15 イメ−ジデ−タファイル 11 User Program 12 Library 13 User Notification Processing Program 14 Load Data File 15 Image Data File

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 処理時間の予測値や負荷値等が格納され
ている負荷デ−タファイルと、表示イメ−ジファイルを
使用してユ−ザに処理経過時間を表示するプログラムの
処理経過時間通知方法において、 処理時間予測を負荷デ−タファイルのデ−タから計算
し、処理経過時間をユ−ザに通知する処理を1つの独立
したタスクとして扱い、ユ−ザが処理経過時間を知りた
い部分でこのタスクを起動して処理経過時間を表示させ
る事を特徴とするプログラムの処理経過時間通知方法。
1. A processing elapsed time notification of a program for displaying a processing elapsed time to a user using a load data file in which a predicted value of processing time, a load value, etc. are stored and a display image file. In the method, the processing time prediction is calculated from the load data file data and the processing of notifying the user of the processing elapsed time is treated as one independent task, and the user wants to know the processing elapsed time. A method for notifying the elapsed processing time of a program, which starts this task and displays the elapsed processing time.
【請求項2】 上記請求項1のプログラムの処理経過時
間通知方法において、 ユ−ザへ通知する表示方法が複数のパタ−ンから選択で
き、この他にユ−ザによるイメ−ジパタ−ンの登録を可
能とし、1つのユ−ザプログラム中の異なった場所で部
分的に処理経過時間を通知することを可能とした事を特
徴とするプログラムの処理経過時間通知方法。
2. The program elapsed time notification method according to claim 1, wherein the display method for notifying the user can be selected from a plurality of patterns, and in addition to this, an image pattern by the user can be displayed. A method for notifying elapsed processing time of a program, which enables registration and partially notifies elapsed processing time at different places in one user program.
【請求項3】 上記請求項1のプログラムの処理経過時
間通知方法において、 本処理の処理時間予測を負荷デ−タファイルをもとに行
い、ユ−ザへ通知処理後に実績値で負荷デ−タファイル
の修正を行い、次回からの処理時間予測に使用すること
を特徴とするプログラムの処理経過時間通知方法。
3. The method for notifying elapsed processing time of a program according to claim 1, wherein the processing time of this processing is predicted based on the load data file, and after the notification processing to the user, the load data file is recorded with actual values. The method for notifying the elapsed processing time of a program, characterized in that it is used to predict the processing time from the next time.
JP3289214A 1991-10-08 1991-10-08 Processing elapsed time informing method for program Pending JPH05100912A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3289214A JPH05100912A (en) 1991-10-08 1991-10-08 Processing elapsed time informing method for program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3289214A JPH05100912A (en) 1991-10-08 1991-10-08 Processing elapsed time informing method for program

Publications (1)

Publication Number Publication Date
JPH05100912A true JPH05100912A (en) 1993-04-23

Family

ID=17740262

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3289214A Pending JPH05100912A (en) 1991-10-08 1991-10-08 Processing elapsed time informing method for program

Country Status (1)

Country Link
JP (1) JPH05100912A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09185532A (en) * 1995-12-28 1997-07-15 Fujitsu Ltd Method for estimating and monitoring software performance
US6052148A (en) * 1996-09-13 2000-04-18 Nec Corporation Video and audio data compression system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09185532A (en) * 1995-12-28 1997-07-15 Fujitsu Ltd Method for estimating and monitoring software performance
US6052148A (en) * 1996-09-13 2000-04-18 Nec Corporation Video and audio data compression system

Similar Documents

Publication Publication Date Title
US4951192A (en) Device for managing software configurations in parallel in a network
JP2008021296A (en) Test planning support apparatus and test planning support program
JPH05100912A (en) Processing elapsed time informing method for program
CN116009852A (en) Code construction method, device, computer equipment and storage medium
JPH07306847A (en) Computer operation support device
JP2000047884A (en) Device and method for scheduling analysis, and medium where program for scheduling analysis is recorded
JPH0619921A (en) Working process managing device
JP2007164532A (en) Task display device, task display method, and task display program
EP1011045A2 (en) Object-oriented job scheduler
JP2001318796A (en) Program execution control method using internal and external event driven system, recording medium and program preparation support system
JP2000137600A (en) Method and device for preparing client/server application and information recording medium
JP4073732B2 (en) Time chart creation device, time chart creation program and recording medium
JPH06274363A (en) Performance evaluation method for control computer system
JPH07134682A (en) Device and method for information processing
JPH11312203A (en) Work flow managing system and information pre-fetch control method
JP2004185251A (en) Method, system and program for managing development, and recording medium recording this program
JP2749058B2 (en) Data-driven control method
JPH07262055A (en) Processing time predicting method for computer program and computer therefor
JPH02139644A (en) Computer system
JPH0736592A (en) Guidance indicating device and method
CN115081218A (en) Method and device for predicting batch process completion time
JPH07219742A (en) Icon arraying method
CN113392030A (en) Method and device for testing Js bridge and related equipment
CN113849334A (en) Task execution method and device
JP2003186592A (en) Output method and device, computer program and recording medium