JPH06119206A - Software processing time measuring instrument - Google Patents

Software processing time measuring instrument

Info

Publication number
JPH06119206A
JPH06119206A JP4293717A JP29371792A JPH06119206A JP H06119206 A JPH06119206 A JP H06119206A JP 4293717 A JP4293717 A JP 4293717A JP 29371792 A JP29371792 A JP 29371792A JP H06119206 A JPH06119206 A JP H06119206A
Authority
JP
Japan
Prior art keywords
processing
interrupt
time
processing time
measuring
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
JP4293717A
Other languages
Japanese (ja)
Other versions
JPH0760404B2 (en
Inventor
Koji Numata
考司 沼田
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 JP4293717A priority Critical patent/JPH0760404B2/en
Publication of JPH06119206A publication Critical patent/JPH06119206A/en
Publication of JPH0760404B2 publication Critical patent/JPH0760404B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To measure the processing time for an interruption processing routine without using an exclusive measuring equipment and without changing the interruption processing routine concerned of an object to be measured. CONSTITUTION:By the processing of S10, an interruption becomes enable, and the processing of S11 is looped until the value of an interruption counter becomes the value of 'number of times-1 of a target interruption whose measurement is desired'. By the processing of S12, the time when the loop of the processing of S11 is finished is read and stored. By the processing of S13, processings of S13-S15 are looped until the value of the number of times of the target interruption is detected. By the processing of S16, the time when the value becomes the value of the number of times of the target interruption is read, and by the processing of S17, the difference of timer values read by the processing of S12 and the processing of S16, respectively is calculated. From this difference of the timer values, the number of times of the loop of the processings of S13-S15, and the processing time of the processing being equal to the processings S13-S15 measured in a state that the interruption becomes disenable, the processing time of the target interruption processing is derived.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はソフトウェア処理時間測
定装置に関し、特にマイクロコンピュータでタイマの値
を読み込むことによってソフトウェアの処理時間を測定
する方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a software processing time measuring device, and more particularly to a method for measuring software processing time by reading a timer value with a microcomputer.

【0002】[0002]

【従来の技術】従来、マイクロコンピュータシステムに
おいては、マイクロコンピュータによって処理されるソ
フトウェアの処理時間を専用の測定機器で測定するか、
あるいは該ソフトウェアに測定用の命令を付加すること
で測定し、この測定した処理時間を該ソフトウェアのデ
バッグに用いている。
2. Description of the Related Art Conventionally, in a microcomputer system, the processing time of software processed by the microcomputer is measured by a dedicated measuring device,
Alternatively, measurement is performed by adding a measurement instruction to the software, and the measured processing time is used for debugging the software.

【0003】測定用の命令を付加して処理時間を測定す
る場合、測定対象のソフトウェアの前後にタイマ値を読
込むための命令をセットし、これらの命令によって読込
まれたタイマ値の差をとって処理時間を算出している。
この場合、測定対象のソフトウェアに対して、測定用の
命令を付加するなど測定のための変更を加えなければな
らない。
When the processing time is measured by adding a measurement command, a command for reading a timer value is set before and after the software to be measured, and the difference between the timer values read by these commands is taken for processing. The time is calculated.
In this case, the measurement target software must be modified for measurement such as adding a measurement command.

【0004】また、測定対象のソフトウェアの処理時間
の測定をハードウェアで行う方法が特開昭64−050
136号公報に掲載されている。この場合、測定対象の
ソフトウェアの処理開始をアドレスまたは命令内容で検
出したときのタイマ値と、処理終了をアドレスまたは命
令内容あるいは開始から終了までの命令数で検出したと
きのタイマ値とから処理時間の測定を行っている。
A method of measuring the processing time of software to be measured by hardware is disclosed in Japanese Patent Laid-Open No. 64-050.
No. 136 publication. In this case, the processing time is calculated from the timer value when the processing start of the software to be measured is detected by the address or instruction content and the timer value when the processing end is detected by the address or instruction content or the number of instructions from start to end. Is being measured.

【0005】上記の測定対象のソフトウェアに割り込み
が生じたとき、その割り込みの処理時間を測定する場合
にも、上述したソフトウェアの処理時間の測定と同様
に、専用の測定機器で測定したり、あるいは測定用の命
令を付加して測定している。
When an interrupt occurs in the software to be measured, the processing time of the interrupt is also measured by a dedicated measuring device, as in the case of measuring the software processing time, or Measurement is performed by adding a measurement instruction.

【0006】以下、測定用の命令を付加して割り込みの
処理時間を測定する場合の動作について図5を用いて説
明する。まず、図5(a)に示すように、測定用の主ル
ーチンのS30の処理で割り込みをイネーブルとし、割
り込み可能状態とする。この状態で割り込みが生じたと
きに、図5(b)に示すように、S33,S35の処理
でS34の割り込み処理ルーチンの前後のタイマ値を読
込む。
The operation when a measuring instruction is added to measure the interrupt processing time will be described below with reference to FIG. First, as shown in FIG. 5A, in the process of S30 of the main routine for measurement, the interrupt is enabled and the interrupt enabled state is set. When an interrupt occurs in this state, as shown in FIG. 5B, the timer values before and after the interrupt processing routine of S34 are read in the processes of S33 and S35.

【0007】主ルーチンではS31の処理で割り込みあ
りを検出すると、S32の処理によってS33,S35
の処理で読込んだタイマ値の差を計算し、割り込みの処
理時間を測定する。
In the main routine, when it is detected that there is an interrupt in the processing of S31, the processing of S32 causes the processing of S33 and S35.
Calculate the difference between the timer values read in the processing of and measure the interrupt processing time.

【0008】上記の測定に用いられるタイマとしては、
特公平3−15773号公報に記載されているような、
予め設定した一定の時間を計時し、その計時が設定値以
上の時間になるとタイムアップ完了信号を出力するイン
ターバルタイマが使用されている。
As a timer used for the above measurement,
As described in Japanese Examined Patent Publication No. 3-15773,
An interval timer is used which measures a preset fixed time, and outputs a time-up completion signal when the measured time exceeds a set value.

【0009】[0009]

【発明が解決しようとする課題】上述したマイクロコン
ピュータシステムでは、ソフトウェアのデバッグなどに
用いる割り込みの処理時間を専用の測定機器を使用する
か、あるいは測定対象の割り込み処理ルーチンに測定用
の命令の付加などの変更を加えなければ、測定すること
ができない。特に、測定対象の割り込み処理ルーチンに
測定用の命令の付加などの変更を加える場合には煩わし
さがある。
In the above-described microcomputer system, a dedicated measuring device is used for the interrupt processing time used for software debugging, or a measuring instruction is added to the interrupt processing routine of the measuring object. It cannot be measured unless changes such as In particular, it is troublesome to add a measurement instruction or the like to the interrupt processing routine to be measured.

【0010】したがって、本発明の目的は専用の測定機
器を使用したり、測定対象の割り込み処理ルーチンに変
更を加えることなく、該割り込み処理ルーチンの処理時
間を測定することができるソフトウェア処理時間測定装
置の提供にある。
Therefore, an object of the present invention is to provide a software processing time measuring device capable of measuring the processing time of an interrupt processing routine without using a dedicated measuring device or modifying the interrupt processing routine of the measurement object. Is provided.

【0011】[0011]

【課題を解決するための手段】本発明によるソフトウェ
ア処理時間測定装置は、ソフトウェア処理に対する割り
込みの処理時間をタイマを用いて計測するソフトウェア
処理時間測定装置であって、前記割り込みを禁止した状
態で前記ソフトウェア処理の処理時間を計測する第1の
計測手段と、前記ソフトウェア処理に対して前記割り込
みが生じた時の処理時間を計測する第2の計測手段と、
前記第1及び第2の計測手段各々の計測結果から前記割
り込みの処理時間を算出する手段とを備えている。
A software processing time measuring device according to the present invention is a software processing time measuring device for measuring a processing time of an interrupt with respect to software processing by using a timer, wherein the interrupt is prohibited. First measuring means for measuring the processing time of the software processing, and second measuring means for measuring the processing time when the interrupt occurs in the software processing,
And means for calculating the interrupt processing time from the measurement results of the first and second measuring means.

【0012】[0012]

【実施例】次に、本発明の一実施例について図面を参照
して説明する。
An embodiment of the present invention will be described with reference to the drawings.

【0013】図1は本発明の一実施例の構成を示すブロ
ック図である。図において、CPU1はRAM3を作業
領域とし、ROM2に格納されたプログラムを実行して
動作する。このROM2には測定対象の割り込み処理ル
ーチンの処理時間を測定するためのアプリケーションソ
フトウェアが格納されている。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. In the figure, the CPU 1 operates by using the RAM 3 as a work area and executing a program stored in the ROM 2. The ROM 2 stores application software for measuring the processing time of the interrupt processing routine to be measured.

【0014】CPU1は何らかの外部要因を示す要因5
によって割り込みが発生すると、ROM2に格納された
プログラムにより割り込み処理ルーチンを実行する。こ
の割り込み処理を実行する場合、CPU1はROM2内
のアプリケーションソフトウェアを実行して割り込み処
理ルーチンの処理時間を測定する。この測定時に、CP
U1はタイマ4をアクセスすることによって、現在の時
刻をデータとして受け取ることができる。
The CPU 1 has a factor 5 indicating some external factor.
When an interrupt occurs, the program stored in the ROM 2 executes an interrupt processing routine. When executing this interrupt processing, the CPU 1 executes the application software in the ROM 2 and measures the processing time of the interrupt processing routine. During this measurement, CP
U1 can receive the current time as data by accessing the timer 4.

【0015】図2は割り込み処理ルーチンの処理時間の
測定時に実行するアプリケーションソフトウェアのイニ
シャル処理を示すフローチャートである。図3は該アプ
リケーションソフトウェアの測定処理を示すフローチャ
ートである。図4は該アプリケーションソフトウェアに
よる割り込み処理を示すフローチャートである。これら
図2〜図4を用いて本発明の一実施例の動作について説
明する。
FIG. 2 is a flow chart showing the initial processing of the application software executed when measuring the processing time of the interrupt processing routine. FIG. 3 is a flowchart showing the measurement process of the application software. FIG. 4 is a flowchart showing an interrupt process by the application software. The operation of the embodiment of the present invention will be described with reference to FIGS.

【0016】まず、測定対象の割り込み処理ルーチンの
処理時間を測定する場合、図2に示すイニシャル処理が
行われる。このイニシャル処理ではS1の処理で各変数
のイニシャル処理が行われた後に、S2の処理で測定す
る目的の割り込みベクタの書き換えが行われる。
First, when measuring the processing time of the interrupt processing routine to be measured, the initial processing shown in FIG. 2 is performed. In this initial process, after the initial process of each variable is performed in the process of S1, the interrupt vector to be measured in the process of S2 is rewritten.

【0017】これによって、目的の割り込みが発生した
場合、図4に示すS20の処理で割り込みカウンタをカ
ウントアップした後にS21の処理で割り込み処理にジ
ャンプし、S22の目的の割り込み処理が実行される。
As a result, when a target interrupt occurs, the interrupt counter is counted up in the process of S20 shown in FIG. 4 and then the process jumps to the interrupt process in S21 and the target interrupt process of S22 is executed.

【0018】目的の割り込みベクタの書き換えを行った
後に、S3の処理で割り込みをディスイネーブルとし、
これ以降の割り込みを禁止する。この状態で、S4の処
理によってタイマ4から現在の時刻を読み取り、その時
刻を記憶する。
After the target interrupt vector is rewritten, the interrupt is disabled in the process of S3,
Disables subsequent interrupts. In this state, the current time is read from the timer 4 by the process of S4 and the time is stored.

【0019】この後に、S5〜S7の処理を予め設定さ
れた単位回数A分だけループさせる。すなわち、S5の
処理で割り込みカウンタの値が設定された値となったか
否かをチェックした後に、S6の処理でループカウンタ
のカウントアップを行う。S7の処理はこのカウントア
ップされたループカウンタの値が単位回数Aとなったか
否かをチェックする処理で、ループカウンタの値が単位
回数AとなっていなければS5の処理に戻る。
After that, the processing of S5 to S7 is looped for a preset number of unit times A. That is, after checking whether or not the value of the interrupt counter reaches the set value in the process of S5, the loop counter is counted up in the process of S6. The process of S7 is a process of checking whether or not the counted-up value of the loop counter has become the unit number A. If the value of the loop counter has not become the unit number A, the process returns to S5.

【0020】S7の処理でループカウンタの値が単位回
数Aとなったことが検出されると、S8の処理でタイマ
4から現在の時刻を読み取り、S9の処理でS4の処理
及びS8の処理で夫々読み取ったタイマ値の差を算出
し、これを記憶する。この場合、S4の処理及びS8の
処理で夫々読み取ったタイマ値の差は割り込みが入らな
いときの単位回数A分のループ時間Bを示している。
When it is detected in the process of S7 that the value of the loop counter has reached the unit number A, the current time is read from the timer 4 in the process of S8, and the processes of S4 and S8 are executed in the process of S9. The difference between the read timer values is calculated and stored. In this case, the difference between the timer values read in the processing of S4 and the processing of S8 indicates the loop time B for the unit number A when the interrupt does not occur.

【0021】次に、図3に示す測定処理が行われる。こ
の測定処理ではS10の処理で割り込みをイネーブルと
し、これ以降の割り込みを許可する。この状態で、S1
1の処理によって割り込みカウンタをチェックし、割り
込みカウンタの値が「測定したい目的の割り込みの回数
−1」の値になるまでループする。ここで、測定したい
目的の割り込みの回数とは最初の割り込みが発生してか
ら何回目の割り込みを測定するのかを予め定義した値で
ある。
Next, the measurement process shown in FIG. 3 is performed. In this measurement process, the interrupt is enabled in the process of S10 and the subsequent interrupts are permitted. In this state, S1
The interrupt counter is checked by the process of 1, and the process is looped until the value of the interrupt counter becomes the value of "the number of desired interrupts to be measured-1". Here, the target number of interrupts to be measured is a value that defines in advance how many interrupts are measured after the first interrupt occurs.

【0022】S11の処理で測定したい目的の割り込み
の直前の割り込みとなったことが検出されると、S12
の処理によってタイマ4から現在の時刻を読み取り、そ
の時刻を記憶する。
When it is detected in the processing of S11 that the interrupt immediately before the intended interrupt to be measured is detected, S12
The current time is read from the timer 4 and the time is stored by the process.

【0023】この後に、S13〜S15の処理、すなわ
ち図2のS5〜S7の処理と同様の処理を、S13の処
理で割り込みカウンタの値が目的の回数の値であること
が検出されるまでループする。この間、S13〜S15
の処理のループ回数Cがループカウンタによってカウン
トされる。
Thereafter, the processing of S13 to S15, that is, the processing similar to the processing of S5 to S7 in FIG. 2 is looped until the value of the interrupt counter is detected to be the value of the target number of times in the processing of S13. To do. During this period, S13 to S15
A loop counter C counts the number of loops of the process (1).

【0024】S13の処理で割り込みカウンタの値が目
的の回数の値であることが検出されると、S16の処理
でタイマ4から現在の時刻を読み取り、S17の処理で
S12の処理及びS16の処理で夫々読み取ったタイマ
値の差を算出し、これを記憶する。この場合、S12の
処理及びS16の処理で夫々読み取ったタイマ値の差は
1回割り込みが入ったときのループ時間Dを示してい
る。
When it is detected in the process of S13 that the value of the interrupt counter is the value of the target number of times, the current time is read from the timer 4 in the process of S16, and the processes of S12 and S16 are executed in the process of S17. The difference between the timer values read in each is calculated and stored. In this case, the difference between the timer values read in the processing of S12 and the processing of S16 indicates the loop time D when one interrupt is input.

【0025】上述した各処理を行うことによって、まず
割り込みが入らない場合の1回当たりのループ時間はB
/Aで求められる。仮に、測定処理を行っているときに
割り込みが入らなかったとすると、S13〜S15の処
理のループ時間Eは(B/A)×Cとなる。
By performing the above-mentioned processes, the loop time per operation is B when the interrupt does not occur.
/ A is required. If no interrupt occurs during the measurement process, the loop time E of the processes of S13 to S15 is (B / A) × C.

【0026】これに対して、上記の処理では割り込みが
1回発生しているので実際に測定された時間がDとなっ
ており、このループ時間Dと割り込みが入らなかったと
きのループ時間Eとの差、つまりD−E=D−(B/
A)×CがS22の目的の割り込み処理の処理時間とし
て求められる。
On the other hand, in the above process, since the interrupt is generated once, the actually measured time is D, and the loop time D and the loop time E when the interrupt does not occur are Difference, that is, D−E = D− (B /
A) × C is obtained as the processing time of the target interrupt processing in S22.

【0027】尚、測定対象の割り込みを繰り返し発生さ
れることができるならば、S13〜S15の処理のルー
プ回数Cと割り込み回数とを夫々計数し、その計数結果
に基づいてS22の目的の割り込み処理の処理時間を求
めることで、より正確なS22の目的の割り込み処理の
処理時間を求めることができる。
If the interrupt to be measured can be repeatedly generated, the loop count C and the interrupt count of the processes of S13 to S15 are counted, and the target interrupt process of S22 is performed based on the count result. By obtaining the processing time of, it is possible to obtain a more accurate processing time of the target interrupt processing of S22.

【0028】このように、S3の処理で割り込みを禁止
した状態で、割り込みの処理時間を測定するときに用い
るソフトウェア処理の処理時間、つまり単位回数A分だ
けループしたときのS5〜S7の処理のループ時間Bを
計測し、S10の処理で割り込みを許可した状態で、割
り込みが生じた時のS13〜15の処理のループ回数C
及びループ時間Dを計測し、これらの計測結果からS2
2の目的の割り込み処理の処理時間を算出することによ
って、専用の測定機器を使用したり、あるいはS22の
目的の割り込み処理に変更を加えることなく、このS2
2の目的の割り込み処理の処理時間を測定することがで
きる。
As described above, in the state where the interrupt is prohibited in the process of S3, the process time of the software process used when measuring the interrupt process time, that is, the process of S5 to S7 when looping by the unit number A When the loop time B is measured and the interrupt is permitted in the process of S10, the number of loops C of the process of S13 to S15 when the interrupt occurs
And the loop time D are measured, and S2 is obtained from these measurement results.
By calculating the processing time of the target interrupt processing of No. 2, without using a dedicated measuring device or changing the target interrupt processing of S22, this S2
It is possible to measure the processing time of the second interrupt processing.

【0029】よって、割り込み処理ルーチンを変更する
ことなく、図2〜図4に示すアプリケーションソフトウ
ェアを実行するだけで、割り込み処理ルーチンの処理時
間を測定することができ、この測定結果を用いてソフト
ウェアのデバッグを行うことができる。
Therefore, the processing time of the interrupt processing routine can be measured only by executing the application software shown in FIGS. 2 to 4 without changing the interrupt processing routine. You can debug.

【0030】[0030]

【発明の効果】以上説明したように本発明によれば、割
り込みを禁止した状態で計測されたソフトウェア処理の
処理時間と、該ソフトウェア処理に対して割り込みが生
じた時に計測された処理時間とから割り込みの処理時間
を算出することによって、専用の測定機器を使用した
り、あるいは測定対象の割り込み処理ルーチンに変更を
加えることなく、該割り込み処理ルーチンの処理時間を
測定することができるという効果がある。
As described above, according to the present invention, the processing time of software processing measured with interrupts disabled and the processing time measured when an interrupt occurs in the software processing By calculating the interrupt processing time, it is possible to measure the processing time of the interrupt processing routine without using a dedicated measuring device or changing the interrupt processing routine of the measurement target. .

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

【図1】本発明の一実施例の構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

【図2】割り込み処理ルーチンの処理時間の測定時に実
行するアプリケーションソフトウェアのイニシャル処理
を示すフローチャートである。
FIG. 2 is a flowchart showing initial processing of application software executed when measuring a processing time of an interrupt processing routine.

【図3】割り込み処理ルーチンの処理時間の測定時に実
行するアプリケーションソフトウェアの測定処理を示す
フローチャートである。
FIG. 3 is a flowchart showing a measurement process of application software executed when measuring a processing time of an interrupt processing routine.

【図4】割り込み処理ルーチンの処理時間の測定時に実
行するアプリケーションソフトウェアによる割り込み処
理を示すフローチャートである。
FIG. 4 is a flowchart showing interrupt processing by application software executed when measuring a processing time of an interrupt processing routine.

【図5】(a)は従来例による割り込み処理ルーチンの
処理時間の測定時に実行する主ルーチンを示すフローチ
ャート、(b)は割り込み処理ルーチンの処理時間の測
定時に実行する割り込み処理ルーチンを示すフローチャ
ートである。
FIG. 5A is a flowchart showing a main routine executed when measuring a processing time of an interrupt processing routine according to a conventional example, and FIG. 5B is a flowchart showing an interrupt processing routine executed when measuring a processing time of the interrupt processing routine. is there.

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

1 CPU 2 ROM 3 RAM 4 タイマ 5 要因 1 CPU 2 ROM 3 RAM 4 Timer 5 factors

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 ソフトウェア処理に対する割り込みの処
理時間をタイマを用いて計測するソフトウェア処理時間
測定装置であって、前記割り込みを禁止した状態で前記
ソフトウェア処理の処理時間を計測する第1の計測手段
と、前記ソフトウェア処理に対して前記割り込みが生じ
た時の処理時間を計測する第2の計測手段と、前記第1
及び第2の計測手段各々の計測結果から前記割り込みの
処理時間を算出する手段とを有することを特徴とするソ
フトウェア処理時間測定装置。
1. A software processing time measuring device for measuring a processing time of an interrupt for software processing by using a timer, and a first measuring means for measuring a processing time of the software processing in a state where the interrupt is prohibited. A second measuring means for measuring a processing time when the interruption occurs in the software processing;
And a means for calculating the interrupt processing time from the measurement result of each of the second measuring means.
【請求項2】 前記ソフトウェア処理を予め設定された
所定回数繰返し実行したときの処理時間を前記第1の計
測手段によって測定し、その測定結果と前記所定回数と
から前記ソフトウェア処理の単位処理時間を算出する手
段と、前記割り込みが発生するまでに実行した前記ソフ
トウェア処理の実行回数を計数する手段とを含むことを
特徴とする請求項1記載のソフトウェア処理時間測定装
置。
2. The unit processing time of the software processing is measured from the measurement result and the predetermined number of times by the first measuring means to measure the processing time when the software processing is repeatedly executed a predetermined number of times. The software processing time measuring device according to claim 1, further comprising: a calculating unit and a counting unit that counts the number of times the software process is executed before the interrupt occurs.
【請求項3】 前記ソフトウェア処理が実行される間に
前記割り込みが生じた回数を計数する手段を含むことを
特徴とする請求項2記載のソフトウェア処理時間測定装
置。
3. The software processing time measuring device according to claim 2, further comprising means for counting the number of times the interrupt has occurred while the software processing is being executed.
JP4293717A 1992-10-07 1992-10-07 Software processing time measuring device Expired - Fee Related JPH0760404B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4293717A JPH0760404B2 (en) 1992-10-07 1992-10-07 Software processing time measuring device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4293717A JPH0760404B2 (en) 1992-10-07 1992-10-07 Software processing time measuring device

Publications (2)

Publication Number Publication Date
JPH06119206A true JPH06119206A (en) 1994-04-28
JPH0760404B2 JPH0760404B2 (en) 1995-06-28

Family

ID=17798335

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4293717A Expired - Fee Related JPH0760404B2 (en) 1992-10-07 1992-10-07 Software processing time measuring device

Country Status (1)

Country Link
JP (1) JPH0760404B2 (en)

Also Published As

Publication number Publication date
JPH0760404B2 (en) 1995-06-28

Similar Documents

Publication Publication Date Title
JPH09305412A (en) Microcomputer having maximum interruption inhibition period mesuring function
JPH06119206A (en) Software processing time measuring instrument
CN116213482A (en) Wire drawing control method and device, electronic equipment and storage medium
JP3389745B2 (en) Apparatus and method for measuring program performance
JPS6018725A (en) Device for measuring number of parts utilizing scale
JPS59208661A (en) Method for measuring load of computer
JP2004062613A (en) Instrument for measuring machining time of nc machine tool
KR950013602B1 (en) Frequency measuring device
JPS63282539A (en) Cpu time counting system for optional program section
JPH0395639A (en) Information processor
JP2761306B2 (en) Test method of interval timer
JPS6027960A (en) Measuring method of use rate of processor
JPS60144840A (en) Measurement system for program cycle
JPH0354645A (en) Program execution time measuring instrument
JPH04171541A (en) Counting method for emulator processing time
JPH0465729A (en) Symbolic debugger
JPH02226441A (en) Software test device
JPH0254319A (en) Measuring method for time interval
JPH02267642A (en) Measuring device for time exclusive for cpu
JPH1124968A (en) Tuning system for program performance
JPH0666665A (en) Reference variation setter for load variation point detector
JPH02230436A (en) Method and device for measurement of program executing time
JPH0231247A (en) Data processor
JPH04275643A (en) System for testing program
JPH03135634A (en) Measuring method for cpu occupied time

Legal Events

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

Free format text: PAYMENT UNTIL: 20080628

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20090628

Year of fee payment: 14

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

Free format text: PAYMENT UNTIL: 20100628

Year of fee payment: 15

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

Free format text: PAYMENT UNTIL: 20100628

Year of fee payment: 15

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

Free format text: PAYMENT UNTIL: 20110628

Year of fee payment: 16

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

Free format text: PAYMENT UNTIL: 20110628

Year of fee payment: 16

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313113

R371 Transfer withdrawn

Free format text: JAPANESE INTERMEDIATE CODE: R371

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313113

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20120628

Year of fee payment: 17

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

Free format text: PAYMENT UNTIL: 20120628

Year of fee payment: 17

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

Free format text: PAYMENT UNTIL: 20120628

Year of fee payment: 17

LAPS Cancellation because of no payment of annual fees