JPH0792774B2 - Relationship display method for multiple processes - Google Patents

Relationship display method for multiple processes

Info

Publication number
JPH0792774B2
JPH0792774B2 JP1008348A JP834889A JPH0792774B2 JP H0792774 B2 JPH0792774 B2 JP H0792774B2 JP 1008348 A JP1008348 A JP 1008348A JP 834889 A JP834889 A JP 834889A JP H0792774 B2 JPH0792774 B2 JP H0792774B2
Authority
JP
Japan
Prior art keywords
processes
display
task
message
program
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.)
Expired - Lifetime
Application number
JP1008348A
Other languages
Japanese (ja)
Other versions
JPH02188862A (en
Inventor
治雄 甘利
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.)
Tokyo Electric Power Co Inc
Original Assignee
Tokyo Electric Power Co Inc
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 Tokyo Electric Power Co Inc filed Critical Tokyo Electric Power Co Inc
Priority to JP1008348A priority Critical patent/JPH0792774B2/en
Publication of JPH02188862A publication Critical patent/JPH02188862A/en
Publication of JPH0792774B2 publication Critical patent/JPH0792774B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Multi Processors (AREA)

Description

【発明の詳細な説明】 [概要] 本発明は制御用コンピュータシステムのソフトウェア開
発環境における複数プロセス間の協調動作の関係表示を
行う複数プロセスの関係表示方式に関し、多数の計算機
からなるコンピュータシステムのプログラムの開発環境
におけるバグの発生の防止と効率化を目的とし、多数の
機能を実行する各プロセスに時間軸を用いて3次元表示
を行い、プロセス相互間で送受するメッセージの送受信
時点に対応した点を結ぶ線により表示し、入力された任
意の位置と視点に対応する3次元表示を行うものであ
る。
DETAILED DESCRIPTION OF THE INVENTION [Outline] The present invention relates to a relation display method of a plurality of processes for displaying a relation of cooperative operation between a plurality of processes in a software development environment of a control computer system, and a program of a computer system including a plurality of computers. In order to prevent the occurrence of bugs in the development environment and improve efficiency, a 3D display is performed using a time axis for each process that executes a large number of functions, and points that correspond to the time when messages are sent and received between processes. It is displayed by a line connecting the lines, and a three-dimensional display corresponding to an arbitrary input position and viewpoint is performed.

[産業上の利用分野] 本発明は複数のプロセスが並行して実行され、プロセス
間でメッセージが通信される制御用コンピュータシステ
ムにおける複数プロセスの関係表示方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a relationship display method for a plurality of processes in a control computer system in which a plurality of processes are executed in parallel and messages are communicated between the processes.

近年、分散した多数のコンピュータを用いて、各種の処
理を行うコンピュータシステムが利用されるようになっ
た。たとえば、オンラインの事務処理システムや、自動
化した工場の制御や、発電・配電などの制御等における
コンピュータシステムがある。
In recent years, computer systems for performing various processes using a large number of distributed computers have come into use. For example, there are online office processing systems, computer systems for automated factory control, and control of power generation and distribution.

このような多数のコンピュータを接続して相互の通信を
維持しつつ処理を行う場合、それらの個々のコンピュー
タにおける機能を実行するためのプログラムは従来から
多く開発されているが、それらの複数のコンピュータが
相互に連携して動作することが必要な処理が多数ある。
When a large number of such computers are connected and processing is performed while maintaining mutual communication, many programs for executing the functions of those individual computers have been developed, but those multiple computers have been developed. There are many processes that need to work together.

たとえば、多数の発電所、送・配電所を制御するコンピ
ュータを中央のコンピュータと結んで制御を行う場合、
或る一個所の発電所における障害が発生した場合、発生
個所の制御用コンピュータからの障害メッセージに対応
して、他の多数のコンピュータに対して実行されるべき
一連の処理内容が順次指示される必要がある。
For example, when connecting a computer that controls a large number of power plants and transmission / distribution stations to a central computer,
When a failure occurs at a certain power plant, a series of processing contents to be executed are sequentially instructed to a large number of other computers in response to a failure message from the control computer at the occurrence location. There is a need.

