JPH02118852A - Simplifying system for debugging of high-level language - Google Patents

Simplifying system for debugging of high-level language

Info

Publication number
JPH02118852A
JPH02118852A JP63272067A JP27206788A JPH02118852A JP H02118852 A JPH02118852 A JP H02118852A JP 63272067 A JP63272067 A JP 63272067A JP 27206788 A JP27206788 A JP 27206788A JP H02118852 A JPH02118852 A JP H02118852A
Authority
JP
Japan
Prior art keywords
debugging
program
input output
level language
executes
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
JP63272067A
Other languages
Japanese (ja)
Inventor
Makoto Kodama
誠 小玉
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 Engineering Ltd
Original Assignee
NEC Engineering 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 NEC Engineering Ltd filed Critical NEC Engineering Ltd
Priority to JP63272067A priority Critical patent/JPH02118852A/en
Publication of JPH02118852A publication Critical patent/JPH02118852A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To simplify the debugging of the input output control part of a user program by himself by recording the action condition of respective program blocks to a table, taking out the information from respective tables at the time of debugging and executing the necessary analysis. CONSTITUTION:An OS 31 controls all pieces of software, a kernel part 32 executes the scheduling of respective programs and executes the area control of a main storage 12, a basic input output part 33 receives the input output request and directly, controls machine units 20 to 23. A run time routine RTR 34 executes an application program. At a table 1 to show the control situation of respective parts, the program divided classified by the function of the kernel part 32, the input output part 33 and the RTR 34 is individually held. In the input output part 33, the table 1 is possessed for units 20 to 23 to be controlled. In the table 1 possessed individually, the situation executed by respective programs is respectively recorded by an action condition recording means 2.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、コンピュータシステムにおけるプログラムの
デバッグに利用される。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention is utilized for debugging programs in computer systems.

本発明は、コンピュータシステムにおけるプログラムの
デバッグ方式に関し、特に、高級言語で記述された利用
者プログラムにおける、入出力制御部分のデバッグを簡
易化した高級言語デバッグの簡易化方式に関する。
The present invention relates to a method for debugging programs in a computer system, and more particularly to a method for simplifying high-level language debugging that simplifies debugging of an input/output control portion of a user program written in a high-level language.

〔概要〕〔overview〕

本発明は、コンピュータシステムにおける高級言語で記
述された利用者プログラムのデバッグ方式において、 前記コンピュータシステムに接続された処理手段ごとに
その利用プログラムの動作状態を表す情報を個別のテー
ブルに記録しておき、デバッグ時にその記録された情報
を取り出して解析できるようにすることにより、 前記利用者プログラムの人出力制御部分のデバッグを、
利用者自身が簡単にできる高級言語デバッグの簡易化方
式を実現したものである。
The present invention provides a debugging method for a user program written in a high-level language in a computer system, in which information representing the operating state of the user program is recorded in a separate table for each processing means connected to the computer system. By making it possible to extract and analyze the recorded information during debugging, debugging of the human output control portion of the user program is possible.
This is a simplified method for high-level language debugging that users can easily perform themselves.

〔従来の技術〕[Conventional technology]

