JPH08166895A - Method and device for controlling memory - Google Patents

Method and device for controlling memory

Info

Publication number
JPH08166895A
JPH08166895A JP6307545A JP30754594A JPH08166895A JP H08166895 A JPH08166895 A JP H08166895A JP 6307545 A JP6307545 A JP 6307545A JP 30754594 A JP30754594 A JP 30754594A JP H08166895 A JPH08166895 A JP H08166895A
Authority
JP
Japan
Prior art keywords
identifier
flag
trace
recording
trace information
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
JP6307545A
Other languages
Japanese (ja)
Inventor
Kiyoshi Tani
清 谷
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 JP6307545A priority Critical patent/JPH08166895A/en
Publication of JPH08166895A publication Critical patent/JPH08166895A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE: To facilitate the discovery of the presence or absence of the forgetting of the free processing of a used transaction memory and the trace of the process leading to a problem when the forgetting is discovered by analyzing a trace result at the stage of the verification of a program operation so as to prevent a program operation from being led to a stack state by the deficiency of a free transaction memory. CONSTITUTION: This device is provided with a memory address conversion table 4 where ID and flag are imparted for every trace portion of a program to be traced and the leading address of a trace information storage area and a counter can be stored, a trace information storage area 5 for storing the ID and flag, an ID record control part 3 storing the ID and flag delivered as parameters and an ID record processing part 2 calling the record control part 3 by defining the ID and flag as the parameters.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はプログラムトレース方式
に関し、特にトレースすべき箇所を任意に設定できると
ともに、設定したトレース箇所を特定条件範囲毎に集め
て記録する事を可能にしたメモリ管理の方法および装置
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program trace method, and more particularly to a memory management method capable of arbitrarily setting a portion to be traced and collecting and setting the set trace portions for each specific condition range. And equipment.

【0002】[0002]

【従来の技術】プログラム構成手法の1つとして、ある
処理範囲を単位とするタスクとして定義し処理手順を記
述する場合、1つのタスク処理中でデータの参照や書
換、あるいは他のタスク処理に引き継いでデータの参照
や書換を行う際の専用メモリエリアとして、トランザク
ションメモリを使用する手法が一般に知られている。こ
の場合、タスク処理の先頭部分で必要分トランザクショ
ンメモリを確保するため、フリー状態にあるアイドルメ
モリグループから1個づつ取り出す「ハント処理」を行
い、役目を終えた時点でトランザクションメモリを、他
のタスクが再使用できるように同タクス処理の末尾部
分、あるいは引き続き後のタスク処理の中でアイドルメ
モリグループに戻す「フリー処理」を行うのが原則であ
る。
2. Description of the Related Art As one of program configuration methods, when defining a processing procedure by defining a task in a certain processing range as a unit, reference or rewriting of data in one task processing or handing over to another task processing is performed. A method of using a transaction memory as a dedicated memory area when referring to or rewriting data is generally known. In this case, in order to secure the required amount of transaction memory at the beginning of the task process, "hunt process" is performed to take out one by one from the idle memory group in the free state, and when the task is completed, the transaction memory is used for other tasks. As a general rule, the "free process" is returned to the idle memory group at the end of the same tax process so that it can be reused, or in the subsequent task process.

【0003】しかし、プログラム作成過程においてトラ
ンザクションメモリのフリー処理の組み込みを忘れると
いうバグを含んで作成された場合、該当タスク処理が起
動される度にフリー状態にあるべきトランザクションメ
モリ量が減少して行き、ついにはハント処理できるトラ
ンザクションメモリがなくなり、プログラムの動きがと
れなくなるという状態に至ることになる。
However, when the program is created with a bug of forgetting to incorporate the free processing of the transaction memory in the process of creating the program, the transaction memory amount which should be in the free state decreases each time the corresponding task processing is started. Eventually, there will be no transaction memory that can handle hunting, and the program will be stuck.