このように複数のコンピュータシステム内で並列に実行
される複数プロセス間では相互の関連付けを厳密につけ
る必要があり、それを誤る(プログラムのエラーによ
る)と開発されたソフトウェアによりシステムが正常に
動作できなくなる。
In this way, multiple processes that are executed in parallel in multiple computer systems need to be closely associated with each other. If this is incorrect (due to a program error), the system developed will not operate normally. Disappear.

一方、複数の計算機から構成されるシステムは、一体の
メガ・コンピュータ(多数のプロセッサからなるシステ
ム)とみなし、それを直接的にプログラムしようとする
試みが近年行われるようになったが、この種のプログラ
ムは計算機相互間の協調が問題であり、個々の動作は重
要でなく、こうしたプログラミングは“プログラミング
・イン・ラージ”(programming in large)と呼ばれ、
個々の計算機一台一台のプログラミングは“プログラミ
ング・イン・スモール”(programming in small)と呼
ばれる。
On the other hand, in recent years, attempts have been made to regard a system composed of a plurality of computers as an integrated mega computer (system consisting of many processors) and directly program it. The problem with this program is the coordination between computers, the individual actions are not important, and such programming is called "programming in large".
The programming of each individual computer is called "programming in small".

この後者の方は、現在のプログラミングと同様であり、
従来のプログラミング環境で十分対応可能である。とこ
ろが、前者のプログラミング・イン・ラージは満足な概
念すら確立されていないのが現状であり、並列計算のソ
フトウェアの記述を本格的に支援する環境は殆ど無く、
高度に並列化されたアルゴリズムを要領よくプログラム
することは困難である。そのため、多数台の相互接続さ
れた計算機のリアルタイム動作の記述を支援するための
プログラミング環境の提案が望まれている。
This latter one is similar to current programming,
A conventional programming environment is sufficient. However, the former programming-in-large is not established even with a satisfactory concept, and there is almost no environment that supports the description of software for parallel computing in earnest.
It is difficult to program highly parallelized algorithms neatly. Therefore, it is desired to propose a programming environment for supporting the description of real-time operation of a large number of interconnected computers.

[従来の技術] 第4図はマルチタスク処理の一般的概念を示す図であ
る。
[Prior Art] FIG. 4 is a diagram showing a general concept of multitask processing.

テキストは、基本的に1次元の文字列であり、第4図の
A.に示すように1本のプロセスを記述するためのもので
ある。従って、並列処理をテキストのみによって書く
(表現する)ことは難しい。なぜなら、並行プロセス
は、第4図のB.に示すように2次元的に広がりを持って
いるからである。
The text is basically a one-dimensional character string, as shown in FIG.
It is intended to describe one process, as shown in A. Therefore, it is difficult to write (represent) parallel processing only by text. This is because the parallel process has a two-dimensional spread as shown in B. of FIG.

並行プロセス間に同期が必要な場合、時間的な前後関係
を考えなければならないが、従来の並行プロセスの関係
表示の例として第4図のC.に示すように2次元図形とし
て描かれる。この場合、複数のプロセスA〜C間はメッ
セージ(矢印で示す)の送受により関係が表示される。
このように、マルチタスク処理のプログラムでは、プロ
セス間でメッセージ交換が行われ、計算機はメッセージ
到着により該当するタスクが起動される。
When synchronization is required between parallel processes, it is necessary to consider the temporal context, but as an example of the conventional parallel process relation display, it is drawn as a two-dimensional figure as shown in C. of FIG. In this case, the relationship between the plurality of processes A to C is displayed by sending and receiving a message (indicated by an arrow).
As described above, in the multitask processing program, messages are exchanged between processes, and the computer activates the corresponding task when a message arrives.

