JPH0553782A - System for obtaining dynamic characteristic analysis information of specified part - Google Patents
System for obtaining dynamic characteristic analysis information of specified partInfo
- Publication number
- JPH0553782A JPH0553782A JP24461391A JP24461391A JPH0553782A JP H0553782 A JPH0553782 A JP H0553782A JP 24461391 A JP24461391 A JP 24461391A JP 24461391 A JP24461391 A JP 24461391A JP H0553782 A JPH0553782 A JP H0553782A
- Authority
- JP
- Japan
- Prior art keywords
- module
- analysis
- dynamic characteristic
- information
- processing means
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Landscapes
- Stored Programmes (AREA)
- Devices For Executing Special Programs (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は特定部分の動的特性解析
情報取得方式に関し、特に高級プログラミング言語で記
述されたプログラムの動的特性を解析する動的特性解析
機構における特定部分の動的特性解析情報取得方式に関
する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a dynamic characteristic analysis information acquisition method for a specific portion, and more particularly to a dynamic characteristic analysis mechanism for analyzing a dynamic characteristic of a program written in a high-level programming language. Regarding analysis information acquisition method.
【0002】[0002]
【従来の技術】プログラムの動的特性解析情報の採取に
おいて、プログラムを構成するモジュールの数が多くて
全てのモジュールの動的特性解析情報を採取できない場
合や特定のモジュールに関連する部分(すなわち、特定
部分)の動的特性解析情報だけを採取したい場合等に
は、プログラムの一部のモジュールの動的特性解析情報
だけを採取する部分解析が行われる。部分解析で複数の
モジュールを解析対象モジュールとして指定する場合、
任意のモジュールの集まりを指定する場合と、特定のモ
ジュールおよびそのモジュールから呼び出されるモジュ
ールの集まりを指定する場合とがある。2. Description of the Related Art In collecting dynamic characteristic analysis information of a program, when the dynamic characteristic analysis information of all the modules cannot be collected due to a large number of modules that make up the program, or a portion related to a specific module (that is, When it is desired to collect only the dynamic characteristic analysis information of a specific part), a partial analysis is performed to collect only the dynamic characteristic analysis information of some modules of the program. When specifying multiple modules as analysis target modules in partial analysis,
There are cases where an arbitrary group of modules is designated and cases where a specific module and a group of modules called from the specific module are designated.
【0003】従来、プログラム中の特定のモジュールお
よびそのモジュールから呼び出されるモジュールの動的
特性解析情報を採取したい場合、プログラムの静的特性
解析によって得られるモジュールの呼出し関係情報から
解析対象とするモジュールおよびそのモジュールから呼
び出されるモジュールを検索して、動的特性の解析対象
として指定していた。Conventionally, when it is desired to collect dynamic characteristic analysis information of a specific module in a program and a module called from that module, the module to be analyzed from the call relation information of the module obtained by the static characteristic analysis of the program and The module called from that module was searched and specified as the analysis target of the dynamic characteristic.
【0004】上述した従来の技術では、利用者がプログ
ラムの静的特性解析を行い、得られたモジュールの呼出
し関係情報から特定のモジュールおよびそのモジュール
から呼び出されるモジュールを捜して動的特性の解析対
象として指定しなければならなかったので、その作業が
煩わしいという問題点があった。In the above-mentioned conventional technique, the user performs static characteristic analysis of a program, searches for a specific module and a module called from the module from the obtained call relation information of the module, and analyzes the dynamic characteristic. Since it had to be specified as, there was a problem that the work was troublesome.
【0005】本発明の目的は、上述の点に鑑み、利用者
がプログラム中の解析対象モジュールを指定すると、そ
のモジュールから呼び出されるモジュールを検索し動的
特性の解析対象として自動的に指定して動的特性解析情
報を採取するようにした特定部分の動的特性解析情報取
得方式を提供することにある。In view of the above points, an object of the present invention is that when a user specifies an analysis target module in a program, a module called from that module is searched and automatically specified as a dynamic characteristic analysis target. It is to provide a dynamic characteristic analysis information acquisition method of a specific portion so as to collect dynamic characteristic analysis information.
【0006】[0006]
【課題を解決するための手段】本発明の特定部分の動的
特性解析情報取得方式は、高級プログラミング言語で記
述されたプログラムの動的特性を解析する動的特性解析
機構において、原始プログラムを入力しモジュール毎に
モジュール名とそのモジュールから呼び出されるモジュ
ール名とを取り出して全てのモジュールに対して呼出し
関係情報を生成するプログラム構造解析処理手段と、入
力した解析対象のモジュール名とその解析対象モジュー
ルから呼び出されるモジュール名とを前記プログラム構
造解析処理手段により作成された呼出し関係情報から検
索する解析対象モジュール判定処理手段とを有する。According to the method of acquiring dynamic characteristic analysis information of a specific part of the present invention, a source program is input in a dynamic characteristic analysis mechanism for analyzing the dynamic characteristics of a program written in a high-level programming language. From the module structure analysis processing means that extracts the module name and the module name called from that module for each module and generates the call relationship information for all modules, and the input module name of the analysis target and its analysis target module The module name to be called and the analysis target module determination processing means for retrieving from the call relation information created by the program structure analysis processing means.
【0007】[0007]
【作用】本発明の特定部分の動的特性解析情報取得方式
では、プログラム構造解析処理手段が原始プログラムを
入力しモジュール毎にモジュール名とそのモジュールか
ら呼び出されるモジュール名とを取り出して全てのモジ
ュールに対して呼出し関係情報を生成し、解析対象モジ
ュール判定処理手段が入力した解析対象のモジュール名
とその解析対象モジュールから呼び出されるモジュール
名とを前記プログラム構造解析処理手段により作成され
た呼出し関係情報から検索する。According to the dynamic characteristic analysis information acquisition method of the specific part of the present invention, the program structure analysis processing means inputs the source program, extracts the module name for each module and the module name called from the module, and outputs it to all the modules. On the other hand, the calling relation information is generated, and the analysis target module name inputted by the analysis target module determination processing means and the module name called from the analysis target module are searched from the calling relation information created by the program structure analysis processing means. To do.
【0008】[0008]
【実施例】次に、本発明について図面を参照して詳細に
説明する。DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described in detail with reference to the drawings.
【0009】図1は、本発明の一実施例に係る特定部分
の動的特性解析情報取得方式が適用された動的特性解析
機構3の構成を示すブロック図である。この動的特性解
析機構3は、プログラム構造解析処理手段31と、呼出
し関係情報31aと、解析対象モジュール判定処理手段
32とを含んで構成されており、原始プログラム1と、
動的特性の解析対象モジュールを指定した解析対象情報
2とを入力して、動的特性解析情報4を出力する。FIG. 1 is a block diagram showing a configuration of a dynamic characteristic analysis mechanism 3 to which a dynamic characteristic analysis information acquisition method of a specific portion according to an embodiment of the present invention is applied. The dynamic characteristic analysis mechanism 3 includes a program structure analysis processing unit 31, call relation information 31a, and an analysis target module determination processing unit 32, and the source program 1 and
The analysis target information 2 specifying the analysis target module of the dynamic characteristic is input, and the dynamic characteristic analysis information 4 is output.
【0010】図2は、原始プログラム1のプログラム構
造の一例を示す図である。原始プログラム1は、モジュ
ールA,B,C,D,EおよびFから構成されている。
モジュールAはモジュールB,DおよびCを呼び出し、
モジュールBはモジュールCおよびDを呼び出し、モジ
ュールCはモジュールEおよびFを呼び出している。FIG. 2 is a diagram showing an example of the program structure of the source program 1. The source program 1 is composed of modules A, B, C, D, E and F.
Module A calls modules B, D and C,
Module B calls modules C and D, and module C calls modules E and F.
【0011】図3は、図2に示した原始プログラム1の
呼出し関係情報31aの一例を示す図である。呼出し関
係情報31aは、モジュール名と、そのモジュールが呼
び出すモジュール名との複数のエントリからなる。ただ
し、モジュールが呼び出すモジュール名がない場合に
は、呼び出すモジュール名には、その旨の情報が登録さ
れる。FIG. 3 is a diagram showing an example of calling relationship information 31a of the source program 1 shown in FIG. The call relationship information 31a includes a plurality of entries of a module name and a module name called by the module. However, if there is no module name to be called by the module, information to that effect is registered in the module name to be called.
【0012】次に、このように構成された本実施例の特
定部分の動的特性解析情報取得方式の動作について、図
2に示した原始プログラム1のプログラム構造に基づい
て説明する。Next, the operation of the dynamic characteristic analysis information acquisition system of the specific portion of the present embodiment thus constructed will be described based on the program structure of the source program 1 shown in FIG.
【0013】動的特性解析機構3のプログラム構造解析
処理手段31は、原始プログラム1のモジュールAを入
力すると、モジュールAから呼び出されるモジュール名
B,DおよびCを検索し、モジュール名Aとそこから呼
び出されるモジュール名B,DおよびCとを呼出し関係
情報31aに登録する。When the module A of the source program 1 is input, the program structure analysis processing means 31 of the dynamic characteristic analysis mechanism 3 retrieves the module names B, D and C called from the module A, and from the module name A and from there. The called module names B, D and C are registered in the calling relationship information 31a.
【0014】次に、プログラム構造解析処理手段31
は、モジュールBを入力すると、モジュールBから呼び
出されるモジュール名CおよびDを検索し、同様にモジ
ュール名Bとモジュール名CおよびDとを呼出し関係情
報31aに登録する。Next, the program structure analysis processing means 31
When module B is input, searches for module names C and D called from module B, and similarly registers module name B and module names C and D in call relationship information 31a.
【0015】続いて、プログラム構造解析処理手段31
は、モジュールCを入力すると、モジュールCから呼び
出されるモジュール名EおよびFを検索し、同様にモジ
ュール名Cとモジュール名EおよびFとを呼出し関係情
報31aに登録する。Subsequently, the program structure analysis processing means 31
When the module C is input, searches for the module names E and F called from the module C, and similarly registers the module name C and the module names E and F in the call relationship information 31a.
【0016】次に、プログラム構造解析処理手段31
は、モジュールDを入力すると、モジュールDから呼び
出されるモジュール名を検索するが、モジュールDはモ
ジュール呼出しを含まないので、モジュール名Dと呼出
しモジュールがないという情報とを呼出し関係情報31
aに登録する。Next, the program structure analysis processing means 31
When the module D is input, the module retrieves the module name called from the module D. However, since the module D does not include the module call, the module name D and the information indicating that the calling module does not exist are called relationship information 31.
Register with a.
【0017】同様に、プログラム構造解析処理手段31
は、モジュールEおよびFから呼び出されるモジュール
名を検索するが、モジュールEおよびFはモジュール呼
出しを含まないので、モジュール名EおよびFと呼出し
モジュールがないという情報とを呼出し関係情報31a
にそれぞれ登録する。Similarly, the program structure analysis processing means 31
Retrieves the module name called from the modules E and F, but since the modules E and F do not include the module call, the module names E and F and the information indicating that there is no calling module are called relation information 31a.
To register respectively.
【0018】プログラム構造解析処理手段31は、原始
プログラム1の全てのモジュールA,B,C,D,Eお
よびFについて呼出し関係の解析が終了すると、処理を
終了する。The program structure analysis processing means 31 terminates the processing when the analysis of the calling relationship is completed for all the modules A, B, C, D, E and F of the source program 1.
【0019】動的特性の解析対象の上位モジュール名B
が指定された解析対象情報2を入力すると、解析対象モ
ジュール判定処理手段32は、モジュールBを解析対象
モジュールグループとし、呼出し関係情報31aからモ
ジュール名Bを捜す。Upper module name B for dynamic characteristic analysis
When the analysis target information 2 designated by is input, the analysis target module determination processing unit 32 sets the module B as the analysis target module group and searches for the module name B from the call relationship information 31a.
【0020】次に、解析対象モジュール判定処理手段3
2は、モジュールBの呼出し関係情報31aを参照し、
モジュールBがモジュールCおよびDを呼び出している
ことが判明するので、モジュールCおよびDを解析対象
モジュールグループに追加する。Next, the analysis target module determination processing means 3
2 refers to the call relation information 31a of the module B,
Since it is found that the module B calls the modules C and D, the modules C and D are added to the analysis target module group.
【0021】続いて、解析対象モジュール判定処理手段
32は、解析対象モジュールグループに追加されたCお
よびDについても、モジュールBと同様に処理する。Subsequently, the analysis target module determination processing means 32 processes C and D added to the analysis target module group in the same manner as the module B.
【0022】モジュールCはモジュールEおよびFを呼
び出しているので、解析対象モジュール判定処理手段3
2は、モジュールEおよびFを解析対象モジュールグル
ープに追加する。Since the module C calls the modules E and F, the analysis target module determination processing means 3
2 adds modules E and F to the analysis target module group.
【0023】モジュールDはモジュールの呼出しを含ん
でいないので、解析対象モジュール判定処理手段32
は、解析対象モジュールグループにモジュールを追加し
ない。Since the module D does not include a module call, the analysis target module determination processing means 32
Does not add the module to the analysis target module group.
【0024】続いて、解析対象モジュール判定処理手段
32は、解析対象モジュールグループに新たに追加され
たモジュールEおよびFについても、同様に処理する
が、モジュールEおよびFもモジュールの呼出しを含ん
でいないので、解析対象モジュールグループにモジュー
ルを追加しない。Subsequently, the analysis target module determination processing means 32 similarly processes the modules E and F newly added to the analysis target module group, but the modules E and F do not include a module call. Therefore, do not add the module to the analysis target module group.
【0025】解析対象モジュールグループ内に登録され
た全てのモジュールB,C,D,EおよびFについて呼
出しモジュール名の検索を行った結果、解析対象モジュ
ール判定処理手段32は、モジュールB,C,D,Eお
よびFを解析対象モジュールグループとして確定する。As a result of searching the calling module names for all the modules B, C, D, E and F registered in the analysis target module group, the analysis target module determination processing means 32 determines that the modules B, C, D are included. , E and F are determined as the module group to be analyzed.
【0026】そして、動的特性解析機構3は、解析対象
モジュール判定処理手段32により判定された解析対象
モジュールグループの各モジュールB,C,D,Eおよ
びFを動的特性の解析対象として動的特性解析処理を行
い、各モジュールB,C,D,EおよびFについての動
的特性解析情報4を出力する。Then, the dynamic characteristic analyzing mechanism 3 dynamically sets each module B, C, D, E and F of the analysis target module group determined by the analysis target module determination processing means 32 as the analysis target of the dynamic characteristics. Characteristic analysis processing is performed, and dynamic characteristic analysis information 4 for each module B, C, D, E and F is output.
【0027】[0027]
【発明の効果】以上説明したように本発明は、プログラ
ム構造解析処理手段および解析対象モジュール判定処理
手段を設け、原始プログラムにおけるモジュールの呼出
し関係を解析した後に解析対象モジュールグループを判
定するようにしたことにより、利用者がプログラム中の
解析対象モジュールを指定すると、そのモジュールから
呼び出されるモジュールを検索して動的特性の解析対象
として自動的に指定するので、利用者がプログラムの静
的特性解析を行って解析対象のモジュールを指定するこ
となく、特定部分の動的特性解析情報を採取できるとい
う効果がある。As described above, according to the present invention, the program structure analysis processing means and the analysis target module determination processing means are provided, and the analysis target module group is determined after the module calling relation in the source program is analyzed. By doing so, when the user specifies the module to be analyzed in the program, the module called from that module is searched and automatically specified as the analysis target of the dynamic characteristics, so the user can analyze the static characteristics of the program. There is an effect that the dynamic characteristic analysis information of a specific portion can be collected without performing the analysis and designating the module to be analyzed.
【図1】本発明の一実施例に係る特定部分の動的特性解
析情報取得方式が適用された動的特性解析機構の構成を
示すブロック図である。FIG. 1 is a block diagram showing a configuration of a dynamic characteristic analysis mechanism to which a dynamic characteristic analysis information acquisition method of a specific portion according to an exemplary embodiment of the present invention is applied.
【図2】図1中の原始プログラムのプログラム構造の一
例を示す図である。FIG. 2 is a diagram showing an example of a program structure of a source program in FIG.
【図3】図1中のプログラム構造解析処理手段で作成さ
れる呼出し関係情報の一例を示す図である。FIG. 3 is a diagram showing an example of call relationship information created by a program structure analysis processing means in FIG.
1 原始プログラム 2 解析対象情報 3 動的特性解析機構 4 動的特性解析情報 31 プログラム構造解析処理手段 31a 呼出し関係情報 32 解析対象モジュール判定処理手段 1 Primitive Program 2 Analysis Target Information 3 Dynamic Characteristic Analysis Mechanism 4 Dynamic Characteristic Analysis Information 31 Program Structure Analysis Processing Means 31a Call Relation Information 32 Analysis Target Module Determination Processing Means
Claims (1)
ログラムの動的特性を解析する動的特性解析機構におい
て、 原始プログラムを入力しモジュール毎にモジュール名と
そのモジュールから呼び出されるモジュール名とを取り
出して全てのモジュールに対して呼出し関係情報を生成
するプログラム構造解析処理手段と、 入力した解析対象のモジュール名とその解析対象モジュ
ールから呼び出されるモジュール名とを前記プログラム
構造解析処理手段により作成された呼出し関係情報から
検索する解析対象モジュール判定処理手段とを有するこ
とを特徴とする特定部分の動的特性解析情報取得方式。1. A dynamic characteristic analysis mechanism for analyzing the dynamic characteristics of a program written in a high-level programming language, in which a source program is input and a module name for each module and a module name called from that module are extracted and all Structure analysis processing means for generating call relationship information for each module, and the call relationship information created by the program structure analysis processing means for the input analysis target module name and the module name called from the analysis target module. A method for acquiring dynamic characteristic analysis information of a specific portion, which comprises: an analysis target module determination processing unit that retrieves from.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP24461391A JPH0553782A (en) | 1991-08-29 | 1991-08-29 | System for obtaining dynamic characteristic analysis information of specified part |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP24461391A JPH0553782A (en) | 1991-08-29 | 1991-08-29 | System for obtaining dynamic characteristic analysis information of specified part |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0553782A true JPH0553782A (en) | 1993-03-05 |
Family
ID=17121345
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP24461391A Pending JPH0553782A (en) | 1991-08-29 | 1991-08-29 | System for obtaining dynamic characteristic analysis information of specified part |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0553782A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010211521A (en) * | 2009-03-10 | 2010-09-24 | Nec Corp | Device, method and program for automatically selecting verification target function |
US7858896B2 (en) | 2003-11-25 | 2010-12-28 | Fronius International Gmbh | Spot welding gun for resistance welding of workpieces |
-
1991
- 1991-08-29 JP JP24461391A patent/JPH0553782A/en active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7858896B2 (en) | 2003-11-25 | 2010-12-28 | Fronius International Gmbh | Spot welding gun for resistance welding of workpieces |
US8319140B2 (en) | 2003-11-25 | 2012-11-27 | Fronius International Gmbh | Spot welding gun for resistance welding of workpieces |
JP2010211521A (en) * | 2009-03-10 | 2010-09-24 | Nec Corp | Device, method and program for automatically selecting verification target function |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH0612452A (en) | Group information access system | |
JPH0778182A (en) | Keyword allocating system | |
JPH0553782A (en) | System for obtaining dynamic characteristic analysis information of specified part | |
JPH09265490A (en) | Component retrieval system | |
JP2000181700A (en) | Program analyzing device and recording medium | |
JP3061486B2 (en) | Data sort processing system | |
JPH09101880A (en) | Program analyzer | |
JPH07210397A (en) | Program conversion method and program execution method using the same | |
JPH0423167A (en) | Command retrieving system | |
JPH086779A (en) | Automatic program generator | |
JPH05127884A (en) | Module relation display system | |
JPH04241672A (en) | Character string retrieving system | |
JPH05342079A (en) | Method for collecting transaction device | |
JPH01195525A (en) | Process selection system for multi-window | |
JPH03248230A (en) | Parameter analyzing system | |
JPH06274332A (en) | Registration/retrieval method for program parts | |
JPH0778176A (en) | Data base system | |
JP2000293410A (en) | Profiler | |
JPH0628405A (en) | User definition procedure analyzer of extensible data base | |
JPH0452967A (en) | And operation processing system for set file | |
JP2001084260A (en) | Database system | |
JPH0535755A (en) | Pos data analysis system | |
JPH02277145A (en) | Support system for check/analysis of program | |
JPH0553871A (en) | Execution information sampling system | |
JPH0367329A (en) | Display system for program correlative relation |