【0004】従来、トランザクションメモリのメモリフ
リー処理を忘れたバグ箇所の追及には、各管理種別毎の
カウンタ値を基にトランザクションメモリ数の不足数の
確認に始まり、不足の発見時は各管理種別グループに属
さないトランザクションメモリを捜し出し、メモリ内容
を調査してその結果から最後に使用していたタスクを求
め、処理手順をトレースしてメモリフリー処理忘れ箇所
を発見するという手順を行っていた。
Conventionally, the pursuit of a bug location where the memory free processing of the transaction memory is forgotten begins by checking the shortage of the number of transaction memories based on the counter value for each management type, and when the shortage is found, each management type is detected. The procedure was to find a transaction memory that does not belong to a group, investigate the memory contents, find the last task used from the result, and trace the processing procedure to find the memory-free processing forgetting point.

【0005】[0005]

【発明が解決しようとする課題】上述したように従来の
方式では、問題原因追跡に要する労力が大きい上に、使
用するメモリ量の拡大が進むにつれてトランザクション
メモリエリアが増加すると調査すべきトランザクション
メモリ量も多くなることから、更に問題原因を発見する
に至るまでの労力が大きくなるという欠点があった。
As described above, in the conventional method, the labor required for tracing the cause of the problem is large, and the transaction memory area to be investigated should increase as the amount of memory used increases. However, there is a drawback in that the labor to find out the cause of the problem is further increased since the number of problems increases.

【0006】本発明は上述したようにプログラム作成過
程において、フリー処理を組み込み忘れるというバグを
含んで作成された場合フリーのトランザクションメモリ
の不足からプログラム動作がスタック状態に至らぬよう
に、プログラム動作の検証段階においてトレース結果を
分析することで使用済みトランザクションメモリのフリ
ー処理忘れの有無の発見と、発見した場合の問題に至る
過程のトレースを容易にする方法と手段を提供すること
を目的とする。
As described above, according to the present invention, when a program is created with a bug of forgetting to incorporate a free process in the program creation process, the program operation does not reach a stack state due to lack of free transaction memory. An object of the present invention is to provide a method and means for facilitating detection of whether or not free processing of a used transaction memory has been forgotten by analyzing a trace result in a verification stage, and tracing of a process leading to a problem when the processing is found.

【0007】[0007]

【課題を解決するための手段】上述の問題点を解決する
ために、トレースすべきプログラムのトレース箇所毎
に、範囲区分に同一性のある共通部と個々にユニークな
個別部とから成る識別子及び範囲区分の先頭、通過点、
末尾を区別するフラグを付与するステップと、前記各ト
レース箇所にあらかじめ組込まれた識別子記録処理部が
前記識別子とフラグをデータとして実行するステップ
と、前記ステップが実行されると前記識別子記録処理部
は、前記トレース箇所に付与されたユニークな識別子と
フラグをパラメータとして識別子記録管理部をコールす
るステップと、前記識別子とフラグの記録条件について
メモリアドレス変換テーブルへの記録条件フラグを索引
してトレース情報格納エリアに記録するかしないかを判
断するステップと、記録しないと指定されていた場合
は、記録をせずに前記識別子記録処理部へリターンし、
記録すると指定されていた場合は、前記識別子記録処理
部は、前記トレース情報格納エリアの識別子格納アドレ
スを算出し、識別子とフラグを格納メモリに格納するス
テップとを含む方法によるものである。
In order to solve the above-mentioned problems, an identifier composed of a common part having the same range classification and an individual part unique to each trace part of a program to be traced, and Beginning of range division, passing point,
A step of giving a flag for distinguishing the end, a step of executing the identifier and the flag as data by the identifier recording processing unit pre-installed in each trace location, and the identifier recording processing unit when the step is executed. , A step of calling an identifier recording management unit with the unique identifier and flag assigned to the trace location as parameters, and recording condition information in the memory address conversion table by indexing the recording condition flag for the recording condition of the identifier and flag A step of determining whether or not to record in the area, and if it is specified not to record, return to the identifier recording processing section without recording,
When it is designated to record, the identifier recording processing unit calculates the identifier storage address of the trace information storage area and stores the identifier and the flag in the storage memory.