ここで、前記した各用語は本明細書において次のような
意味を持つものとして使用する。すなわち、「プロセ
ス」とは1つのプログラム単位を表し、「メッセージ」
は命令とデータを合わせたもので、「タスク」はメッセ
ージを受けて駆動される実行型のプログラム単位であっ
て、メッセージを送るか、自己完結により終了する。ま
た、タスクはプロセスを実行して処理するプログラムで
ある。
Here, the above-mentioned terms are used in the present specification to have the following meanings. That is, "process" represents one program unit, and "message"
Is a combination of instructions and data, and a "task" is an execution type program unit driven by receiving a message, and is terminated by sending a message or by self-sufficiency. A task is a program that executes and processes a process.

第4図のCの例はプロセス数やメッセージ数が少ない
が、その数が多くなると、プロセスを表示するブロック
をメッセージ線が幾つも横断することになり、時間的な
相互関係を把握することはできない。
In the example of C in FIG. 4, the number of processes and the number of messages are small, but when the number is large, the message line crosses a number of blocks displaying the processes, and it is difficult to grasp the temporal correlation. Can not.

[発明が解決しようとする課題] このように従来の方式ではマルチコンピュータにおける
プロセス間の関係を厳密な時間位置を含めて表示するこ
とが困難であるという問題があった。
[Problems to be Solved by the Invention] As described above, the conventional method has a problem in that it is difficult to display a relationship between processes in a multi-computer including a strict time position.

本発明は、プロセス間の厳密な同期を含めて多数のプロ
セス間のプログラムの関係が容易に理解できるマルチコ
ンピュータシステムのプログラム開発環境における複数
プロセスの関係表示方式を提供することを目的とする。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a method of displaying a relationship between a plurality of processes in a program development environment of a multi-computer system, which allows a user to easily understand the relationship between programs including a large number of processes.

[課題を解決するための手段] 第1図は本発明の原理説明図である。[Means for Solving the Problems] FIG. 1 is a diagram illustrating the principle of the present invention.

第1図において、1〜4は複数の並行プロセス、5はメ
ッセージ、10はプロセス(タスク)、12はサクセショ
ン、13はブロック・ダイヤグラム、14はタイミング・チ
ャートを表す。
In FIG. 1, 1 to 4 are a plurality of parallel processes, 5 is a message, 10 is a process (task), 12 is a succession, 13 is a block diagram, and 14 is a timing chart.

