JPH03212744A - Information processing equipment operation measurement device - Google Patents
Information processing equipment operation measurement deviceInfo
- Publication number
- JPH03212744A JPH03212744A JP2008842A JP884290A JPH03212744A JP H03212744 A JPH03212744 A JP H03212744A JP 2008842 A JP2008842 A JP 2008842A JP 884290 A JP884290 A JP 884290A JP H03212744 A JPH03212744 A JP H03212744A
- Authority
- JP
- Japan
- Prior art keywords
- counter
- time
- start address
- address
- flop
- 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
Links
Landscapes
- Debugging And Monitoring (AREA)
Abstract
Description
【発明の詳細な説明】
[産業上の利用分野]
この発明は情報処理機器の動作を測定する情報処理機器
動作測定装置に関するものである。DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an information processing equipment operation measuring device that measures the operation of information processing equipment.
[従来の技術]
この発明の先行技術としては、例えば特開昭61−18
050号公報および特開昭62−236047号公報に
記載されたものがある。[Prior Art] As a prior art to this invention, for example, Japanese Patent Laid-Open No. 61-18
There are those described in JP-A-050 and JP-A-62-236047.
第7図は特開昭6118050号公報の第1図に相当し
、図において(10)、 (20>はそれぞれ一致検出
部、(11)は開始アドレス設定部、(21)は終了ア
ドレス設定部、(3)はフリップフロップ、(4)はア
ンドゲート、(50)はタイマカウンタ、(51)はク
ロック発生器である。FIG. 7 corresponds to FIG. 1 of Japanese Unexamined Patent Publication No. 6118050, and in the figure, (10) and (20> are respectively a match detection section, (11) is a start address setting section, and (21) is an end address setting section. , (3) is a flip-flop, (4) is an AND gate, (50) is a timer counter, and (51) is a clock generator.
開始アドレス設定部(11)と終了アドレス設定部(2
1)とには、所要時間を測定する対象である制御動作の
開始アドレスと、終了アドレスとをそれぞれ設定してお
く。フリップフロップ(3)は初期化の時点においてリ
セットされている。Start address setting section (11) and end address setting section (2)
In 1), the start address and end address of the control operation whose required time is to be measured are respectively set. The flip-flop (3) is reset at the time of initialization.
一連の制御動作を実行するための命令文を読み出す実行
アドレス信号が一致検出部(10)、 (20)に並列
に入力される。実行アドレスが開始アドレスと一致した
時点で一致検出部(10)から一致検出信号が出てフリ
ップフロップ(3)はセットされる。Execution address signals for reading command statements for executing a series of control operations are input in parallel to the coincidence detection units (10) and (20). When the execution address matches the start address, a match detection signal is output from the match detector (10) and the flip-flop (3) is set.
その後、実行アドレスが終了アドレスと一致した時点で
、一致検出部(20)から一致検出信号が出てフリップ
フロップ(3)はリセットされる。Thereafter, when the execution address matches the end address, a match detection signal is output from the match detection section (20) and the flip-flop (3) is reset.
フリップフロップ(3)がセット状態にある間は、ゲー
ト(4)がオン状態となり、クロック発生器(51)か
らのクロックパルスを通過させ、この通過したクロック
パルスをタイマカウンタ(50)で計数する。初期化の
時点でタイマカウンタ(50)はリセットされているか
ら実行アドレスを所定範囲変化させた後のタイマカウン
タ(50)の内容は、開始アドレスから終了アドレスま
での経過時間を示す。While the flip-flop (3) is in the set state, the gate (4) is in the on state, allowing clock pulses from the clock generator (51) to pass through, and the passed clock pulses are counted by the timer counter (50). . Since the timer counter (50) is reset at the time of initialization, the contents of the timer counter (50) after changing the execution address within a predetermined range indicate the elapsed time from the start address to the end address.
第8図は第7図の回路の動作を示す動作タイムチャート
であって、対象装置のクロック、実行アドレスの変化、
一致検出部(10)、 (20)の出力を示し、「時間
計測」としてゲート(4)のオン状態にある時間を示し
ている。但し、フリップフロップ(3)は入力パルスの
立ち上がり点でトリガされるものとして示しである。FIG. 8 is an operation time chart showing the operation of the circuit shown in FIG.
The outputs of the coincidence detectors (10) and (20) are shown, and the time during which the gate (4) is in the on state is shown as "time measurement". However, the flip-flop (3) is shown as being triggered at the rising point of the input pulse.
第7図のクロック発生器(51)の出力クロックとして
は、第8図の対象装置のクロックを使用してもよく、別
にクロック発生器(51)を設けてもよい。As the output clock of the clock generator (51) in FIG. 7, the clock of the target device in FIG. 8 may be used, or a separate clock generator (51) may be provided.
[発明が解決しようとする課題]
上記のような従来の情報処理機器動作測定装置は以上の
ように構成されているので、情報処理機器の動作で最初
に通過する開始アドレスと終了アドレスとの間の時間の
測定しか行うことはできない。然しなから一般に情報処
理機器では、一連のプログラム中に同一の開始アドレス
とこれに対応する終了アドレスとが複数回現れ、開始ア
゛ドレスから終了アドレスまでの時間はその出現の時点
に従ってそれぞれ異なるのが普通であるので、最初に通
過する開始アドレスと終了アドレスとの間の時間を測定
するだけでは不十分になる。[Problems to be Solved by the Invention] Since the conventional information processing equipment operation measurement device as described above is configured as described above, the information processing equipment operates between the start address and the end address that the information processing equipment first passes during operation. It is only possible to measure the time of . However, in general, in information processing equipment, the same start address and corresponding end address appear multiple times in a series of programs, and the time from the start address to the end address differs depending on the point of appearance. is common, so it becomes insufficient to simply measure the time between the first passed starting address and ending address.
この問題を解決するためになされた発明としては、特願
昭62−264342号公報「計算機負荷測定装置」に
開示された発明がある。この発明では複数回に渡って測
定した時間を累算するものであるが、このような方法で
は合計時間または平均時間を決定することはできても、
任意の出現時点における所要時間の計測や、出現時点に
よって所要時間にどの程度のばらつきがあるかの計測が
行えないという問題点があった。An invention made to solve this problem is disclosed in Japanese Patent Application No. 62-264342 entitled "Computer Load Measuring Device". In this invention, the time measured multiple times is accumulated, but although it is possible to determine the total time or average time with such a method,
There is a problem in that it is not possible to measure the time required at any given point of departure or to measure the degree of variation in the required time depending on the point of departure.
この発明はかかる課題を解決するためになされたもので
、予め定める出現回数範囲内の開始アドレスから対応す
る終了アドレスまでの時間を、それぞれ別々に測定する
ことができる情報処理機器動作測定装置を得ることを目
的としている。The present invention has been made to solve this problem, and provides an information processing equipment operation measurement device that can separately measure the time from a start address to a corresponding end address within a predetermined number of occurrences range. The purpose is to
[課題を解決するための手段]
この発明にかかる情報処理機器動作測定装置は、開始ア
ドレスの一致を検出した回数を計数するカウンタを設け
、このカウンタの内容に従って時間計測の制御を行うこ
ととしたものである。[Means for Solving the Problems] An information processing equipment operation measuring device according to the present invention is provided with a counter that counts the number of times a match of start addresses is detected, and controls time measurement according to the contents of this counter. It is something.
[作用]
この発明においては、開始アドレスの一致を検出した回
数を計数するカウンタの内容に従って時間計測の制御を
行うことにより、任意の回数範囲のデータを得ることが
可能となる。[Operation] In the present invention, by controlling time measurement according to the contents of a counter that counts the number of times a match of start addresses is detected, it is possible to obtain data for an arbitrary range of times.
[実施例]
以下、この発明の一実施例を図面を用いて説明する。第
1図はこの出願にかかる第1の発明の一実施例を示すブ
ロック図で、第1図において第7図と同一符号は同−又
は相当部分を示し、(1)は開始アドレス一致検出部、
(2)は終了アドレス−致検出部であって、開始アドレ
ス一致検出部(1)は第7図のく10)と(11)を、
終了アドレス一致検出部(2)は第7図の(20)と(
21)とをそれぞれまとめて表したものである。(6)
はカウンタ、(7)は−数回路を示す。[Example] An example of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing an embodiment of the first invention according to this application. In FIG. 1, the same reference numerals as in FIG. 7 indicate the same or corresponding parts, and (1) is a start address matching detection unit ,
(2) is an end address match detection unit, and a start address match detection unit (1) detects 10) and (11) in FIG.
The end address match detection unit (2) is configured by (20) and (20) in FIG.
21) are collectively expressed. (6)
indicates a counter, and (7) indicates a - number circuit.
なお、ゲート(4)、クロック発生回路(51)、タイ
マカウンタ(50)を総称してタイマ(5)ということ
にする。Note that the gate (4), clock generation circuit (51), and timer counter (50) will be collectively referred to as a timer (5).
一連のプログラムの実行中に第n回目に出現した開始ア
ドレスから、それに対応する終了アドレスまでの時間を
測定しようする場合、−数回路(7)はカウンタ(6)
の内容がnである間は論理「1」の信号を出力するよう
に設定しておく。When you want to measure the time from the start address that appears the nth time during the execution of a series of programs to the corresponding end address, the -number circuit (7) is a counter (6).
It is set to output a logic "1" signal while the content of is n.
フリップフロップ(3)、カウンタ(6)、タイマカウ
ンタ(50)を初期化の時点でそれぞれリセットする。The flip-flop (3), counter (6), and timer counter (50) are each reset at the time of initialization.
開始アドレス一致検出部(1)から一致検出信号が検出
されるごとにフリップフロップ(3)はオフからオンに
なり、このオフからオンになる回数がカウンタ(6)で
計数される。カウンタ(6)の内容がnになった時点か
ら次にn+1になるまでの間、−数回1(7)は論理「
1」の信号を出力し、フリップフロップ(3)の出力が
論理「1」である期間クロック発生回路(51)からの
パルスがタイマカランタフ50)に入力されて計数され
る。Each time a coincidence detection signal is detected from the start address coincidence detection section (1), the flip-flop (3) is turned from off to on, and the number of times the flip-flop (3) is turned from off to on is counted by a counter (6). From the time when the content of the counter (6) reaches n until the next time it reaches n+1, 1 (7) is calculated by the logic "-" several times.
During the period in which the output of the flip-flop (3) is logic "1", the pulses from the clock generation circuit (51) are input to the timer counter (50) and counted.
第2図は第1図の回路の動作を示す動作タイムチャート
であって、対象装置のクロック、実行アドレス、開始ア
ドレス一致は、第8図における同一名称の部分に相当す
る。そして開始アドレス−数回数カウンタはカウンタ(
6)の内容を示し、測定終了のパルスは終了アドレス一
致検出部(2)からの出力で、開始アドレス一致として
示す各パルスにそれぞれ対応して出力しているが、第2
図ではn回目のものだけを示しである。FIG. 2 is an operation time chart showing the operation of the circuit of FIG. 1, and the clock, execution address, and start address matching of the target device correspond to the parts with the same names in FIG. 8. And the starting address - the number of times counter is the counter (
6), the pulse at the end of measurement is output from the end address match detection unit (2), and is output corresponding to each pulse indicated as start address match, but the second
In the figure, only the nth time is shown.
第3図はこの出願にかかる第2の発明の一実施例を示す
ブロック図で、第1図と同一符号は同−又は相当部分を
示し、開始アドレスの第に回目から第m回目までのデー
タを各回それぞれ別々に測定するためのものである。FIG. 3 is a block diagram showing an embodiment of the second invention according to this application, in which the same reference numerals as in FIG. This is to measure each time separately.
第3図において、(71)、 (72)はそれぞれ−数
回路、(73)、 (74)はそれぞれレジスタで、上
限値m+1と下限値にとが設定される。(75)はフリ
ップフロップ、(52)は遅延回路である。In FIG. 3, (71) and (72) are negative number circuits, and (73) and (74) are registers, respectively, in which an upper limit value m+1 and a lower limit value are set. (75) is a flip-flop, and (52) is a delay circuit.
フリップフロップ(75)は初期化の時点でリセットさ
れ、カウンタ(6)の内容がkになったときセットされ
、m+1になったときリセットされる。The flip-flop (75) is reset at the time of initialization, set when the content of the counter (6) reaches k, and reset when the content of the counter (6) reaches m+1.
すなわち、カウンタ(6)の内容かに〜mの間はフリッ
プフロップ(75)は論理rl、の信号を出力してゲー
ト(4)をオン状態にし、タイマ(5)を動作させる。That is, while the content of the counter (6) is ~m, the flip-flop (75) outputs a signal of logic rl to turn on the gate (4) and operate the timer (5).
またタイマカウンタ(50)で累算が行われないように
、終了アドレス一致検出部(2)がらの一致検出信号に
よりその回の測定が終了した後は、遅延回路(52)を
介してタイマカウンタ(5o)をリセットし、次の回に
対する測定の準備状態にしておく。Furthermore, in order to prevent the timer counter (50) from accumulating, after the measurement for that time is completed by the match detection signal from the end address match detector (2), the timer counter is sent via the delay circuit (52). (5o) is reset to prepare for the next measurement.
この第3図の回路において、k=1のときは(すなわち
、最初の回からm回までの測定を行う場合は)、−数回
路(71)、 (72)に相当する部分を簡単化するこ
とができる。第4図は第2の発明の他の実施例を示すブ
ロック図で、図において第3図と同一符号は同−又は相
当部分を示し、(60)はブリセットカウンタである。In the circuit shown in Fig. 3, when k = 1 (that is, when measuring from the first time to m times), the parts corresponding to -number circuits (71) and (72) are simplified. be able to. FIG. 4 is a block diagram showing another embodiment of the second invention, in which the same reference numerals as in FIG. 3 indicate the same or corresponding parts, and (60) is a brisset counter.
また、第4図で省略した部分はすべて第3図と同様であ
る。Also, all the parts omitted in FIG. 4 are the same as in FIG. 3.
初期化の時点においてプリセットカウンタ(60)には
数値mがプリセットされ、フリップフロップ(75)は
セットされる。プリセットカウンタ(60)は終了アド
レス一致検出部(2ON第3図参照)の−致検出信号時
点のフリップフロップ(3)の出力をダウンカウントす
るように接続されていて、内容が漸次減少して行き、0
になるとオーバーフローパルスを出力してフリップフロ
ップ(75)をリセットする。At the time of initialization, the preset counter (60) is preset to a value m, and the flip-flop (75) is set. The preset counter (60) is connected to count down the output of the flip-flop (3) at the time of the -match detection signal of the end address match detection section (2ON, see Figure 3), and the contents gradually decrease. ,0
When this happens, an overflow pulse is output to reset the flip-flop (75).
第5図は第4図に示す回路の動作を示す動作タイムチャ
ートであって、実行アドレス、開始アドレス一致、終了
アドレス一致は、第8図における同一名称に相当し、測
定開始パルスはこのパルスにより初期化が行われて測定
が開始され、開始終了アドレス間はカウントイネーブル
としても表され、フリップフロップ(3)のQ端子の反
対論理を示し、測定回数残はプリセットカウンタ(60
)の内容を示す。また、測定終了はフリップフロップ(
75)のQ端子の反対論理を示す。FIG. 5 is an operation time chart showing the operation of the circuit shown in FIG. 4, in which execution address, start address match, and end address match correspond to the same names in FIG. 8, and the measurement start pulse is determined by this pulse. Initialization is performed and measurement is started, and the period between the start and end addresses is also expressed as a count enable, indicating the opposite logic of the Q terminal of the flip-flop (3), and the remaining number of measurements is counted by the preset counter (60
). Also, the end of the measurement is the flip-flop (
75) shows the opposite logic of the Q terminal.
第3図に示す回路で各回ごとのデータを別々に測定する
場合には、これらのデータをそれぞれ別に記憶しておく
ことが必要である。データをメモリに書き込み又はメモ
リから読み出す技術はよく知られているので、その説明
を省略する。When measuring data separately for each time using the circuit shown in FIG. 3, it is necessary to store these data separately. Techniques for writing data to or reading data from memory are well known, so a description thereof will be omitted.
第6図はデータの書き込みのタイミングを示すブロック
図で、第6図において第3図と同一符号は同−又は相当
部分を示し、(53)、 (54)、 (55)はそれ
ぞれ遅延回路、(8)はラッチである。FIG. 6 is a block diagram showing the timing of data writing. In FIG. 6, the same symbols as in FIG. 3 indicate the same or corresponding parts, and (53), (54), and (55) are delay circuits, respectively; (8) is a latch.
終了アドレス一致検出部り2)からの一致検出信号によ
りその回の測定が終了した後は、遅延回路(53)によ
り適宜な遅延が与えた後、タイマカウンタ(50)の内
容をラッチ(8)に移し、同時にアドレスカウンタ(図
示せず)を数値1だけ増加し、その処理が終わった後、
遅延回路(54)により遅延してタイマカウンタ(50
)をリセットする。遅延回路(55)の出力時点でラッ
チ(8)の内容をメモリ(図示せず)に書き込めばよい
。After the measurement for that time is completed by the coincidence detection signal from the end address coincidence detection section 2), an appropriate delay is given by the delay circuit (53), and then the contents of the timer counter (50) are latched (8). At the same time, the address counter (not shown) is incremented by 1, and after that process is completed,
The timer counter (50) is delayed by the delay circuit (54).
) to reset. The contents of the latch (8) may be written to a memory (not shown) at the time of output of the delay circuit (55).
なお上記実施例はアドレスの一致を検出する場合につい
て説明しているが、情報処理機器内部のデータ信号の一
致やタイミング信号の一致を検出する場合においても、
この発明を応用することができる。Note that although the above embodiment describes the case of detecting a match of addresses, the same applies to the case of detecting a match of data signals or a match of timing signals inside an information processing device.
This invention can be applied.
[発明の効果]
この発明は以上説明したように、予め定める出現回数範
囲内の開始アドレスから終了アドレスまでの時間をそれ
ぞれ別々に測定することがで々るという効果がある。[Effects of the Invention] As explained above, the present invention has the advantage that it is possible to separately measure the time from the start address to the end address within a predetermined number of appearances range.
第1図は第1の発明の一実施例を示すブロック図、第2
図は第1図の装置の動作を示す動作タイムチャート、第
3図は第2の発明の一実施例を示すブロック図、第4図
は第2の発明の他の実施例を示すブロック図、第5図は
第4図の装置の動作を示す動作タイムチャート、第6図
は第3図の回路におけるデータの書き込みのタイミング
を示すブロック図、第7図は従来の装置を示すブロック
図、第8図は第7図の装置の動作を示す動作タイムチャ
ートである。
図において(1)は開始アドレス一致検出部、(2〉は
終了アドレス一致検出部、(3)はフリップフロップ、
(4)はアンドゲート、(5)はタイマ、(50)はタ
イマカウンタ、(51)はクロック発生器、(6)はカ
ウンタて゛ある。
なお、各図中同一符号は同一または相当部分を示すもの
とする。FIG. 1 is a block diagram showing an embodiment of the first invention;
FIG. 3 is a block diagram showing an embodiment of the second invention; FIG. 4 is a block diagram showing another embodiment of the second invention; 5 is an operation time chart showing the operation of the device shown in FIG. 4, FIG. 6 is a block diagram showing the timing of data writing in the circuit shown in FIG. 3, FIG. 7 is a block diagram showing the conventional device, FIG. 8 is an operation time chart showing the operation of the apparatus shown in FIG. In the figure, (1) is a start address match detection section, (2> is an end address match detection section, (3) is a flip-flop,
(4) is an AND gate, (5) is a timer, (50) is a timer counter, (51) is a clock generator, and (6) is a counter. Note that the same reference numerals in each figure indicate the same or corresponding parts.
Claims (3)
ドレスと一致する時点を検出する開始アドレス一致検出
部、 上記実行アドレスが上記開始アドレスに対応する終了ア
ドレスと一致する時点を検出する終了アドレス一致検出
部、 上記開始アドレス一致検出部の一致検出信号でセットさ
れ、上記終了アドレス一致検出部の一致検出信号でリセ
ットされるフリップフロップ、初期化の時点において上
記フリップフロップをリセットし、このフリップフロッ
プがリセット状態からセット状態に転移する回数を計数
するカウンタ、 初期化の時点において上記カウンタをリセットし、予め
定める回数をn(nは正の整数)とするとき、上記カウ
ンタの計数値がnである期間は論理「1」の信号を出力
する手段、この論理「1」の信号が出力されている状態
で上記フリップフロップがセットされている間の時間を
計測するタイマ、 を備えた情報処理機器動作測定装置。(1) A start address match detection unit that detects a point in time when an execution address of an information processing device matches a predetermined start address; an end address match that detects a point in time when the execution address matches an end address corresponding to the start address; a detection unit, a flip-flop that is set by the match detection signal of the start address match detection unit and reset by the match detection signal of the end address match detection unit; resets the flip-flop at the time of initialization; A counter that counts the number of transitions from a reset state to a set state; when the counter is reset at the time of initialization and the predetermined number of times is n (n is a positive integer), the count value of the counter is n. The period is an information processing device operation comprising means for outputting a logic "1" signal, and a timer for measuring the time while the flip-flop is set while the logic "1" signal is being output. measuring device.
ドレスと一致する時点を検出する開始アドレス一致検出
部、 上記実行アドレスが上記開始アドレスに対応する終了ア
ドレスと一致する時点を検出する終了アドレス一致検出
部、 上記開始アドレス一致検出部の一致検出信号でセットさ
れ、上記終了アドレス一致検出部の一致検出信号でリセ
ットされるフリップフロップ、初期化の時点において上
記フリップフロップをリセットし、このフリップフロッ
プがリセット状態からセット状態に転移する回数を計測
するカウンタ、 初期化の時点において上記カウンタをリセットし、予め
定める回数をmとk(m、kは正の整数でk<m)とす
るとき、上記カウンタの計数値がkとm+1との間にあ
る期間は論理「1」の信号を出力する手段、 この論理「1」の信号が出力されている期間、上記フリ
ップフロップがセット状態にある時間をそれぞれ計測す
るタイマ、 このタイマの計測値を処理する手段、 を備えた情報処理機器動作測定装置。(2) A start address match detection unit that detects a point in time when an execution address of an information processing device matches a predetermined start address; an end address match that detects a point in time when the execution address matches an end address corresponding to the start address; a detection unit, a flip-flop that is set by the match detection signal of the start address match detection unit and reset by the match detection signal of the end address match detection unit; resets the flip-flop at the time of initialization; A counter that measures the number of transitions from a reset state to a set state, when the above counter is reset at the time of initialization and the predetermined number of times is m and k (m and k are positive integers and k<m), the above A means for outputting a logic "1" signal during a period when the count value of the counter is between k and m+1; a period during which this logic "1" signal is output, a time during which the flip-flop is in the set state; An information processing equipment operation measuring device comprising: a timer for measuring each time; and means for processing the measured values of the timer.
ことを特徴とする請求項第2項記載の情報処理機器動作
測定装置。(3) The information processing equipment operation measuring device according to claim 2, wherein the means for processing the measured values of the timer comprises means for storing each of these measured values in a storage section.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2008842A JPH03212744A (en) | 1990-01-18 | 1990-01-18 | Information processing equipment operation measurement device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2008842A JPH03212744A (en) | 1990-01-18 | 1990-01-18 | Information processing equipment operation measurement device |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH03212744A true JPH03212744A (en) | 1991-09-18 |
Family
ID=11704022
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2008842A Pending JPH03212744A (en) | 1990-01-18 | 1990-01-18 | Information processing equipment operation measurement device |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH03212744A (en) |
-
1990
- 1990-01-18 JP JP2008842A patent/JPH03212744A/en active Pending
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US5842006A (en) | Counter circuit with multiple registers for seamless signal switching | |
| EP0484975A2 (en) | Continuous overlapping frequency measurement | |
| KR0127685B1 (en) | Timer circuit and data processing device including the same | |
| JPH03212744A (en) | Information processing equipment operation measurement device | |
| JPH0534474A (en) | Measurement timer device | |
| JPH0284812A (en) | Duty factor discrimination circuit | |
| JP2604562B2 (en) | Pulse interval measuring device | |
| JPH05151004A (en) | Method for measuring cpu occupancy time for task | |
| JP2936689B2 (en) | Trigger generator | |
| SU1437865A1 (en) | Device for monitoring digital units | |
| SU1381429A1 (en) | Multichannel device for programmed control | |
| JPH0721838B2 (en) | Measuring device | |
| JP4013445B2 (en) | Time counter | |
| JP3256356B2 (en) | Time difference measurement method | |
| JPS6139720A (en) | Trigger control circuit | |
| JPH0673227B2 (en) | Magnetic disk characteristics measuring device | |
| JPH0552972A (en) | Frequency distribution measurement circuit | |
| JPH0120393B2 (en) | ||
| JPS6045375B2 (en) | Timing generator for IC tester | |
| JPH01267470A (en) | Width measuring circuit | |
| JPS6394166A (en) | Waveform measuring instrument | |
| JPH04117096A (en) | Microcomputer | |
| JPH07104006A (en) | Measurement waveform storage device | |
| JPH0619753A (en) | Program development support device | |
| JPH0812214B2 (en) | Correlation time difference meter |