【0008】また、トレース箇所毎に、範囲区分に同一
性のある共通部と個々にユニークな個別部とからなる識
別子及び範囲区分の先頭、通過点、末尾を区別するフラ
グを付与されたトレースされるべきプログラムと、個々
の識別子の共通部に対応させて記録条件フラグと、トレ
ース情報格納エリアの先頭アドレスとカウンタを格納で
きるメモリアドレス変換テーブルと、トレース情報とし
て前記識別子とフラグを格納しておくためのトレース情
報格納エリアと、前記識別子とフラグをパラメータとし
てコールされ、前記識別子の共通部をもとに前記メモリ
アドレス変換テーブルからトレース情報の記録条件を判
断し、記録すると指定されていた場合はトレース情報を
記録する前記トレース情報格納エリアを読出し、該当エ
リアにパラメータとして渡された識別子とフラグを格納
する識別子記録管理部と、プログラム中のトレースすべ
き箇所に埋め込まれトレース箇所毎に付与された前記識
別子とフラグをパラメータとして前記記録管理部をコー
ルする識別子記録処理部とを含んで成る装置によるもの
である。
[0008] Further, each trace portion is traced with an identifier consisting of a common part having the same range section and an individual part unique to each other, and a flag for distinguishing the head, passing point and end of the range section. A program to be stored, a recording condition flag associated with a common part of individual identifiers, a memory address conversion table capable of storing the start address and counter of the trace information storage area, and the identifier and flag are stored as trace information. If a trace information storage area is specified and the identifier and flag are called as parameters, the trace information recording condition is determined from the memory address conversion table based on the common part of the identifiers, and it is designated to record, Read the trace information storage area where the trace information is recorded, and set the parameters in the corresponding area. And an identifier record management unit for storing the identifier and the flag passed to each other, and an identifier record for calling the recording management unit with the identifier and the flag embedded at the tracing position in the program and given for each tracing position as parameters. And a processing unit.

【0009】[0009]

【作用】上記のように構成されることによって、各トラ
ンザクションメモリグループの識別子(以下IDと称
す)記録エリアを見てフリーフラグ及び該当IDが書か
れていない特定条件をさがすだけで、トランザクション
メモリのフリー処理忘れバグの有無が分り、さらにフリ
ー処理忘れバグ箇所の所在は、ID記録エリアの末尾に
残されたIDに該当する各処理以降に範囲を絞り込むこ
とができるようになる。
With the above-mentioned configuration, the transaction memory group identifiers (hereinafter referred to as "IDs") are recorded in the transaction memory group by simply looking at the recording area of the identifier (hereinafter referred to as "ID"). The presence or absence of the free process forgetting bug can be known, and the location of the free process forgetting bug part can be narrowed down to the range after each process corresponding to the ID left at the end of the ID recording area.

【0010】[0010]

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

【0011】図1及び図2は、本発明のメモリ管理方式
を用いた一実施例のフローチャート及びブロック説明図
である。このメモリ管理装置は、トレース対象プログラ
ム1と、ID記録処理部2と、ID記録管理部3と、メ
モリアドレス変換テーブル4と、トレース情報格納エリ
ア5とを含んで構成されている。トレース対象プログラ
ム1の中からトレースすべき箇所を任意に選択し、選択
したトレース箇所には各々ユニークなIDとフラグを付
与する。特に本例では、タスク処理にて使用するトラン
ザクションメモリの使用状況をトレースする場合を想定
して説明する。
FIG. 1 and FIG. 2 are a flow chart and a block explanatory view of an embodiment using the memory management system of the present invention. This memory management device is configured to include a trace target program 1, an ID recording processing unit 2, an ID recording management unit 3, a memory address conversion table 4, and a trace information storage area 5. A portion to be traced is arbitrarily selected from the trace target program 1, and a unique ID and flag are given to each selected tracing portion. Particularly, in this example, a case of tracing the usage status of the transaction memory used in the task processing will be described.

【0012】トレースするプログラムの同一タスク内の
トレース箇所毎に、タスク区分が同一であることを示す
同一の共通部と個々にユニークな個別部とからなるID
と、タスク処理の先頭であるハント処理部にハントフラ
グ、通過点には通過フラグ、末尾であるフリー処理部に
フリーフラグを付与する。また、トレース対象プログラ
ム1の中の選択した各トレース箇所には前記IDとフラ
グをデータとしてID記録処理部2をあらかじめ組み込
んで置く。さらに、メモリアドレス変換テーブルには各
IDの共通部に対応した該ID箇所に組み込んだID記
録処理部2が実行された場合に、トレース情報を記録す
る/しないの判断フラグと、記録する場合にトレース情
報として該IDとフラグをトレース情報格納エリア5に
記録するための先頭アドレスとカウンタを設定して置
く。
For each trace location in the same task of the program to be traced, an ID consisting of the same common part indicating that the task divisions are the same and an individual part that is unique to each
Then, a hunt flag is given to the hunt processing unit at the beginning of the task process, a passage flag is given to the passing point, and a free flag is given to the free processing unit at the end. Further, the ID recording processing unit 2 is previously installed in each selected trace portion in the trace target program 1 with the ID and the flag as data. Further, in the memory address conversion table, when the ID recording processing unit 2 incorporated in the ID portion corresponding to the common portion of each ID is executed, a trace flag is recorded / not recorded, and a trace flag is recorded. A head address and a counter for recording the ID and the flag as trace information in the trace information storage area 5 are set and set.