本発明は、ソフトウェア開発環境の中の視覚的環境とし
て、3次元表現を採用することにより上記の問題を解決
するものであり、各プロセスを所定の面積を持って時間
軸に対し広がりを持つ(体積を持つ)形態で表示し、3
次元的な奥行きにより表現される時間軸を用いてプロセ
ス間に送受されるプロセス間の同期関係を表示し、メッ
セージは、送信側タスクの送信時間位置と受信側のタス
クのメッセージ受信時間位置を結ぶ線により表現する。
The present invention solves the above problem by adopting a three-dimensional representation as a visual environment in a software development environment, and each process has a predetermined area and spreads over a time axis ( Displayed in the form (with volume), 3
The time axis represented by the dimensional depth is used to display the synchronization relationship between processes sent and received between processes, and the message connects the sending time position of the sending task and the message receiving time position of the receiving task. Express with a line.

[作用] 第1図の原理説明図において、複数の並行プロセス1〜
4は時間軸Xを奥行きとして、一定の体積を備える形態
で3次元表現により表示する。
[Operation] In the principle explanatory diagram of FIG. 1, a plurality of parallel processes 1 to
Reference numeral 4 is a three-dimensional representation in which the time axis X is the depth and the volume is constant.

そして、複数のプロセス間に送受信されるメッセージ5
をそれぞれ送信時間位置と受信時間位置を結ぶ線により
表示する。この図において、複数のプロセス1〜4は、
メッセージによって次々にタスクが起動されており、こ
こではこのようなメッセージによるひとつながりをサク
セションと呼称する。
And a message 5 sent and received between multiple processes
Is displayed by a line connecting the transmission time position and the reception time position. In this figure, a plurality of processes 1 to 4 are
Tasks are activated one after another by messages, and here a connection by such messages is called a succession.

このような表示を行うことにより、この表示をX軸方向
からみると、Y−Z平面にブロック・ダイヤグラム13が
得られ、ブロック・ダイヤグラムの表示によりメッセー
ジのやりとりや、プロセス間の関係を容易に理解でき
る。一方、X軸に垂直に3次元表示を眺めると、X−Z
平面にタイミング・チャート14を見ることができる。こ
のタイミング・チャート14によれば、Y−Z平面のブロ
ックダイヤグラム表示によって見ることができなかった
プロセスの同期のタイミング、すなわちメッセージの送
受信の時間位置を見ることができる。
By making such a display, when viewed from the X-axis direction, a block diagram 13 is obtained on the YZ plane, and the display of the block diagram facilitates the exchange of messages and the relationship between processes. It can be understood. On the other hand, looking at the three-dimensional display perpendicular to the X axis, X-Z
You can see the timing chart 14 on the plane. According to this timing chart 14, it is possible to see the timing of process synchronization, that is, the time position of message transmission / reception, which could not be seen by the block diagram display on the YZ plane.

このように、複数のプロセスを3次元表示することによ
り、ブロック・ダイヤグラムとタイミング・チャートの
両方の表示が同時に行われたのと同様の効果があり、さ
らに、見る視点を前後左右に変えることにより、異なる
角度から眺めた表示を行うことにより、例えば或る角度
において重なって見えた2つのプロセスを視点を変える
ことにより分離して眺めることができる。
In this way, displaying multiple processes in three dimensions has the same effect as displaying both the block diagram and timing chart at the same time. By performing the display viewed from different angles, it is possible to separately view the two processes which are viewed overlapping at a certain angle by changing the viewpoint.

本発明はこのような原理に基づいて、複数のプロセスを
3次元表示して、プロセスのブロック・ダイヤグラムと
タイミング・チャートの両者を同時に表現することがで
きる。また、サクセションの構成と、複数のサクセショ
ンの前後関係を表示をみることにより理解することがで
きる。
Based on such a principle, the present invention can three-dimensionally display a plurality of processes and simultaneously express both a block diagram and a timing chart of the processes. In addition, it is possible to understand the structure of the succession and the context of the plurality of successions by viewing the display.

[実施例] 第2図は本発明の実施例の表示形態を示す図、第3図は
本発明が実施されるハードウェア構成例を示す。
[Embodiment] FIG. 2 is a diagram showing a display form of an embodiment of the present invention, and FIG. 3 shows a hardware configuration example in which the present invention is implemented.

第2図において、20〜27は複数のプロセス、28〜33はメ
ッセージ、各プロセスの断面を表したA,B,D,Gは短い実
行時間のタスクを表し、さらに2つの断面の間、例えば
C−E間,F−H間,I−J間などはそれぞれ実行時間が長
いタスクを表す。
In FIG. 2, 20 to 27 are a plurality of processes, 28 to 33 are messages, A, B, D, and G representing the cross section of each process represent a task with a short execution time. Between C-E, between F-H, between I-J, etc., each represents a task with a long execution time.

この第2図の表示形態では、複数のプロセスを角柱とし
て表示し、それぞれの角柱は所定の間隔をおいて3次元
表示され、視点の位置は、左右の方向としてはプロセス
20〜23の角柱の左側で、上下の方向としてはプロセス2
2,23の角柱の間である。なお、プロセスを他の円柱など
の形状で表現できるのは当然のことである。また、メッ
セージを表す線は、直線だけでなく曲線などの他の線を
使用でき、それらの色を変えて表示することもできる。
In the display form of FIG. 2, a plurality of processes are displayed as prisms, and each prism is three-dimensionally displayed at a predetermined interval, and the viewpoint position is the process in the left and right directions.
On the left side of the 20-23 prism, process 2 as the up and down direction
It is between 2,23 prisms. In addition, it is natural that the process can be expressed by another shape such as a cylinder. Further, the line representing the message may be not only a straight line but also another line such as a curved line, and it is possible to display them by changing their colors.

この図によれば、タスクBからメッセージ28と29が送信
され、タスクAとタスクC−E(Cの時点で発生し、E
の時点で終了するタスク)が起動され、さらにタスクD
とタスクF−Hがメッセージ30と31により起動されると
いった一連の動作の様子が分かる。
According to this figure, messages 28 and 29 are sent from task B, task A and tasks CE (occur at the time of C, E
Task that ends at point) is started, and task D
Then, a series of operations such as task F-H being activated by messages 30 and 31 can be understood.

このような表示を用いることにより、ソフトウェアの開
発環境において厳密な同期関係を確認することができ
る。以下同様にして複数のプロセスの関係表示が、この
3次元表示により理解することができる。なお、この3
次元表示の図形は、入力装置からの視点位置の入力によ
り視点に対応した異なる表示に変化して、プロセス間の
ブロック・ダイヤグラムや、タイミングチャートをそれ
ぞれの視点から眺めることができる。
By using such a display, it is possible to confirm a strict synchronization relationship in the software development environment. In the same manner, the relational display of a plurality of processes can be understood by this three-dimensional display. In addition, this 3
The three-dimensional display graphic changes to a different display corresponding to the viewpoint by inputting the viewpoint position from the input device, and the block diagram between processes and the timing chart can be viewed from each viewpoint.

次に第3図により本発明が実施されるハードウェア構成
図を示す。
Next, FIG. 3 shows a hardware configuration diagram for implementing the present invention.

この第3図の構成は、ワークステーションにより3次元
の図形処理を行うものである。
The configuration shown in FIG. 3 is for performing three-dimensional graphic processing by the workstation.

第3図の30はワークステーション、31は処理装置、32は
表示装置、33はマウス、34はキーボードを表す。
In FIG. 3, 30 is a workstation, 31 is a processing device, 32 is a display device, 33 is a mouse, and 34 is a keyboard.

ワークステーション30の処理装置31において、311はCP
U、312はプロセス,タスク,メッセージの各データ,相
互の関係を表すデータ等からなるプロセス管理データ
と、3次元図形処理を行うプログラムとを格納したメモ
リ、および処理された結果である表示用データを格納す
る表示用メモリ313を備えている。
In the processing unit 31 of the workstation 30, 311 is a CP
U and 312 are process management data consisting of processes, tasks, message data, data representing mutual relationships, etc., a memory storing a program for performing three-dimensional graphic processing, and display data which is the processed result. Is provided with a display memory 313.

入力装置としてマウス33とキーボード34が備えられ、マ
ウス33は視点位置の左右(上下)を入力するために用い
られ、キーボード34からはタスク,メッセージなどの名
称を入力することができる。視点位置を入力する場合、
具体的には、表示画面の一部に視点の位置を選択するた
めのメニュー(例えば、「右」,「左」など)が表示さ
れ、その表示位置をマウスによりクリックすることによ
り視点位置の入力が行われる。
A mouse 33 and a keyboard 34 are provided as input devices, and the mouse 33 is used for inputting left and right (up and down) of the viewpoint position, and the keyboard 34 can input names such as tasks and messages. When inputting the viewpoint position,
Specifically, a menu (for example, "Right" or "Left") for selecting the viewpoint position is displayed on a part of the display screen, and the viewpoint position is input by clicking the display position with the mouse. Is done.

第3図の構成による動作を概説すると、CPU311はメモリ
312に格納されたプロセス管理データについて、予めロ
ードされた3次元図形処理のプログラムにより処理を行
って、処理された結果である3次元表示データを表示用
メモリ313に格納する。表示用メモリ313に格納された内
容は表示装置32に転送されて表示が行われる。なお、3
次元図形処理を行うプログラムは従来から実用されてい
るプログラムを使用することができる。
To summarize the operation of the configuration shown in FIG.
The process management data stored in 312 is processed by a preloaded 3D graphic processing program, and the processed 3D display data is stored in the display memory 313. The contents stored in the display memory 313 are transferred to the display device 32 and displayed. 3
A program that has been practically used can be used as a program for performing the three-dimensional figure processing.

表示された内容を変更する場合や、視点を変えてプロセ
スの関係を知りたい場合は、マウス33や、キーボード34
を操作することにより行う。
If you want to change the displayed content, or if you want to change the viewpoint to know the process relationships, use the mouse 33 or keyboard 34.
By operating.

このようにして、メッセージによるひとつながりのタス
クであるサクセションの実行状態を容易に把握すること
ができ、他のサクセションとの前後関係も厳密に見るこ
とができる。
In this way, it is possible to easily grasp the execution state of a succession, which is a task connected by messages, and it is possible to strictly see the context of other successions.

[発明の効果] 本発明によれば、マルチタスクのプログラム開発環境に
おいて、複数のプロセスを3次元図形により表示するこ
とにより、プロセス相互の関係を直接的に把握すること
が可能となり、プログラム開発におけるエラーの発生を
防止するとともに、多数の並行プロセスを含むプログラ
ム開発を効率化することができる。
[Effects of the Invention] According to the present invention, in a multitask program development environment, by displaying a plurality of processes in a three-dimensional figure, it becomes possible to directly grasp the relationship between the processes, and in the program development. It is possible to prevent the occurrence of an error and improve the efficiency of program development including a large number of parallel processes.

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

第1図は本発明の原理説明図、第2図は実施例の表示形
態を示す図、第3図は本発明が実施されるハードウェア
構成図、第4図はマルチタスク処理の一般的概念を示す
図である。 第1図中、 1〜4:複数の並行プロセス 5:メッセージ 10:プロセス(タスク) 12:サクセション 13:ブロック・ダイヤグラム 14:タイミング・チャート
FIG. 1 is a diagram for explaining the principle of the present invention, FIG. 2 is a diagram showing a display form of an embodiment, FIG. 3 is a hardware configuration diagram for implementing the present invention, and FIG. 4 is a general concept of multitask processing. FIG. In Fig. 1, 1-4: Multiple parallel processes 5: Message 10: Process (task) 12: Succession 13: Block diagram 14: Timing chart

フロントページの続き 特許法第30条第1項適用申請有り 1988年(昭和63年) 7月18日及至20日に米国で開催された「THE USA −JAPAN SYNPOSIUM ON FLEXI BLE AUTOMATION」における刊行物「PR OCEEDINGS OF THE USA−JAPA N SYMPOSIUM ON FLEXIBLE A UTOMATION CROSSING BRIDGE S:ADVANCES IN FLEXIBLE AU TOMATION AND ROBOTICS VOL UME 1」(THE AMERICAN SOCIE TY OF MECHANICAL ENGINEER S 発行)中に論文「SOFTWARE ENVIRO NMENT FOR HOLONIC MANIPUL ATOR」と題して発表。Continuation of the front page Application for application of Article 30 (1) of the Patent Act Published in "THE USA-JAPAN SYNPOSIMON ON FLEXIBLE BLE AUTOMATION" held in the United States on July 18th and 20th, 1988 (1988) PR OCEEDINGS oF tHE USA-JAPA N SYMPOSIUM oN FLEXIBLE A UTOMATION CROSSING BRIDGE S: ADVANCES iN FLEXIBLE AU TOMATION AND ROBOTICS VOL UME 1 "(tHE AMERICAN SOCIE TY oF MECHANICAL ENGINEER S issued) paper during the" SOFTWARE ENVIRO NMENT FOR HOLONIC MANIPUL ATOR ] "Is announced.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】プロセス間でメッセージが通信されるマル
チコンピュータシステムのソフトウェア開発環境におい
て、 複数の並行プロセスを、互いに離隔して配置すると共に
それぞれが一定面積を持ち時間軸を奥行きとした柱状の
3次元図形として表示し、プロセス間のメッセージ送受
信は関係するタスクの発生・終了時点を接続する線によ
り表示することを特徴とする複数プロセスの関係表示方
式。
1. In a software development environment of a multi-computer system in which messages are communicated between processes, a plurality of parallel processes are arranged apart from each other, and each of them has a fixed area and a columnar 3 having a time axis as a depth. A relational display method for multiple processes, which is displayed as a dimensional figure, and the message transmission / reception between processes is displayed by connecting lines at the time of occurrence / end of related tasks.
JP1008348A 1989-01-17 1989-01-17 Relationship display method for multiple processes Expired - Lifetime JPH0792774B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1008348A JPH0792774B2 (en) 1989-01-17 1989-01-17 Relationship display method for multiple processes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1008348A JPH0792774B2 (en) 1989-01-17 1989-01-17 Relationship display method for multiple processes