従来、高級言語例えばコボル(COBOL)などで記述
された利用者プログラムにおける人出力を含むデバッグ
においては、要所、要所に表示命令、キー人力命令を設
け、少しずつ動作させて、その段階までの動きが正しい
か否かを[nする方式を用いデバッグを行っていた。
Conventionally, when debugging a user program written in a high-level language such as COBOL, which includes human output, display commands and key manual commands are set at important points and key points, and operations are performed little by little to reach that stage. Debugging was performed using a method of checking whether the movement of the computer was correct or not.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

コンピュータシステムのソフトウェア開発においては、
オペレーティングシステム(基本人出力を含む)、アプ
リケーションプログラム開発用の支援ユーティリティソ
フトウエアなどはコンピュータの供給者が提供し、コン
ピュータシステムを利用するためのアプリケーションプ
ログラムは、供給者とは異なる部門において別途開発す
るか、利用者自身が開発する形式をとっている。
In software development for computer systems,
The operating system (including basic human output), support utility software for application program development, etc. are provided by the computer supplier, and application programs for using the computer system are developed separately by a department different from the supplier. Or, it is developed by the user himself/herself.

この場合、コンピュータシステムの利用者は、高級言語
を用いてアプリケーションソフトウェアを開発し利用す
る形式が一般的である。アプリケーションソフトウェア
のロジック・自体は従来の方式にてデバッグが可能であ
る。しかし、入出力を含む部分のデバッグにおいては、
実際に人出力を行う所がオペレーティングシステムの基
本人出力部またはハードウェア部であるため、設計通り
に動作しなかったり、何らかのコントロールミスが原因
で、ハードウェア部もしくはオペレーティングシステム
の基本人出力部が、ある現象の無限待ち状態に陥ってし
まった場合には、利用者がその原因を究明することがほ
とんど不可能となる欠点があった。
In this case, users of the computer system generally develop and use application software using a high-level language. The logic of the application software itself can be debugged using conventional methods. However, when debugging parts that include input and output,
Since the place that actually performs human output is the basic human output section of the operating system or the hardware section, if it does not operate as designed or due to some kind of control error, the hardware section or the basic human output section of the operating system may fail. However, if the user falls into an infinite waiting state due to a certain phenomenon, it is almost impossible for the user to investigate the cause.

本発明の目的は、前記の欠点を除去することにより、利
用者プログラムを開発した利用者(開発者も含む)が、
簡単に問題点を解析しデバッグできる、高級言工吾デバ
ッグの簡易化方式を提供することにある。
An object of the present invention is to eliminate the above drawbacks so that users (including developers) who have developed user programs can
The object of the present invention is to provide a simplified method for debugging high-level language, which allows problems to be easily analyzed and debugged.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、主制御ユニットと、この主制御二ニットに制
御される複数の処理手段とを備えたコンピュータシステ
ムにおける高級言語で記述された利用者プログラムのデ
バッグ方式において、各処理手段単位に分割された前記
利用者プログラムのプログラムブロックごとにその動作
状態を表す情報を記録する共通の構造を有する複数のテ
ーブルを格納するテーブル部と、前記利用者プログラム
の実行に従って前記プログラムブロックの動作状態を表
す情報を当該の前記テーブルに記録する動作状態記録手
段と、前記テーブルに記録された情報を取り出し所要の
解析を行う情報解析手段とを備えたことを特徴とする。
The present invention provides a method for debugging a user program written in a high-level language in a computer system equipped with a main control unit and a plurality of processing means controlled by the main control unit. a table unit storing a plurality of tables having a common structure for recording information representing the operating state of each program block of the user program; and information representing the operating state of the program block according to execution of the user program. The present invention is characterized by comprising an operating state recording means for recording the information in the table, and an information analysis means for extracting the information recorded in the table and performing a necessary analysis.

〔作用〕[Effect]

テーブル部は、例えば主記憶装置内に設けられ、各処理
手段ごとにそのプログラムブロックの動作状態を個別に
記録するための複数のテーブルが用意される。なお、こ
れらのテーブルは共通形式となっている。動作状態記録
手段は、前記各プログラムブロックの動作状態を当該テ
ーブルに記録する。そして、デバッグ時に、情報解析手
段は、前記各テーブルから情報を取り出し所要の解析を
行う。
The table section is provided, for example, in the main storage device, and a plurality of tables are prepared for individually recording the operating state of the program block for each processing means. Note that these tables have a common format. The operating state recording means records the operating state of each program block in the table. Then, during debugging, the information analysis means extracts information from each of the tables and performs necessary analysis.

従って、利用者はあらかじめ別途用意された手引き書な
どを用いることにより、自ら利用者プログラムの人出力
制御部のデバッグを簡単に行うことが可能となる。
Therefore, the user can easily debug the human output control section of the user program by using a manual prepared separately in advance.

〔実施例〕〔Example〕

以下、本発明の実施例について図面を参照して言免明す
る。
Hereinafter, embodiments of the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例の要部を示すブロック構成図
、第2図は本発明の一実施例が適用されるコンピュータ
システムの一例を示すブロック構成図、および第3図は
そのプログラムの構成の概要を示す説明図である。
FIG. 1 is a block diagram showing a main part of an embodiment of the present invention, FIG. 2 is a block diagram showing an example of a computer system to which an embodiment of the present invention is applied, and FIG. 3 is a program thereof. FIG.

第1図によると、本実施例は、主制御ユニットと、この
主制御ユニットに制御される複数の処理手段とを備えた
コンピュータシステムにおける高級言語で記述された利
用者プログラムのデバッグ方式において、 各処理手段単位に分割された前記利用者プログラムのプ
ログラムブロックごとにその動作状態を表す情報を記録
する共通の構造を有する複数のテーブル1を格納するテ
ーブル部1aと、前記利用者プログラムの実行に従って
前記プログラムブロックの動作状態を表す情報を当該の
テーブル1に記録する動作状態記録手段2と、テーブル
1に記録された情報を取り出し所要の解析を行う情報解
析手段3とを備えている。
According to FIG. 1, the present embodiment is a method for debugging a user program written in a high-level language in a computer system equipped with a main control unit and a plurality of processing means controlled by the main control unit. a table unit 1a that stores a plurality of tables 1 having a common structure for recording information representing the operating state of each program block of the user program divided into processing unit units; The operating state recording means 2 records information representing the operating state of a program block in the corresponding table 1, and the information analyzing means 3 extracts the information recorded in the table 1 and performs necessary analysis.

第2図によると、本実施例が適用されるコンピュータシ
ステムは、主制御ユニッ)  (MPU)11と、主記
憶装置(MM)12と、ディスク制御手段(DKC)1
3と、ディスクユニット (DISK)14と、デイス
プレィ (CRT)15と、鍵盤(KB)16と、鍵盤
・デイスプレィ制御手段(KBC)17と、プリンタ制
御手段(PRC)18と、プリンタ(PR)19と、機
械ユニット(1) (MCH(1)) 20、(2) 
(MCH(2)) 21、(3) (M CH(3))
 22および(4)(MCH(4))23と、機械イン