【0013】トレース対象プログラム1中のID記録処
理部2が実行されると、ID記録処理部2は該トレース
箇所に付与されたユニークなIDとフラグをパラメータ
としてID記録管理部3をコールする。ID記録管理部
3は、パラメータとして渡されたIDの共通部でメモリ
アドレス変換テーブルを索引し、該トレース箇所が走行
されたことを記録するためにトレース情報格納エリア5
に該トレース箇所に付与されたIDとフラグを記録する
か/しないかを判断する。記録しないと指定されていた
場合は、トレース情報格納エリア5への記録は行わずI
D記録処理部2へリターンする。記録すると指定されて
いた場合は、ID記録管理部3はトレース情報格納エリ
アのアドレスとカウンタとを参照してトレース情報格納
エリア5のID格納アドレスを算出し、パラメータとし
て渡された上記IDとフラグを格納メモリに格納した上
でID処理部2へリターンする。さらに記録する場合の
条件としては、毎回上書きして残す/トレース情報とし
て全ての情報を順次カウンタを更新して残す/一旦トレ
ース情報として残すが正常にフリー処理が行われた場合
は関連するタスク分のトレース情報をクリアする、を設
けカウンタを制御する。
When the ID recording processing unit 2 in the trace target program 1 is executed, the ID recording processing unit 2 calls the ID recording management unit 3 with the unique ID and the flag given to the trace location as parameters. The ID recording management unit 3 indexes the memory address conversion table by the common part of the IDs passed as parameters, and records the trace information storage area 5 in order to record that the trace location has been run.
It is determined whether or not the ID and flag assigned to the trace location are recorded. If it is specified not to record, the recording in the trace information storage area 5 is not performed.
The process returns to the D recording processing unit 2. When it is designated to record, the ID recording management unit 3 calculates the ID storage address of the trace information storage area 5 by referring to the address of the trace information storage area and the counter, and the above-mentioned ID and flag passed as parameters. Is stored in the storage memory, and the process returns to the ID processing unit 2. The condition for further recording is to overwrite each time and leave / all information as trace information is updated by sequentially updating the counter / leave as trace information once, but if free processing is normally performed, it is related to related tasks. Clears the trace information of, and controls the counter.

【0014】トレース対象プログラム1の実行終了後、
トレース情報格納エリア5の内容からプログラム動作軌
跡を追いかけ、ハント、通過、フリー処理の動作順序の
正常/異常を判断することができ、プログラムデバッグ
等におけるトランザクションメモリのフリー処理忘れの
解析をする際のプログラム動作順序追跡とフリー処理忘
れの有無の発見を容易にできる。
After the execution of the trace target program 1,
The trace of the program operation can be traced from the contents of the trace information storage area 5 to determine the normal / abnormal operation sequence of the hunt, passage, and free processing. It is easy to trace the sequence of program operations and find out whether or not free processing is forgotten.

【0015】[0015]

【発明の効果】以上説明したように本発明によれば、ト
ランザクションメモリのフリー処理忘れバグの有無は、
各トランザクションメモリグループのID記録エリアの
みをみて、フリーフラグ及び該当IDが書かれていない
特定条件を捜せば済むということにできる。さらに、フ
リー処理忘れバグ箇所の所在は、ID記録エリアの末尾
に残されたIDに該当する処理部以降に範囲を絞り込む
ことができ、効率的なバグ対処が可能になるという効果
がある。
As described above, according to the present invention, it is possible to determine whether or not there is a free process forgetting bug in the transaction memory.
It can be said that by looking only at the ID recording area of each transaction memory group, it is sufficient to search for a specific condition in which the free flag and the corresponding ID are not written. Furthermore, the location of the free processing forgetting bug location can be narrowed down to the processing section corresponding to the ID left at the end of the ID recording area, and an effective bug countermeasure can be performed.

