JPH03116339A - Performance information acquiring system - Google Patents

Performance information acquiring system

Info

Publication number
JPH03116339A
JPH03116339A JP1254343A JP25434389A JPH03116339A JP H03116339 A JPH03116339 A JP H03116339A JP 1254343 A JP1254343 A JP 1254343A JP 25434389 A JP25434389 A JP 25434389A JP H03116339 A JPH03116339 A JP H03116339A
Authority
JP
Japan
Prior art keywords
performance information
storage area
information storage
module
execution 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.)
Pending
Application number
JP1254343A
Other languages
Japanese (ja)
Inventor
Tomihiko Azuma
東 富彦
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 JP1254343A priority Critical patent/JPH03116339A/en
Publication of JPH03116339A publication Critical patent/JPH03116339A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To automatically and easily acquire performance information of module units constituting an executable program by providing a performance information storage area where performance information of each module is stored. CONSTITUTION:When the control is transferred to a module 11, a performance information acquisition object control means 3 is started by a performance information acquisition object control start means 21, and a performance information storage area initializing means 32 reserves a performance information storage area 41, and an address Addr-1-1 of the performance information storage area 41 is stored in an executable program management table 5 in relation to a name Prog-A of an executable program 1. When the execution of the executable program 1 progresses, performance information related to the module 11 is stored in the performance information storage area 41. Performance information of a module 12 is stored in a performance information storage area 42 in the same manner. Thus, performance of each of module units constituting the executable program is automatically gathered.

Description