タフェース(1) (M C(1) )24、(2) 
(MC(2)) 25、(3) (MC(3)) 26
および(4)(MC(4))27と、信号バス28とを
含んでいる。
According to FIG. 2, the computer system to which this embodiment is applied includes a main control unit (MPU) 11, a main memory (MM) 12, and a disk control unit (DKC) 1.
3, a disk unit (DISK) 14, a display (CRT) 15, a keyboard (KB) 16, a keyboard/display control means (KBC) 17, a printer control means (PRC) 18, and a printer (PR) 19. and mechanical unit (1) (MCH (1)) 20, (2)
(MCH(2)) 21, (3) (MCH(3))
22 and (4) (MCH(4)) 23 and machine interface (1) (MC(1)) 24, (2)
(MC(2)) 25, (3) (MC(3)) 26
and (4) (MC(4)) 27, and a signal bus 28.

第3図によると、本実施例のプログラムは、オペレーテ
ィングシステム(O3)31と、カーネル部32と、基
本人出力部33と、ランクイムルーチン(RTR)34
と、データ収集部35とを含んでいる。
According to FIG. 3, the program of this embodiment includes an operating system (O3) 31, a kernel section 32, a basic human output section 33, and a rank routine (RTR) 34.
and a data collection unit 35.

ここで、カーネル部32、基本人出力部23およびラン
クイムルーチン34は第1図の動作状態記録手段を含み
、データ収集部35は第1図の情報解析手段3を含んで
いる。
Here, the kernel section 32, basic person output section 23, and rank im routine 34 include the operating state recording means shown in FIG. 1, and the data collection section 35 includes the information analysis means 3 shown in FIG.

本発明の特徴は、第1図において、複数のテーブル1が
格納されたテーブル部1aと、動作状態記録手段2と、
情報解析手段3とを設けたことにある。
The features of the present invention are, as shown in FIG.
The reason is that an information analysis means 3 is provided.

次に、本実施例の動作について、第3図と第4図に示す
流れ図とを参照して説明する。
Next, the operation of this embodiment will be explained with reference to the flowcharts shown in FIGS. 3 and 4.