【0016】また、トランザクションメモリのメモリフ
リー処理時にID記録エリアをクリアすることにより、
チェック範囲を更にクリアされていない範囲に狭めら
れ、見分け方を容易に出来ることから効率が良くなる。
Further, by clearing the ID recording area during the memory-free processing of the transaction memory,
The check range is further narrowed to the uncleared range, and it is easy to distinguish, which improves efficiency.

【0017】なお、トレースチェックのタイミングによ
っては、たまたまフリー処理の直前であったケースと、
バグによるメモリフリー処理忘れが発生したケースとが
同様に見えることが考えられるが、これにはプログラム
処理を先に進めさせ再度チェックした結果から、継続部
分にメモリフリー処理の実行記録のないものがバグのケ
ースであると判断でき解決できる。
Depending on the timing of the trace check, it happens that it is just before free processing,
It may be similar to the case where the memory free process is forgotten due to a bug, but this is because there is no memory free process execution record in the continuation part from the result of checking the program again and proceeding again. It can be judged as a bug case and can be resolved.

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

【図1】本発明の一実施例を示すフローチャートであ
る。
FIG. 1 is a flowchart showing an embodiment of the present invention.

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

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

1 トレース対象プログラム 2 ID記録処理部 3 ID記録管理部 4 メモリアドレス変換テーブル 5l,5n トレース情報格納エリア 11, ID,フラグ付与処理 12 ID記録処理部実行処理 13 ID記録管理部コール処理 14 記録条件フラグ索引処理 15 ID,フラグ書込み処理 1 Trace target program 2 ID recording processing unit 3 ID recording management unit 4 Memory address conversion table 5l, 5n Trace information storage area 11, ID, flag addition process 12 ID recording processing unit execution process 13 ID recording management unit call process 14 Recording condition Flag index processing 15 ID, flag writing processing

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 トレースすべきプログラムのトレース箇
所毎に、範囲区分に同一性のある共通部と個々にユニー
クな個別部とから成る識別子及び範囲区分の先頭、通過
点、末尾を区別するフラグを付与するステップと、 前記各トレース箇所にあらかじめ組込まれた識別子記録
処理部が前記識別子とフラグをデータとして実行するス
テップと、 前記ステップが実行されると前記識別子記録処理部は、
前記トレース箇所に付与されたユニークな識別子とフラ
グをパラメータとして識別子記録管理部をコールするス
テップと、 前記識別子とフラグの記録条件についてメモリアドレス
変換テーブルへの記録条件フラグを索引してトレース情
報格納エリアに記録するかしないかを判断するステップ
と、 記録しないと指定されていた場合は、記録をせずに前記
識別子記録処理部へリターンし、記録すると指定されて
いた場合は、前記識別子記録処理部は、前記トレース情
報格納エリアの識別子格納アドレスを算出し、識別子と
フラグを格納メモリに格納するステップとを含むメモリ
管理方法。
1. An identifier consisting of a common part having the same range section and an individual part unique to each area and a flag for distinguishing the beginning, passing point, and end of the range section for each trace location of the program to be traced. A step of giving, a step in which the identifier recording processing unit previously incorporated in each trace location executes the identifier and the flag as data, and when the step is executed, the identifier recording processing unit,
A step of calling an identifier recording management section using the unique identifier and flag given to the trace location as parameters, and a trace information storage area by indexing the recording condition flag in the memory address conversion table for the recording condition of the identifier and flag To determine whether or not to record, and if not to record, return to the identifier recording processing section without recording, and if to record, specify the identifier recording processing section. Calculating the identifier storage address of the trace information storage area and storing the identifier and the flag in the storage memory.
【請求項2】 トレース箇所毎に、範囲区分に同一性の
ある共通部と個々にユニークな個別部とからなる識別子
及び範囲区分の先頭、通過点、末尾を区別するフラグを
付与されたトレースされるべきプログラムと、 個々の識別子の共通部に対応させて記録条件フラグと、
トレース情報格納エリアの先頭アドレスとカウンタを格
納できるメモリアドレス変換テーブルと、 トレース情報として前記識別子とフラグを格納しておく
ためのトレース情報格納エリアと、 前記識別子とフラグをパラメータとしてコールされ、前
記識別子の共通部をもとに前記メモリアドレス変換テー
ブルからトレース情報の記録条件を判断し、記録すると
指定されていた場合はトレース情報を記録する前記トレ
ース情報格納エリアを読出し、該当エリアにパラメータ
として渡された識別子とフラグを格納する識別子記録管
理部と、 プログラム中のトレースすべき箇所に埋め込まれトレー
ス箇所毎に付与された前記識別子とフラグをパラメータ
として前記記録管理部をコールする識別子記録処理部と
を含んで成るメモリ管理装置。
2. A trace which is provided with an identifier consisting of a common part having the same range division and an individual part which is unique to each trace location and a flag for distinguishing the start, the passing point and the end of the range division are traced. Program and recording condition flag corresponding to the common part of each identifier,
A memory address conversion table that can store the start address and counter of the trace information storage area, a trace information storage area for storing the identifier and flag as trace information, and a call using the identifier and flag as parameters. The recording condition of the trace information is judged from the memory address conversion table based on the common part of, and if it is specified to record, the trace information storage area for recording the trace information is read out and passed to the corresponding area as a parameter. An identifier recording management unit that stores the identifier and the flag, and an identifier recording processing unit that calls the recording management unit by using the identifier and the flag, which are embedded in the portion to be traced in the program to be traced and are given to each tracing position, as parameters. A memory management device comprising.
JP6307545A 1994-12-12 1994-12-12 Method and device for controlling memory Pending JPH08166895A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6307545A JPH08166895A (en) 1994-12-12 1994-12-12 Method and device for controlling memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6307545A JPH08166895A (en) 1994-12-12 1994-12-12 Method and device for controlling memory