Publications (2)

Publication Number Publication Date
JPH02188862A JPH02188862A (en) 1990-07-24
JPH0792774B2 true JPH0792774B2 (en) 1995-10-09

Family

ID=11690716

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1008348A Expired - Lifetime JPH0792774B2 (en) 1989-01-17 1989-01-17 Relationship display method for multiple processes

Country Status (1)

Country Link
JP (1) JPH0792774B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2972841B1 (en) * 2013-03-13 2020-02-12 Intel Corporation Visualizing recorded executions of multi-threaded software programs for performance and correctness
JP7424486B2 (en) * 2020-06-15 2024-01-30 日本電信電話株式会社 Display control device, display control method, and display control program

Also Published As

Publication number Publication date
JPH02188862A (en) 1990-07-24

Similar Documents

Publication Publication Date Title
Howell et al. SimJava: A discrete event simulation library for java
US20130116828A1 (en) Robot teach device with 3-d display
EP0318154B1 (en) A method of operating a computer graphics system
JP6430079B1 (en) Monitoring system and monitoring method
JPH0699375A (en) Robot operation training device
US5488692A (en) System and method for representing and manipulating three-dimensional objects on massively parallel architectures
Robinette et al. Robot-Draw, an Internet-based visualization tool for robotics education
EP0684333A2 (en) Method and apparatus for inputting embroidery lines
Tanner et al. A multitasking switchboard approach to user interface management
JP2000298734A (en) Cross section generating device for three-dimensional model
Moses et al. Algorithm visualization for distributed environments
JPH0792774B2 (en) Relationship display method for multiple processes
CN101645163A (en) Vectorized parallel collision detection pipeline
US11562549B2 (en) System and method for user interaction in complex web 3D scenes
Kaya New trends in graphic display system architecture
Armit Example of an existing system in university research. Multipatch and Multiobject design systems
CN107784132A (en) CAD Mapping Systems based on body-sensing technology
JPH0713839B2 (en) 3D graphic controller
JPH11238042A (en) Decentralized simulation control unit
Howell et al. A discrete event simulation package for Java
Rieck et al. New technology driven processes for the construction sector–the research project ViBaL
MacKay et al. Graphics tools in Adagio, a robotics multitasking multiprocessor workstation
Taneja et al. Graphical description and run-time environments for real-time software
JPS6394303A (en) Arithmetic control system
Armit Interactive 3D shape design—Multipatch and Multiobject