オペレーティングシステム(O3)31は、全ソフトウ
ェアを統轄し、主にカーネル部32と基本人出力部33
とを含んでいる。カーネル部32は、各プログラムのス
ケジューリング、主記憶装置12の領域管理、アプリケ
ーションプログラムからの入出力要求の受は渡しなどを
行う。基本人出力部33は、入出力要求を受け、直接に
機械ユニット(1)20ないしく4)23の制御を行う
。ランクイムルーチン(RTR)34は、アプリケーシ
ョンプログラムを実行する。すなわち、コンピュータシ
ステムの利用者が業務に応じて高級言語にて作成したア
プリケーションプログラムを実行する。各部のコントロ
ール状況を示すテーブルlは、カーネル部32、基本人
出力部33およびランクイムルーチン(RTR)340
機能別に分割したプログラムが個々に保持しており、基
本人出力部33においては、制御される機械ユニット(
1)20〜(4)23ごとにテーブル1を保有する。個
々に保有しているテーブル1には、各プログラムが実行
する状況が動作状態記録手段2によりそれぞれ記録され
る(ステップSt)。
The operating system (O3) 31 supervises all software, mainly the kernel section 32 and the basic output section 33.
Contains. The kernel unit 32 performs scheduling of each program, area management of the main storage device 12, receiving and passing input/output requests from application programs, and the like. The basic human output unit 33 receives input/output requests and directly controls the mechanical units (1) 20 to 4) 23. A run time routine (RTR) 34 executes an application program. That is, the user of the computer system executes an application program created in a high-level language according to the job. Table 1 showing the control status of each part includes the kernel part 32, the basic output part 33, and the rank routine (RTR) 340.
Programs divided by function are held individually, and the basic human output section 33 stores the mechanical units (
1) Table 1 is held for every 20 to (4) 23. In the individually held table 1, the operating status recording means 2 records the execution status of each program (step St).

ここで、カーネル32は、各プログラムのスケジューリ
ング状況、主記憶装置(MM)12の領域管理状況など
を記録し、基本人出力部33は、入出力要求の有無、入
出力制御の進捗状況、および異常状態検出の有無などを
記録し、ランタイムルーチン34は、アプリケーション
プログラムが発行した入出力要求の状況および正常終了
異常終了の状況を記録する。データ収集部35は、第1
図の鍵盤16より指示を受けて、各部の制御状況を示す
テーブル1のデータを情報解析手段3により収集し、デ
イスプレィ15またはディスクユニット14またはプリ
ンタ19へ出力する。これにより利用者は別途与えられ
た手引き書を用いて所要の解析を行う(ステップ32)
Here, the kernel 32 records the scheduling status of each program, the area management status of the main memory (MM) 12, etc., and the basic human output unit 33 records the presence or absence of input/output requests, the progress status of input/output control, and the like. The runtime routine 34 records the presence or absence of abnormal state detection, and records the status of input/output requests issued by the application program and the status of normal termination and abnormal termination. The data collection unit 35
Upon receiving instructions from the keyboard 16 shown in the figure, the information analysis means 3 collects data in a table 1 indicating the control status of each section, and outputs it to the display 15, disk unit 14, or printer 19. As a result, the user performs the required analysis using the separately provided guide (step 32).
.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明は、前記の構成により、入
出力部分の詳細な状況を明確にすることができるように
なり、問題点の早期解決を行うことができる効果がある
。また、利用者からの問い合わせなどによる供給者側の
支援工数を低減する効果もある。
As explained above, the present invention has the effect that the detailed situation of the input/output part can be clarified by the above-described configuration, and problems can be solved quickly. It also has the effect of reducing support man-hours on the supplier side due to inquiries from users.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例の要部を示すブロック構成図
。 第2図は本実施例が適用されるコンビニータンステムの
一例を示すブロック構成図。 第3図はそのプログラムの構成の概要を示す説明図。 第4図はその動作を示す流れ図。 1・・・テーブノペ 1a・・・テーブル部、2・・・
動作状態記録手段、3・・・情報解析手段、11・・・
主制御ユニット (MPU) 、12・・・主記憶装置
(MM) 、13・・・ディスク制御手段(DKC) 
、14・・・ディスクユニット (IISK)、15・
・・デイスプレィ (CRT)、16・・・(KB)鍵
盤、17・・・1!盤・デイスプレィ制御手段(KBC
)、18・・・プリンタ制御手段(PRC)、19・・
・プリンタ (PR)、20・・・機械ユニッl)(M
CH(1)) 、21・・・機械ユニット(2)(MC
H(2))、22・・・機械ユニッ)(3) (MCH
(3)) 、23・・・機械ユニット(4) (M C
H(4)) 、24・・・機械インタフェース(1)(
MC(1)) 、25・・・機械インタフェース(2)
 (MC(2))、26・・・機械インタフェース(3
) (MC(3)) 、27・・・機械インタフェース
(4) (MC(4)) 、28・・・信号バス、31
・・・オペレーティングシステム(O3)、32・・・
カーネル部、33・・・基本人出力部、34・・・ラン
クイムルーチン(RTR) 、35・・・データ収集部
、Sl、S2・・・ステップ。
FIG. 1 is a block diagram showing the main parts of an embodiment of the present invention. FIG. 2 is a block diagram showing an example of a convenience tan stem to which this embodiment is applied. FIG. 3 is an explanatory diagram showing an outline of the structure of the program. FIG. 4 is a flowchart showing the operation. 1...Table nope 1a...Table part, 2...
Operating state recording means, 3... Information analysis means, 11...
Main control unit (MPU), 12... Main memory (MM), 13... Disk control means (DKC)
, 14... Disk unit (IISK), 15...
...Display (CRT), 16... (KB) Keyboard, 17...1! Panel/display control means (KBC
), 18... printer control means (PRC), 19...
・Printer (PR), 20...mechanical unit) (M
CH (1)), 21... Mechanical unit (2) (MC
H (2)), 22... mechanical unit) (3) (MCH
(3)), 23... Mechanical unit (4) (MC
H(4)), 24... Machine interface (1)(
MC (1)), 25... Machine interface (2)
(MC(2)), 26... Machine interface (3
) (MC(3)), 27... Machine interface (4) (MC(4)), 28... Signal bus, 31
...Operating system (O3), 32...
Kernel section, 33... Basic human output section, 34... Rankim routine (RTR), 35... Data collection section, Sl, S2... Step.