Publications (1)

Publication Number Publication Date
JPH08166895A true JPH08166895A (en) 1996-06-25

Family

ID=17970388

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6307545A Pending JPH08166895A (en) 1994-12-12 1994-12-12 Method and device for controlling memory

Country Status (1)

Country Link
JP (1) JPH08166895A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04178842A (en) * 1990-11-14 1992-06-25 Chubu Nippon Denki Software Kk Program running locus acquiring system
JPH04322343A (en) * 1991-04-23 1992-11-12 Mitsubishi Electric Corp Trace system for memory access

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04178842A (en) * 1990-11-14 1992-06-25 Chubu Nippon Denki Software Kk Program running locus acquiring system
JPH04322343A (en) * 1991-04-23 1992-11-12 Mitsubishi Electric Corp Trace system for memory access

Similar Documents

Publication Publication Date Title
US5732272A (en) Subroutine execution time tracer
CN111756575A (en) Performance analysis method and device of storage server and electronic equipment
CN114860586A (en) Binary multi-executive software instrumentation method based on dynamic instrumentation
JPH08166895A (en) Method and device for controlling memory
CN111552608A (en) Drive memory monitoring method and system
JPH06124214A (en) Continuation control system for fault hot job
JP4066667B2 (en) Vehicle process management system and method
CN109979518A (en) Bad block identification method and system for law-enforcing recorder storage medium
US20100036891A1 (en) Apparatus and method for collecting logging information, and computer-readable recording medium in which a logging information collecting program is stored
CN114116472B (en) Data processing method, device and storage medium
JP2573926B2 (en) Verification method of file update
CN118466987A (en) Software refreshing method, main controller, system, device and storage medium
JPH02100146A (en) Trace decision system
JPS62168229A (en) Automatic recognizing system for system constitution
CN116860581A (en) Method and device for detecting abnormal call method and storage medium
JPH09265414A (en) Test environment construction supporting system
CN115373607A (en) Data storage method and device
JPH11102310A (en) Program tracer and trace data compressing and recording method
JPH0553873A (en) Automatic tested result judging system
JPH05181712A (en) Stack history forming system
JP2937636B2 (en) Logic simulator method
JPH05143422A (en) Updated journal managing system
CN110968683A (en) CLI log analysis method based on multiprocessing
JPH02171939A (en) Method for detecting abnormality of program
JPS62194559A (en) Memory scheduling system of program in virtual storage system