【発明の詳細な説明】 〔産業上の利用分野] 本発明は電子計算機システムで実行されるブロダラム(
実行プログラム)のモジュール単位の性能情報取得方式
に関するものである。
[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to a brodarum (
This relates to a method for acquiring performance information on a module-by-module basis for (executable programs).

〔従来の技術〕[Conventional technology]

性能情報とは、実行プログラムの実行に伴う種々の情報
であり、実行プログラムの性能評価を行う際に不可欠な
ものである。
Performance information is a variety of information associated with the execution of an execution program, and is essential when evaluating the performance of an execution program.

ところで、従来の性能情報取得方式は実行プログラムを
単位としたものしかなく、そのため、実行プログラムが
複数のモジュールから構成される場合、モジュール単位
の性能情報を得るのは困難であった。すなわち、実行プ
ログラムを単位とした性能情報取得システムからモジュ
ール単位の性能情報を得ることができるのは、任意の時
点における実行プログラムの性能情報を取得できるシス
テムに限られ、各モジュールの実行時に実行プログラム
単位の性能情報を適当な間隔で取得し、その間の性能情
報の差分を求め、実行プログラムの開始から終了までの
差分を各モジュール毎に累計することによってモジュー
ル単位の性能情報を求めることになる。
By the way, conventional performance information acquisition methods only have executable programs as units, and therefore, when an executable program is composed of a plurality of modules, it is difficult to obtain performance information on a module-by-module basis. In other words, performance information for each module can be obtained from a system that acquires performance information for each execution program only if the system can acquire performance information for the execution program at any point in time. The performance information for each module is obtained by acquiring unit performance information at appropriate intervals, calculating the difference in performance information between them, and summing up the differences for each module from the start to the end of the execution program.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述したように、従来の性能情報取得方式にあっては、
実行プログラムを構成するモジュール単位の性能情報の
取得が困難であり、詳細な性能評価が図れず、実行プロ
グラムの性能向上の阻害となっていた。
As mentioned above, in the conventional performance information acquisition method,
It has been difficult to obtain performance information for each module that makes up an executable program, making detailed performance evaluation impossible, which has been an obstacle to improving the performance of the executable program.

本発明は上記の点に鑑み提案されたものであり、その目
的とするところは、実行プログラムを構成するモジュー
ル単位の性能情報の取得が自動的かつ容易に行える性能
情報取得方式を提供することにある。
The present invention has been proposed in view of the above points, and its purpose is to provide a performance information acquisition method that can automatically and easily acquire performance information for each module that constitutes an execution program. be.

〔課題を解決するための手段〕[Means to solve the problem]

本発明は上記の目的を達成するため、実行プログラムを
構成する各モジュールに対応して設けられ、モジュール
名と次の性能情報記憶領域のポインタとモジュール毎の
性能情報とを記憶する性能情報記憶領域と、 各実行プログラムの最初のモジュールに対する性能情報
記憶領域のアドレスと現在実行中のモジュールに対する
性能情報記憶領域のアドレスとを実行プログラム名に対
応付けて記憶する実行プログラム管理テーブルと、 モジュールの実行直前にそのモジュールに対する性能情
報記憶領域が既に確保されているか否かを判定する初期
化判定手段と、 初期化が必要と判定された場合にそのモジュールに対す
る性能情報記憶領域を確保し、性能情報の初期値とモジ
ュール名とを記憶させ、確保した性能情報記憶領域を実
行プログラム管理テーブルからチェーン付けられている
性能情報記憶領域の最後にチェーン付けする性能情報記
憶領域初期化手段と、 実行プログラム管理テーブル中の現在の性能情報記憶領
域のアドレスを記憶するフィールドにこれから実行する
モジュールに対する性能情報記憶領域のアドレスを設定
する実行プログラム管理テーブル更新手段と、 モジュールの実行時に性能情報を取得し、取得した性能
情報を実行プログラム情理テーブル中の現在の性能情報
記i、Ω領域のアドレスの示す性能情報記憶領域に記す
なする性能情報記憶手段と、実行プログラムの終了時に
実行プログラム管理テーブルにチェーンされている全て
の性能情報記憶領域中の性能情報を各モジュール毎に編
集出力する性能情報出力手段とを備えるようにしている
In order to achieve the above object, the present invention provides a performance information storage area that is provided corresponding to each module constituting an execution program and stores a module name, a pointer to the next performance information storage area, and performance information for each module. an execution program management table that stores the address of the performance information storage area for the first module of each execution program and the address of the performance information storage area for the module currently being executed in association with the execution program name; initialization determination means for determining whether or not a performance information storage area for that module has already been secured; performance information storage area initialization means for storing the value and module name and chaining the secured performance information storage area to the end of the performance information storage area chained from the execution program management table; an execution program management table update means for setting the address of the performance information storage area for the module to be executed from now on in a field for storing the address of the current performance information storage area of the module; The current performance information record i in the execution program information table is written in the performance information storage area indicated by the address in the Ω area. A performance information output means is provided for editing and outputting the performance information in the performance information storage area for each module.

〔作用〕[Effect]

本発明の性能情報取得方式にあっては、モジュールの実
行直前に初期化判定手段がそのモジュールに対する性能
情報記憶領域が既に確保されているか否かを判定し、初
期化が必要と判定された場合に性能情報記憶領域初期化
手段がそのモジュールに対する性能情報記憶領域を確保
して性能情報の初期値とモジュール名とを記憶させると
共に確保した性能情報記憶領域を実行プログラム管理テ
ーブルからチェーン付けられている性能情報記憶領域の
最後にチェーン付けし、実行プログラム管理テーブル更
新手段が実行プログラム管理テーブル中の現在の性能情
報記憶$■域のアドレスを記憶するフィールドにこれか
ら実行するモジュールに対する性能情報記憶領域のアド
レスを設定し、モジュールの実行時に性能情報記憶手段
が性能情報を取得すると共に取得した性能情報を実行プ
ログラム管理テーブル中の現在の性能情報記憶領域のア
ドレスの示す性能情報記憶領域に記憶し、実行プログラ
ムの終了時に性能情報出力手段が実行プログラム管理テ
ーブルにチェーンされている全ての性能情報記憶領域中
の性能情報を各モジュール毎に編集出力する。
In the performance information acquisition method of the present invention, immediately before execution of a module, the initialization determination means determines whether a performance information storage area for the module has already been secured, and if it is determined that initialization is necessary. The performance information storage area initialization means secures a performance information storage area for the module, stores the initial value of performance information and the module name, and chains the secured performance information storage area from the execution program management table. A chain is attached to the end of the performance information storage area, and the execution program management table update means stores the address of the performance information storage area for the module to be executed from now on in the field that stores the address of the current performance information storage $■ area in the execution program management table. When the module is executed, the performance information storage means acquires performance information, stores the acquired performance information in the performance information storage area indicated by the address of the current performance information storage area in the execution program management table, and stores the acquired performance information in the performance information storage area indicated by the address of the current performance information storage area in the execution program management table. At the end of the process, the performance information output means edits and outputs the performance information in all the performance information storage areas chained to the execution program management table for each module.

〔実施例〕〔Example〕

以下、本発明の実施例につき図面を参照して説明する。 Embodiments of the present invention will be described below with reference to the drawings.

第1図は本発明の性能情報取得方式の一実施例を示す構
成図である。第1図において、1が性能情報を取得する
対象の実行プログラムであり、モジエール11.12か
ら構成されているものとする。また、各モジュール11
.12にはそのモジュールに制御が渡った直後に、後述
する性能情報取得対象制御手段3を起動する性能情報取
得対象制御起動手段21.22が予め埋め込まれている
FIG. 1 is a block diagram showing an embodiment of the performance information acquisition method of the present invention. In FIG. 1, 1 is an execution program for which performance information is to be obtained, and it is assumed that it is composed of modules 11 and 12. In addition, each module 11
.. 12 is embedded in advance with performance information acquisition target control activation means 21 and 22 for activating the performance information acquisition target control means 3, which will be described later, immediately after control is passed to that module.

一方、機能部として、初期化判定手段31.性能情報記
憶領域初期化手段32.実行プログラム管理テーブル更
新手段33を含む性能情報取得対象制御手段3と、性能
情報記憶手段6と、性能情報出力手段7とが設けられて
いる。また、性能情報記憶領域41.42は実行プログ
ラム1のモジエール11.12に対応して動的に確保さ
れるものであり、実行プログラム管理テーブル5は性能
情報記憶領域41.42を管理するためのものである。
On the other hand, as a functional unit, initialization determination means 31. Performance information storage area initialization means 32. A performance information acquisition target control means 3 including an execution program management table update means 33, a performance information storage means 6, and a performance information output means 7 are provided. Furthermore, the performance information storage area 41.42 is dynamically secured in correspondence with the module 11.12 of the execution program 1, and the execution program management table 5 is used to manage the performance information storage area 41.42. It is something.

上記の各部の機能の概要は次の通りである。An overview of the functions of each part above is as follows.

性能情報記憶領域41.42F実行プログラム1を構成
する各モジュール11.12に対応して設けられ、モジ
ュール名と次の性能情報記憶領域のポインタとモジュー
ル毎の性能情報とを記憶する。
Performance information storage area 41.42F is provided corresponding to each module 11.12 constituting the execution program 1, and stores a module name, a pointer to the next performance information storage area, and performance information for each module.

実行プログラム管理テーブル5:実行プログラム1の最
初のモジュール11に対する性能情報記憶領域41のア
ドレスと現在実行中のモジエールに対する性能情報記憶
領域のアドレスとを実行プログラム名に対応付けて記憶
する。実行プログラムが複数ある場合は個別に記憶する
Execution program management table 5: Stores the address of the performance information storage area 41 for the first module 11 of the execution program 1 and the address of the performance information storage area for the module currently being executed in association with the execution program name. If there are multiple execution programs, they are stored individually.

初期化判定手段31;モジュールの実行直前にそのモジ
エールに対する性能情報記憶領域が既に確保されている
か否かを判定する。
Initialization determination means 31: Immediately before executing a module, it is determined whether a performance information storage area for the module has already been secured.

性能情報記憶領域初期化手段32;初期化判定手段31
により初期化が必要と判定された場合に、そのモジュー
ルに対する性能情報記憶領域を確保し、性能情報の初期
値とモジュール名とを記憶させ、確保した性能情報記憶
領域を実行プログラム管理テーブル5からチェーン付け
られている性能情報記憶領域の最後にチェーン付けする
Performance information storage area initialization means 32; initialization determination means 31
If it is determined that initialization is necessary by Attach a chain to the end of the attached performance information storage area.

実行プログラム管理テーブル更新手段33;実行プログ
ラム管理テーブル5中の現在の性能情報記憶領域のアド
レスを記憶するフィールドにこれから実行するモジエー
ルに対する性能情報記憶領域のアドレスを設定する。
Execution program management table updating means 33: Sets the address of the performance information storage area for the module to be executed from now on in the field for storing the address of the current performance information storage area in the execution program management table 5.

性能情報記憶手段6;モジュールの実行時に性能情報を
取得し、取得した性能情報を実行プログラム管理テーブ
ル5中の現在の性能情報記憶領域のアドレスの示す性能
情報記憶領域に記憶する。
Performance information storage means 6: Acquires performance information when a module is executed, and stores the acquired performance information in the performance information storage area indicated by the address of the current performance information storage area in the execution program management table 5.

性能情報出力手段7;実行プログラム1の終了時に実行
プログラム管理テーブル5にチェーンされている全ての
性能情報記憶領域41.42中の性能情報を各モジュー
ル毎に編集出力する。実行プログラムが複数ある場合に
はそれぞれにつむ)て行う。
Performance information output means 7: Edits and outputs the performance information in all the performance information storage areas 41, 42 chained to the execution program management table 5 for each module at the end of the execution program 1. If there are multiple execution programs, separate them into each one.

以下、上記の実施例の動作を説明する。The operation of the above embodiment will be explained below.

実行プログラム1中のモジュール11に制御が渡ると、
モジュール11中に埋め込まれた性能情報取得対象制御
起動手段21は性能情報取得対象制御手段3を起動する
When control is passed to module 11 in execution program 1,
The performance information acquisition target control activation means 21 embedded in the module 11 activates the performance information acquisition target control means 3.

性能情報取得対象制御手段3が起動されると、その中の
初期化判定手段31は、モジュール11に対する初期化
処理が必要であるか否かを判定する0gL初にモジュー
ル11に制御が渡った時点では、モジュール11に対す
る性能情報記憶領域41はまだ確保されていないため、
初期化判定手段31は「初期化必要」と判定し、性能情
報記憶領域初期化手段32を起動する。
When the performance information acquisition target control means 3 is started, the initialization determination means 31 therein determines whether or not initialization processing for the module 11 is necessary.0gL When control is first passed to the module 11 In this case, since the performance information storage area 41 for the module 11 has not yet been secured,
The initialization determining means 31 determines that "initialization is necessary" and starts the performance information storage area initializing means 32.

性能情報記憶領域初期化手段32は、性能情報記す、α
領域41を確保し、モジニール11のモジュール名rM
odule−AJと、次に性能情報記憶領域が存在しな
いことを示すポインタ値とを記憶し、性能情報を記憶す
るための領域に初期値を設定する。また、この時点では
、実行プログラム管理テーブル5中の最初の性能情報記
憶領域のアドレスを設定するフィールドには性能情報記
憶領域がまだ一つも存在していないことを示す値が設定
されているため、性能情報記憶領域初期化手段32は確
保した性能情報記憶領域41を最初の性能情報記憶領域
と判定し、そのアドレスrAddr−1−1jを実行プ
ログラム1の名前rPr。
The performance information storage area initialization means 32 records performance information, α
Secure area 41 and set the module name rM of Moginir 11
odule-AJ and a pointer value indicating that the next performance information storage area does not exist, and sets an initial value in the area for storing performance information. Furthermore, at this point, the field for setting the address of the first performance information storage area in the execution program management table 5 has a value indicating that no performance information storage area exists yet. The performance information storage area initializing means 32 determines the secured performance information storage area 41 as the first performance information storage area, and sets the address rAddr-1-1j to the name rPr of the execution program 1.

g−AJと関連付けて実行プログラム管理テーブル5に
記憶する。
It is stored in the execution program management table 5 in association with g-AJ.

次に、実行プログラム管理テーブル更新手段33が起動
され、実行プログラム管理テーブル更新手段33は実行
プログラム管理テーブル5中の実行プログラム名rPr
og−AJに対する現在の性能情報記憶領域のアドレス
として、モジュール11に対して確保された性能情報記
憶領域41のアドレスrAddr−1−IJを設定する
。これによって、以降の性能情報は性能情報記す、i 
H域41に記1.αされることになる。
Next, the execution program management table updating means 33 is started, and the execution program management table updating means 33 updates the execution program name rPr in the execution program management table 5.
The address rAddr-1-IJ of the performance information storage area 41 secured for the module 11 is set as the address of the current performance information storage area for og-AJ. As a result, subsequent performance information will be written as performance information, i
Write in H area 41 1. It will be α.

実行プログラム管理テーブル更新手段33が処理を終了
すると、性能情報取得対象制御手段3は処理を終了し、
モジュール11に制御が戻り、モジュール11が実行を
開始する。
When the execution program management table updating means 33 finishes the process, the performance information acquisition target control means 3 finishes the process,
Control is returned to module 11, and module 11 begins execution.

モジュール11の実行中に性能情報記f、α手段6が起
動され、実行プログラム1のプログラム名rProg−
AJによって現在の性能情報記fα領域のアドレスrA
ddr−1−IJを実行プログラム管理テーブル5から
求め、そのアドレスが示す性能情報記憶領域41に性能
情報を記憶、αしていく。
During the execution of the module 11, the performance information record f and α means 6 are activated, and the program name rProg- of the execution program 1 is executed.
Address rA of the current performance information record fα area by AJ
ddr-1-IJ is obtained from the execution program management table 5, and the performance information is stored in the performance information storage area 41 indicated by the address.

モジュール11の実行が終了し、制御がモジュール12
に移行すると、モジュール11の場合と同様に、性能情
報取得対象制御手段3が性能情報取得対象制御起動手段
22によって起動され、初期化判定手段31は「初期化
必要」と判定し、性能情報記憶領域初期化手段32は初
期化を行う。
Execution of module 11 is completed and control is transferred to module 12.
, similarly to the case of the module 11, the performance information acquisition target control means 3 is activated by the performance information acquisition target control activation means 22, the initialization determination means 31 determines that "initialization is necessary", and the performance information storage is started. The area initialization means 32 performs initialization.

ただし、この場合には既にモジュール11に対する性能
情報記憶領域41が存在し、そのアドレスが実行プログ
ラム管理テーブル5中の最初の性能情報記憶領域のアド
レスのフィールドに設定されているため、性能情報記憶
領域42のアドレスrAddr−1−2Jを性能情報記
憶領域41中の次の性能情報記t!tJl域のアドレス
のフィールドに設定する。
However, in this case, the performance information storage area 41 for the module 11 already exists, and its address is set in the address field of the first performance information storage area in the execution program management table 5. 42 address rAddr-1-2J to the next performance information record t! in the performance information storage area 41. Set in the address field of the tJl area.

次いで、実行プログラム管理テーブル更新手段33は、
実行プログラム管理テーブル5中の実行プログラム名r
Prog−AJに対する現在の性能情報記憶領域アドレ
スとしてrAddr−1−2」を設定する。これによっ
て、以降の性能情報はモジエール12に対して確保され
た性能情報記憶領域42に記憶されることになる。
Next, the execution program management table updating means 33
Execution program name r in execution program management table 5
rAddr-1-2'' is set as the current performance information storage area address for Prog-AJ. As a result, subsequent performance information will be stored in the performance information storage area 42 reserved for the module 12.

その後、再度、モジュール11またはモジュール12に
制御が渡り、性能情報取得対象制御手段3が起動された
場合には、既に性能情報記憶領域41.42は確保法で
あるため、初期化判定手段31は「初期化不要」と判定
し、性能情報記憶領域初期化手段32は起動されない。
After that, when control is passed to the module 11 or module 12 again and the performance information acquisition target control means 3 is activated, the performance information storage areas 41 and 42 are already secured, so the initialization determination means 31 is It is determined that "initialization is not necessary" and the performance information storage area initialization means 32 is not activated.

そして、実行プログラム管理テーブル更新手段33は実
行プログラム管理テーブル5中の現在の性能情報記憶領
域のアドレスのフィールドに、性能情報記憶領域41の
アドレスrAddr−1−IJまたは性能情報記憶領域
42のアドレス’ A d d r  l −2Jを設
定し、性能情報取得対象制御手段3は処理を終了する。
Then, the execution program management table updating means 33 enters the address rAddr-1-IJ of the performance information storage area 41 or the address ' of the performance information storage area 42 in the field of the address of the current performance information storage area in the execution program management table 5. A d dr l -2J is set, and the performance information acquisition target control means 3 ends the process.

このようにして、実行プログラム1の実行が進んで行く
と、モジュール11に関する性能情報は性能情報記憶領
域41に、モジュール12に関する性能情報は性能情報
記憶領域42にそれぞれ独立に記憶される。
In this way, as execution of the execution program 1 progresses, performance information regarding the module 11 is independently stored in the performance information storage area 41, and performance information regarding the module 12 is stored in the performance information storage area 42, respectively.

実行プログラム1の実行が終了すると、性能情報出力手
段7が起動され、性能情報出力手段7は実行プログラム
管理テーブル5から実行プログラム1のプログラム名r
Prog−AJに対応する最初の性能情報記憶領域のア
ドレスとしてrAddr−1−IJを得る。rAddr
−1−IJはモジュール11に対する性能情報記すq領
域41をポイントしており、性能情報出力手段7は、性
能情報記憶領域41に記憶されているモジュール名と性
能情報とを編集出力する。更に、性能情報出力手段7は
、性能情報記f、α領M241中の次の性能情報記憶領
域のアドレスのフィールドを調べ、次の性能情報記憶領
域として性能情報記憶領域42のアドレス’Addr−
1−2Jが設定されているため、性能情報記憶領域42
に対しても、モジュール名と性能情報との編集出力を行
う。そして、性能情報記憶領域42中の次の性能情報記
憶領域のアドレスのフィールドには、次の性能情報記憶
領域は存在しないことを示す値が設定されているため、
性能情報出力手段7は処理を終了する。
When the execution of the execution program 1 is completed, the performance information output means 7 is started, and the performance information output means 7 inputs the program name r of the execution program 1 from the execution program management table 5.
rAddr-1-IJ is obtained as the address of the first performance information storage area corresponding to Prog-AJ. rAddr
-1-IJ points to the q area 41 in which performance information for the module 11 is recorded, and the performance information output means 7 edits and outputs the module name and performance information stored in the performance information storage area 41. Furthermore, the performance information output means 7 checks the field of the address of the next performance information storage area in the performance information record f, α area M241, and sets the address 'Addr-' of the performance information storage area 42 as the next performance information storage area.
Since 1-2J is set, the performance information storage area 42
It also edits and outputs the module name and performance information. Then, in the address field of the next performance information storage area in the performance information storage area 42, a value indicating that the next performance information storage area does not exist is set.
The performance information output means 7 ends the process.

以上のようにして、実行プログラム1を構成するモジュ
ール11.12毎の性能情報が個々に取得される。
As described above, performance information for each of the modules 11 and 12 constituting the execution program 1 is obtained individually.

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

以上説明したように、本発明の性能情報取得方式にあっ
ては、実行プログラムを構成するモジュール単位に性能
情報が自動的に収集されるため、実行プログラムの性能
評価をモジュール単位に行うことができ、実行性能を向
上させるために改善すべきモジュールが明白となり、複
雑にモジエール分割されている実行プログラムに対して
も実行性能の向上が容易に行えるという効果がある。
As explained above, in the performance information acquisition method of the present invention, performance information is automatically collected for each module that constitutes an executable program, so performance evaluation of an executable program can be performed for each module. , it becomes clear which modules should be improved in order to improve execution performance, and the execution performance can be easily improved even for execution programs that are complicatedly divided into modules.

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

第1図は本発明の性能情報取得方式の一実施例を示す構
成図である。 図において、 1・・・・・・・・・・・・・・・実行プログラム11
12・・・モジュール 21.22・・・性能情報取得対象制御起動手段3・・
・・・・性能情報取得対象制御手段31・・・初期化判
定手段 32・・・性能情報記憶領域初期化手段33・・・実行
プログラム管理テーブル更新手段41.42・・・性能
情報記憶領域
FIG. 1 is a block diagram showing an embodiment of the performance information acquisition method of the present invention. In the figure, 1......Execution program 11
12...Module 21.22...Performance information acquisition target control activation means 3...
...Performance information acquisition target control means 31...Initialization determination means 32...Performance information storage area initialization means 33...Execution program management table update means 41, 42...Performance information storage area

Claims (1)

【特許請求の範囲】 実行プログラムを構成する各モジュールに対応して設け
られ、モジュール名と次の性能情報記憶領域のポインタ
とモジュール毎の性能情報とを記憶する性能情報記憶領
域と、 各実行プログラムの最初のモジュールに対する性能情報
記憶領域のアドレスと現在実行中のモジュールに対する
性能情報記憶領域のアドレスとを実行プログラム名に対
応付けて記憶する実行プログラム管理テーブルと、 モジュールの実行直前にそのモジュールに対する性能情
報記憶領域が既に確保されているか否かを判定する初期
化判定手段と、 初期化が必要と判定された場合にそのモジュールに対す
る性能情報記憶領域を確保し、性能情報の初期値とモジ
ュール名とを記憶させ、確保した性能情報記憶領域を実
行プログラム管理テーブルからチェーン付けられている
性能情報記憶領域の最後にチェーン付けする性能情報記
憶領域初期化手段と、 実行プログラム管理テーブル中の現在の性能情報記憶領
域のアドレスを記憶するフィールドにこれから実行する
モジュールに対する性能情報記憶領域のアドレスを設定
する実行プログラム管理テーブル更新手段と、 モジュールの実行時に性能情報を取得し、取得した性能
情報を実行プログラム管理テーブル中の現在の性能情報
記憶領域のアドレスの示す性能情報記憶領域に記憶する
性能情報記憶手段と、実行プログラムの終了時に実行プ
ログラム管理テーブルにチェーンされている全ての性能
情報記憶領域中の性能情報を各モジュール毎に編集出力
する性能情報出力手段とを備えたことを特徴とする性能
情報取得方式。
[Scope of Claims] A performance information storage area provided corresponding to each module constituting an execution program and storing a module name, a pointer to the next performance information storage area, and performance information for each module; and each execution program. An execution program management table that stores the address of the performance information storage area for the first module of the module and the address of the performance information storage area for the module currently being executed in association with the execution program name; Initialization determination means that determines whether an information storage area has already been secured, and when it is determined that initialization is necessary, secures a performance information storage area for the module, and sets the initial value of performance information and module name. performance information storage area initialization means for storing the performance information storage area and chaining the secured performance information storage area to the end of the performance information storage area chained from the execution program management table; and the current performance information in the execution program management table. Execution program management table update means that sets the address of the performance information storage area for the module to be executed from now on in the field that stores the address of the storage area, and an execution program management table that acquires performance information when the module is executed and stores the acquired performance information in the execution program management table. performance information storage means to store performance information in the performance information storage area indicated by the address of the current performance information storage area in A performance information acquisition method characterized by comprising a performance information output means for editing and outputting each module.
JP1254343A 1989-09-29 1989-09-29 Performance information acquiring system Pending JPH03116339A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1254343A JPH03116339A (en) 1989-09-29 1989-09-29 Performance information acquiring system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1254343A JPH03116339A (en) 1989-09-29 1989-09-29 Performance information acquiring system

Publications (1)

Publication Number Publication Date
JPH03116339A true JPH03116339A (en) 1991-05-17

Family

ID=17263682

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1254343A Pending JPH03116339A (en) 1989-09-29 1989-09-29 Performance information acquiring system

Country Status (1)

Country Link
JP (1) JPH03116339A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07200368A (en) * 1993-12-29 1995-08-04 Nec Corp Performance information management system in unit of module

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07200368A (en) * 1993-12-29 1995-08-04 Nec Corp Performance information management system in unit of module

Similar Documents

Publication Publication Date Title
JPH0565892B2 (en)
JPH03116339A (en) Performance information acquiring system
JPH02201552A (en) Transaction trace information picking system
JP2841363B2 (en) External module acquisition method
JPS6270944A (en) Collecting system for trace information
JP2885907B2 (en) Online processing time analysis method
JPH01316823A (en) Operating system correcting system
JP3170795B2 (en) File group processing device
JPH0219936A (en) Program application state grasping system by reference and time/date of application
JPH01286025A (en) Program changing system
JP2669128B2 (en) Language processing system
JP2573926B2 (en) Verification method of file update
JPS62286134A (en) Tracer system
JPH04221460A (en) Type judgment system of magnetic disk device
JPS63186332A (en) Collective translation system for plural source programs
JPS5971556A (en) Data collection system
JPH02211540A (en) Compile control system
JPH05143422A (en) Updated journal managing system
JPH02232731A (en) Data evaluating system
JP2000099383A (en) System and method for managing database and storage medium
JPH02287841A (en) Computer system
JPH08235048A (en) Network file processing method and system
JPS62229344A (en) Data storing system
JPS63228347A (en) Control system for generation of file consisting of plural members
JPH04302337A (en) Rerun countermeasure in abort of update processing