Claims (1)

【特許請求の範囲】 1、主制御ユニットと、この主制御ユニットに制御され
る複数の処理手段とを備えたコンピュータシステムにお
ける高級言語で記述された利用者プログラムのデバッグ
方式において、 各処理手段単位に分割された前記利用者プログラムのプ
ログラムブロックごとにその動作状態を表す情報を記録
する共通の構造を有する複数のテーブルを格納するテー
ブル部と、前記利用者プログラムの実行に従って前記プ
ログラムブロックの動作状態を表す情報を当該の前記テ
ーブルに記録する動作状態記録手段と、前記テーブルに
記録された情報を取り出し所要の解析を行う情報解析手
段と を備えたことを特徴とする高級言語デバッグの簡易化方
式。
[Claims] 1. In a debugging method for a user program written in a high-level language in a computer system comprising a main control unit and a plurality of processing means controlled by the main control unit, each processing means unit a table section storing a plurality of tables having a common structure for recording information representing the operating state of each program block of the user program divided into the program blocks; A method for simplifying high-level language debugging, characterized by comprising an operating state recording means for recording information representing the table in the table, and an information analysis means for extracting the information recorded in the table and performing a required analysis. .
JP63272067A 1988-10-28 1988-10-28 Simplifying system for debugging of high-level language Pending JPH02118852A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63272067A JPH02118852A (en) 1988-10-28 1988-10-28 Simplifying system for debugging of high-level language

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63272067A JPH02118852A (en) 1988-10-28 1988-10-28 Simplifying system for debugging of high-level language

Publications (1)

Publication Number Publication Date
JPH02118852A true JPH02118852A (en) 1990-05-07

Family

ID=17508635

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63272067A Pending JPH02118852A (en) 1988-10-28 1988-10-28 Simplifying system for debugging of high-level language

Country Status (1)

Country Link
JP (1) JPH02118852A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1994027213A2 (en) * 1993-05-10 1994-11-24 Shapiro Benjamin V Method for minimizing uncertainty in computer software processes allowing for automatic identification of faults locations and locations for modifications due to new system requirements with introduction of an alternative form of the target process object code allowing for less recompilation and re-linkage processing
US9027850B2 (en) 2012-09-19 2015-05-12 Inguran, Llc Nozzle assembly for a flow cytometer system and methods of manufacture
EP2522983B1 (en) 2011-05-12 2015-12-16 Masterrind GmbH Nozzle for particle alignment in fluid flows
US9222872B2 (en) 2012-09-19 2015-12-29 Inguran, Llc Flow cytometer nozzle tip
US11668640B2 (en) 2015-03-06 2023-06-06 Inguran, Llc Nozzle assembly for a flow cytometry system and methods of manufacture

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1994027213A2 (en) * 1993-05-10 1994-11-24 Shapiro Benjamin V Method for minimizing uncertainty in computer software processes allowing for automatic identification of faults locations and locations for modifications due to new system requirements with introduction of an alternative form of the target process object code allowing for less recompilation and re-linkage processing
WO1994027213A3 (en) * 1993-05-10 1995-01-05 Benjamin V Shapiro Method for minimizing uncertainty in computer software processes allowing for automatic identification of faults locations and locations for modifications due to new system requirements with introduction of an alternative form of the target process object code allowing for less recompilation and re-linkage processing
US5522036A (en) * 1993-05-10 1996-05-28 Benjamin V. Shapiro Method and apparatus for the automatic analysis of computer software
EP2522983B1 (en) 2011-05-12 2015-12-16 Masterrind GmbH Nozzle for particle alignment in fluid flows
US9027850B2 (en) 2012-09-19 2015-05-12 Inguran, Llc Nozzle assembly for a flow cytometer system and methods of manufacture
US9222872B2 (en) 2012-09-19 2015-12-29 Inguran, Llc Flow cytometer nozzle tip
US9404846B2 (en) 2012-09-19 2016-08-02 Inguran, Llc Nozzle assembly for a flow cytometer system and methods of manufacture
US9927345B2 (en) 2012-09-19 2018-03-27 Inguran, Llc Nozzle assembly for a flow cytometer
US10634601B2 (en) 2012-09-19 2020-04-28 Inguran, Llc Nozzle assembly for a flow cytometry system and methods of manufacture
US11668640B2 (en) 2015-03-06 2023-06-06 Inguran, Llc Nozzle assembly for a flow cytometry system and methods of manufacture

Similar Documents

Publication Publication Date Title
JPH04216174A (en) Method and apparatus for logic simulation using hardware accelerator
US7409602B2 (en) Methodology for debugging RTL simulations of processor based system on chip
JP2000235511A (en) Performance analysis method for application program and system/device used for performance analysis for application program
Roehm et al. Monitoring user interactions for supporting failure reproduction
US5161116A (en) System for evaluating the performance of a large scale programmable machine capable of having a plurality of terminals attached thereto
JPH02118852A (en) Simplifying system for debugging of high-level language
US6131109A (en) Multitask processor, a multitask processing method, a multitask processing display method and a storage medium for processing by correlating task and object
JPH08314760A (en) Program development supporting device
KR940000290B1 (en) Method and apparatus for user assitance in information processing system
Lutz et al. Testing tools (software)
Keefe Hierarchical control programs for systems evaluation
Weiderman Evaluation of Ada Environments
Pomeroy A guide to programming tools and techniques
Grabner et al. Debugging of concurrent processes
Demurjian et al. Performance measurement methodologies for database systems
Feather et al. Validation of a fault-tolerant multiprocessor: Baseline experiments and workload implementation
Bernstein et al. Debugging in a time-sharing environment
Huang et al. A denotational model for interrupt-driven programs
Lambert et al. Program debugging and performance evaluation aids for a multi-microprocessor development system
Lebedev et al. Test environment for verification of multi-processor interrupt system with virtualization support
Dolotta et al. The LEAP load and test driver
JP2908337B2 (en) VHDL simulation execution system for multi-process
SE524799C2 (en) Debugging method for single or multi process real time systems, identifies significant event break off point with unique marker comprising check sum
JPH04123144A (en) Debuging device
Kornecki et al. A Process For Performance Evaluation Of Real-Time Systems