JP4842783B2 - Information processing apparatus, information processing method, and program - Google Patents

Information processing apparatus, information processing method, and program Download PDF

Info

Publication number
JP4842783B2
JP4842783B2 JP2006323560A JP2006323560A JP4842783B2 JP 4842783 B2 JP4842783 B2 JP 4842783B2 JP 2006323560 A JP2006323560 A JP 2006323560A JP 2006323560 A JP2006323560 A JP 2006323560A JP 4842783 B2 JP4842783 B2 JP 4842783B2
Authority
JP
Japan
Prior art keywords
performance
information
simulation
execution performance
predicted execution
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 - Fee Related
Application number
JP2006323560A
Other languages
Japanese (ja)
Other versions
JP2008139965A (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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2006323560A priority Critical patent/JP4842783B2/en
Publication of JP2008139965A publication Critical patent/JP2008139965A/en
Application granted granted Critical
Publication of JP4842783B2 publication Critical patent/JP4842783B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、シミュレーションを行う情報処理装置等に関する。   The present invention relates to an information processing apparatus that performs simulation.

従来のトレース情報を用いたシミュレーションでは、例えば、性能評価対象となる並列計算機のアプリケーションシステムを実機上で動作させ、その際に各プロセッサ間でのメッセージの送受信情報を時刻情報と共に収集することによりCPU(Central Processing Unit)使用時間を得て、シミュレーション対象のハードウェア環境におけるCPU性能に置き換えてシステムの性能評価を行っていた(例えば、特許文献1)。
また、命令レベルシミュレータでは、性能評価対象となるプログラムを命令レベルシミュレータ上で動作させ、その命令数をカウントすることによりCPU使用時間を概算して性能評価を行う方法も提案されている(例えば、特許文献2)。
特開平6‐59939号公報 第2頁〜4頁、第1図 特開平10‐78892号公報 第2頁〜4頁、第1図
In a simulation using conventional trace information, for example, a CPU is obtained by operating an application system of a parallel computer to be evaluated on a real machine, and collecting message transmission / reception information together with time information at that time. (Central Processing Unit) Obtaining the usage time, the system performance was evaluated by replacing it with the CPU performance in the hardware environment to be simulated (for example, Patent Document 1).
In the instruction level simulator, a method is also proposed in which a performance evaluation target program is run on the instruction level simulator, and the CPU usage time is estimated by counting the number of instructions to evaluate the performance (for example, Patent Document 2).
JP-A-6-59939, pages 2-4, FIG. JP-A-10-78892, pages 2-4, FIG.

従来の性能予測/性能評価を行う為のシミュレーション方式では、以下のような課題があった。
(1)実機上で実システムを動作させてトレースログなどを取得する為、性能予測対象のハードウェア・アーキテクチャが固定され、他のハードウェア・アーキテクチャに対する性能予測が行えない。
(2)実システムを動作させてトレースログなどを取得する為、まだ実システムが存在しない(実際のプログラムが存在しない)システムに対する性能予測が行えない。
(3)性能予測の精度を上げるためにプロセッサの命令レベルでの動作把握を行う為、大規模、且つ、複雑なシステムを対象とした場合、大量のトレースログが必要になり、性能予測の実施に時間がかかる。
The conventional simulation method for performance prediction / performance evaluation has the following problems.
(1) Since a real system is operated on a real machine to acquire a trace log and the like, the hardware architecture to be performance-predicted is fixed, and performance prediction for other hardware architectures cannot be performed.
(2) Since the real system is operated to acquire a trace log and the like, performance prediction cannot be performed for a system where the real system does not exist yet (no actual program exists).
(3) In order to grasp the operation at the instruction level of the processor in order to increase the accuracy of performance prediction, a large amount of trace logs are required when targeting a large-scale and complicated system, and performance prediction is performed. Takes time.

この発明は上記のような課題を解決することを主な目的としており、具体的には以下を主な目的とする。
(1)対象システムを任意の規模の機能ブロックに分割し、この機能ブロック単位にハードウェアへの配置を行うことにより、様々なハードウェア・アーキテクチャを対象として性能予測を行えるようにする。
(2)現実には未実装の機能を機能ブロック単位で想定し、その機能ブロックの予測性能情報、もしくは目標性能情報を用いて、システム全体の性能予想を可能とする。
(3)任意の機能ブロック単位でトレース情報を取得することにより、トレース量を少なくし、性能予測の実施時間を短縮する。また、一旦トレース情報を取得するとこれを用いて様々なハードウェア・アーキテクチャ上での性能予測を繰り返し行えるようにする。
(4)機能ブロック単位でベンチマークプログラムを作成し、これを実ハードウェア上で動作させて性能情報を収集し、この性能情報を性能シミュレーションに用いることにより、性能予測の精度を高める。
(5)機能に影響を及ぼすような性能評価がなされた場合に、その性能情報をフィードバック情報として、機能シミュレーションにおける機能パラメータ、機能モデルを自動的に再設定することを可能とする。
そして、これらを実現することにより、システムの事前/事後検証、将来システムの設計支援を効率的に行うことを可能とする情報処理装置等を実現する。
The main object of the present invention is to solve the above-described problems, and specifically, the following are the main objects.
(1) The target system is divided into functional blocks of an arbitrary scale, and the hardware is arranged in units of the functional blocks, thereby enabling performance prediction for various hardware architectures.
(2) In reality, an unimplemented function is assumed for each functional block, and the performance prediction of the entire system is made possible by using the predicted performance information or target performance information of the functional block.
(3) By acquiring trace information in units of arbitrary functional blocks, the amount of trace is reduced and the performance prediction time is shortened. In addition, once the trace information is acquired, it can be used to repeatedly perform performance prediction on various hardware architectures.
(4) A benchmark program is created in units of functional blocks, is run on real hardware, performance information is collected, and the performance information is used for performance simulation to improve performance prediction accuracy.
(5) When performance evaluation that affects functions is performed, it is possible to automatically reset function parameters and function models in function simulation using the performance information as feedback information.
By realizing these, it is possible to realize an information processing apparatus and the like that can efficiently perform pre-system / post-system verification and future system design support.

本発明に係る情報処理装置は、
複数の機能ブロックにより構成される対象プログラムのシミュレーションを実行し、実行したシミュレーションにおける機能ブロックの遷移を示すトレース情報を生成する機能シミュレーション部と、
性能予測の対象となる対象ハードウェア・アーキテクチャを選択する性能選択部と、
前記対象プログラムが前記対象ハードウェア・アーキテクチャを用いて前記トレース情報に示される機能ブロックの遷移に従って実行される場合の前記対象ハードウェア・アーキテクチャの予測実行性能を示す予測実行性能情報を生成する予測実行性能情報生成部とを有することを特徴とする。
An information processing apparatus according to the present invention includes:
A function simulation unit that executes a simulation of a target program composed of a plurality of function blocks, and generates trace information indicating transitions of the function blocks in the executed simulation;
A performance selection unit that selects a target hardware architecture for performance prediction;
Predictive execution for generating predicted execution performance information indicating the predicted execution performance of the target hardware architecture when the target program is executed according to the transition of the functional block indicated by the trace information using the target hardware architecture And a performance information generation unit.

本発明によれば、対象プログラムに対するシミュレーションを実行しトレース情報が生成されると、これを用いて、繰り返し、様々なハードウェア・アーキテクチャに対する性能予測が可能となり、様々なハードウェア・アーキテクチャに対する性能予測の結果に基づいて適切なシステム設計が可能となる。   According to the present invention, when the simulation for the target program is executed and the trace information is generated, it is possible to repeatedly perform performance prediction for various hardware architectures, and to perform performance prediction for various hardware architectures. Based on the result, it is possible to design an appropriate system.

実施の形態1.
図1は、本実施の形態に係る情報処理装置100の動作原理を示す構成図である。
図1において、機能選択部1は、機能シミュレーションを行うための機能モデル、機能パラメータの選択、シミュレーション対象のシナリオの指定などを情報処理装置100を操作する操作員が指示・確認するためのマン・マシン・インターフェースを備えた手段である。
機能シミュレーション部2は、検証対象となる機能を機能選択部1で指定された機能モデル、機能パラメータで、与えられたシナリオに従いシミュレーションする手段である。
シナリオデータ3は、機能シミュレーションを行う為の初期設定などが記憶されたデータである。
実行結果4は、シナリオデータ3に基づき実行された機能シミュレーションの結果などのデータである。
トレース情報5は、シミュレーション対象システム内の任意の機能ブロックの実行履歴と同等とする機能シミュレーションの実行内容を保存したデータである。
性能情報データベース6は、各機能ブロックでのハードウェアリソース使用量を様々な複数のハードウェア・アーキテクチャ毎に記録しているデータベースである。
性能情報変換部7は、トレース情報5を性能情報データベース6によりトレース/性能パラメータ情報10に変換する手段である。
性能選択部8は、性能シミュレーションを行う為のハードウェア・アーキテクチャの選択、各機能ブロックのハードウェア・アーキテクチャへの配置などを操作員が指示・確認するためのマン・マシン・インターフェースを備えた手段である。
性能シミュレーション部9は、指定されたハードウェア・アーキテクチャでトレース/性能パラメータ情報を元にリソース使用量を演算し対象システムの性能シミュレーションを行う手段である。
トレース/性能パラメータ情報10は、性能情報変換部7により生成され保存されたデータである。
性能結果11は、性能シミュレーション部9の実行結果などのデータである。
性能フィードバック部12は、性能シミュレーション部で検知された機能に影響する性能値をフィードバック情報データベース13に保存すると共に機能シミュレーション部2の機能モデルや機能パラメータを自動的に再設定したり、性能シミュレーション部9のハードウェア・アーキテクチャを自動的に再設定したりする手段である。
Embodiment 1 FIG.
FIG. 1 is a configuration diagram illustrating an operation principle of the information processing apparatus 100 according to the present embodiment.
In FIG. 1, a function selection unit 1 is a man model for an operator operating the information processing apparatus 100 to instruct / confirm a function model for function simulation, function parameter selection, simulation target scenario specification, and the like. Means with a machine interface.
The function simulation unit 2 is a means for simulating a function to be verified with a function model and function parameters specified by the function selection unit 1 according to a given scenario.
The scenario data 3 is data in which initial settings for performing a functional simulation are stored.
The execution result 4 is data such as a result of a function simulation executed based on the scenario data 3.
The trace information 5 is data storing the execution contents of the function simulation that is equivalent to the execution history of an arbitrary function block in the simulation target system.
The performance information database 6 is a database in which the amount of hardware resources used in each functional block is recorded for each of various hardware architectures.
The performance information conversion unit 7 is means for converting the trace information 5 into the trace / performance parameter information 10 by the performance information database 6.
The performance selection unit 8 includes a man-machine interface for the operator to select and confirm the hardware architecture for performing the performance simulation and the allocation of each functional block to the hardware architecture. It is.
The performance simulation unit 9 is a means for performing a performance simulation of the target system by calculating the resource usage based on the trace / performance parameter information using a specified hardware architecture.
The trace / performance parameter information 10 is data generated and stored by the performance information conversion unit 7.
The performance result 11 is data such as an execution result of the performance simulation unit 9.
The performance feedback unit 12 stores performance values that affect the functions detected by the performance simulation unit in the feedback information database 13 and automatically resets the function model and function parameters of the function simulation unit 2, 9 is a means for automatically resetting the hardware architecture.

なお、機能シミュレーションとは、シナリオデータ3、機能モデル、機能パラメータに従い、シミュレーション対象のプログラム(シミュレーション対象のプログラム)をシミュレートすることであり、性能シミュレーションは、性能予測の対象となるハードウェア・アーキテクチャを用いてトレース情報5に示された機能ブロックの遷移の順序に従ってシミュレーション対象システムが実行された場合のリソース使用量等の当該ハードウェア・アーキテクチャの性能をシミュレートすることである。   The function simulation is a simulation of a simulation target program (a simulation target program) according to the scenario data 3, the function model, and the function parameters. The performance simulation is a hardware architecture that is a target of performance prediction. Is used to simulate the performance of the hardware architecture such as resource usage when the simulation target system is executed in accordance with the order of transition of the functional blocks indicated in the trace information 5.

詳細は後述するが、ここで本実施の形態に係る情報処理装置100の動作例を概説する。
機能シミュレーション部2は、複数の機能ブロックにより構成されるシミュレーション対象のプログラム(対象プログラム)のシミュレーションを実行し、実行したシミュレーションにおける機能ブロックの遷移を示すトレース情報5を生成する。
そして、性能選択部8が、性能予測の対象となるハードウェア・アーキテクチャ(対象ハードウェア・アーキテクチャ)を選択し、性能情報変換部7(予測実行性能情報生成部)が、対象プログラムが対象ハードウェア・アーキテクチャを用いてトレース情報5に示される機能ブロックの遷移に従って実行される場合の対象ハードウェア・アーキテクチャの性能情報(予測実行性能)を示すトレース/性能パラメータ情報10(予測実行性能情報)を生成する。
トレース/性能パラメータ情報10は、トレース情報5に示される機能ブロックの遷移に従って対象ハードウェアの性能情報を表示する。
性能情報データベース6には、複数のハードウェア・アーキテクチャの各々に対して、対象プログラムを実行する場合の各ハードウェア・アーキテクチャの機能ブロックごとの予測実行性能を記憶しており、性能情報変換部7は、性能情報データベース6から、トレース情報に示される機能ブロックごとに対象ハードウェア・アーキテクチャの予測実行性能を抽出して、トレース/性能パラメータ情報を生成する。
Although details will be described later, an operation example of the information processing apparatus 100 according to the present embodiment will be outlined here.
The function simulation unit 2 executes a simulation of a simulation target program (target program) including a plurality of functional blocks, and generates trace information 5 indicating the transition of the functional blocks in the executed simulation.
The performance selection unit 8 selects a hardware architecture (target hardware architecture) that is a target of performance prediction, and the performance information conversion unit 7 (predicted execution performance information generation unit) determines that the target program is the target hardware. Generates trace / performance parameter information 10 (predicted execution performance information) indicating the performance information (predicted execution performance) of the target hardware architecture when executed in accordance with the function block transition indicated in the trace information 5 using the architecture To do.
The trace / performance parameter information 10 displays the performance information of the target hardware in accordance with the functional block transition indicated in the trace information 5.
The performance information database 6 stores the predicted execution performance for each functional block of each hardware architecture when the target program is executed for each of a plurality of hardware architectures. Extracts the predicted execution performance of the target hardware architecture for each functional block indicated in the trace information from the performance information database 6 to generate trace / performance parameter information.

次に、本実施の形態及び以下の実施の形態に係る情報処理装置100のハードウェア構成例について説明する。   Next, a hardware configuration example of the information processing apparatus 100 according to the present embodiment and the following embodiments will be described.

図19は、本実施の形態及び以下に述べる実施の形態に示す情報処理装置100のハードウェア資源の一例を示す図である。なお、図19の構成は、あくまでも情報処理装置100のハードウェア構成の一例を示すものであり、情報処理装置100のハードウェア構成は図19に記載の構成に限らず、他の構成であってもよい。
図19において、情報処理装置100は、プログラムを実行するCPU911(Central Processing Unit、中央処理装置、処理装置、演算装置、マイクロプロセッサ、マイクロコンピュータ、プロセッサともいう)を備えている。CPU911は、バス912を介して、例えば、ROM(Read Only Memory)913、RAM(Random Access Memory)914、通信ボード915、表示装置901、キーボード902、マウス903、磁気ディスク装置920と接続され、これらのハードウェアデバイスを制御する。更に、CPU911は、FDD904(Flexible Disk Drive)、コンパクトディスク装置905(CDD)、プリンタ装置906、スキャナ装置907と接続していてもよい。また、磁気ディスク装置920の代わりに、光ディスク装置、メモリカード読み書き装置などの記憶装置でもよい。
RAM914は、揮発性メモリの一例である。ROM913、FDD904、CDD905、磁気ディスク装置920の記憶媒体は、不揮発性メモリの一例である。これらは、記憶装置あるいは記憶部の一例である。
通信ボード915、キーボード902、スキャナ装置907、FDD904などは、入力部、入力装置の一例である。
また、通信ボード915、表示装置901、プリンタ装置906などは、出力部、出力装置の一例である。
FIG. 19 is a diagram illustrating an example of hardware resources of the information processing apparatus 100 according to the present embodiment and the embodiments described below. Note that the configuration in FIG. 19 is merely an example of the hardware configuration of the information processing apparatus 100, and the hardware configuration of the information processing apparatus 100 is not limited to the configuration illustrated in FIG. Also good.
In FIG. 19, the information processing apparatus 100 includes a CPU 911 (also referred to as a central processing unit, a central processing unit, a processing unit, a processing unit, a microprocessor, a microcomputer, and a processor) that executes a program. The CPU 911 is connected to, for example, a ROM (Read Only Memory) 913, a RAM (Random Access Memory) 914, a communication board 915, a display device 901, a keyboard 902, a mouse 903, and a magnetic disk device 920 via a bus 912. Control hardware devices. Further, the CPU 911 may be connected to an FDD 904 (Flexible Disk Drive), a compact disk device 905 (CDD), a printer device 906, and a scanner device 907. Further, instead of the magnetic disk device 920, a storage device such as an optical disk device or a memory card read / write device may be used.
The RAM 914 is an example of a volatile memory. The storage media of the ROM 913, the FDD 904, the CDD 905, and the magnetic disk device 920 are an example of a nonvolatile memory. These are examples of a storage device or a storage unit.
The communication board 915, the keyboard 902, the scanner device 907, the FDD 904, and the like are examples of an input unit and an input device.
Further, the communication board 915, the display device 901, the printer device 906, and the like are examples of an output unit and an output device.

通信ボード915は、ネットワークに接続されていてもよい。例えば、通信ボード915は、LAN(ローカルエリアネットワーク)、インターネット、WAN(ワイドエリアネットワーク)などに接続されていても構わない。
磁気ディスク装置920には、オペレーティングシステム921(OS)、ウィンドウシステム922、プログラム群923、ファイル群924が記憶されている。プログラム群923のプログラムは、CPU911、オペレーティングシステム921、ウィンドウシステム922により実行される。
The communication board 915 may be connected to a network. For example, the communication board 915 may be connected to a LAN (local area network), the Internet, a WAN (wide area network), or the like.
The magnetic disk device 920 stores an operating system 921 (OS), a window system 922, a program group 923, and a file group 924. The programs in the program group 923 are executed by the CPU 911, the operating system 921, and the window system 922.

上記プログラム群923には、本実施の形態及び以下に述べる実施の形態の説明において「〜部」として説明している機能を実行するプログラムが記憶されている。プログラムは、CPU911により読み出され実行される。
ファイル群924には、以下に述べる説明において、「〜の判断」、「〜の計算」、「〜の比較」、「〜の評価」、「〜の抽出」、「〜の設定」、「〜の登録」等として説明している処理の結果を示す情報やデータや信号値や変数値やパラメータが、「〜ファイル」や「〜データベース」の各項目として記憶されている。「〜ファイル」や「〜データベース」は、ディスクやメモリなどの記録媒体に記憶される。ディスクやメモリになどの記憶媒体に記憶された情報やデータや信号値や変数値やパラメータは、読み書き回路を介してCPU911によりメインメモリやキャッシュメモリに読み出され、抽出・検索・参照・比較・演算・計算・処理・編集・出力・印刷・表示などのCPUの動作に用いられる。抽出・検索・参照・比較・演算・計算・処理・編集・出力・印刷・表示のCPUの動作の間、情報やデータや信号値や変数値やパラメータは、メインメモリ、レジスタ、キャッシュメモリ、バッファメモリ等に一時的に記憶される。
また、以下で説明するフローチャートの矢印の部分は主としてデータや信号の入出力を示し、データや信号値は、RAM914のメモリ、FDD904のフレキシブルディスク、CDD905のコンパクトディスク、磁気ディスク装置920の磁気ディスク、その他光ディスク、ミニディスク、DVD等の記録媒体に記録される。また、データや信号は、バス912や信号線やケーブルその他の伝送媒体によりオンライン伝送される。
The program group 923 stores programs that execute the functions described as “units” in the present embodiment and the following description of the embodiments. The program is read and executed by the CPU 911.
In the file group 924, “determination of”, “calculation of”, “comparison of”, “evaluation of”, “extraction of”, “setting of”, “ Information, data, signal values, variable values, and parameters indicating the result of the processing described as “Registration” and the like are stored as items of “˜file” and “˜database”. The “˜file” and “˜database” are stored in a recording medium such as a disk or a memory. Information, data, signal values, variable values, and parameters stored in a storage medium such as a disk or memory are read out to the main memory or cache memory by the CPU 911 via a read / write circuit, and extracted, searched, referenced, compared, Used for CPU operations such as calculation, calculation, processing, editing, output, printing, and display. Information, data, signal values, variable values, and parameters are stored in the main memory, registers, cache memory, and buffers during the CPU operations of extraction, search, reference, comparison, calculation, processing, editing, output, printing, and display. It is temporarily stored in a memory or the like.
The arrows in the flowchart described below mainly indicate input / output of data and signals. The data and signal values are the RAM 914 memory, FDD 904 flexible disk, CDD 905 compact disk, magnetic disk device 920 magnetic disk, In addition, it is recorded on a recording medium such as an optical disc, a mini disc, or a DVD. Data and signals are transmitted online via a bus 912, signal lines, cables, or other transmission media.

また、本実施の形態及び以下に述べる実施の形態の説明において「〜部」として説明しているものは、「〜回路」、「〜装置」、「〜機器」、「〜手段」であってもよく、また、「〜ステップ」、「〜手順」、「〜処理」であってもよい。すなわち、「〜部」として説明しているものは、ROM913に記憶されたファームウェアで実現されていても構わない。或いは、ソフトウェアのみ、或いは、素子・デバイス・基板・配線などのハードウェアのみ、或いは、ソフトウェアとハードウェアとの組合せ、さらには、ファームウェアとの組合せで実施されても構わない。ファームウェアとソフトウェアは、プログラムとして、磁気ディスク、フレキシブルディスク、光ディスク、コンパクトディスク、ミニディスク、DVD等の記録媒体に記憶される。プログラムはCPU911により読み出され、CPU911により実行される。すなわち、プログラムは、本実施の形態及び以下に述べる実施の形態の「〜部」としてコンピュータを機能させるものである。あるいは、本実施の形態及び以下に述べる実施の形態の「〜部」の手順や方法をコンピュータに実行させるものである。   In addition, what is described as “to part” in the description of the present embodiment and the following embodiment is “to circuit”, “to device”, “to device”, and “to means”. Also, “˜step”, “˜procedure”, and “˜processing” may be used. That is, what is described as “˜unit” may be realized by firmware stored in the ROM 913. Alternatively, only software, hardware such as elements, devices, substrates, and wirings, a combination of software and hardware, or a combination of firmware may be used. Firmware and software are stored as programs in a recording medium such as a magnetic disk, a flexible disk, an optical disk, a compact disk, a mini disk, and a DVD. The program is read by the CPU 911 and executed by the CPU 911. That is, the program causes the computer to function as “to part” of the present embodiment and the embodiments described below. Alternatively, it causes a computer to execute the procedures and methods of “to part” of the present embodiment and the embodiments described below.

このように、本実施の形態及び以下に述べる実施の形態に示す情報処理装置100は、処理装置たるCPU、記憶装置たるメモリ、磁気ディスク等、入力装置たるキーボード、マウス、通信ボード等、出力装置たる表示装置、通信ボード等を備えるコンピュータであり、上記したように「〜部」として示された機能をこれら処理装置、記憶装置、入力装置、出力装置を用いて実現するものである。   As described above, the information processing apparatus 100 shown in the present embodiment and the embodiments described below includes a CPU as a processing device, a memory as a storage device, a magnetic disk, etc., a keyboard as an input device, a mouse, a communication board, and an output device. The computer includes a display device, a communication board, and the like, and implements the functions indicated as “˜unit” using the processing device, the storage device, the input device, and the output device as described above.

次に、図18のフローチャートを参照しながら、本実施の形態に係る情報処理装置100の動作例(情報処理方法)について説明する。   Next, an operation example (information processing method) of the information processing apparatus 100 according to the present embodiment will be described with reference to the flowchart of FIG.

まず、機能選択部1が、情報処理装置100を操作する操作員からの指示に基づいてシミュレーション対象となる機能モデル、機能パラメータ、シミュレーションに用いるシナリオなどを指定し、機能シミュレーション部2の初期設定を行う。
次に、機能シミュレーション部2は、初期設定されたシナリオをシナリオデータ3として読込み(S1801)、機能モデル、機能パラメータに従い機能シミュレーションを実行し(S1802)(機能シミュレーションステップ)、その結果を実行結果4として出力すると共に、機能シミュレーション部2は機能ブロック単位での実行履歴をトレース情報5として出力する(S1803)(機能シミュレーションステップ)。
ここで、シミュレーション対象システム(対象プログラム)としては、図2に示すように、複数の機能ブロックに分割され、外部機器の計測データの入力に対して、機能ブロック間でデータのやり取りを行い、外部機器への制御指示を行う制御システムが想定され、このシミュレーション対象システムに対する入力である計測データは、シナリオデータ3により規定され、その出力である制御指示は実行結果4として参照可能となり、実行履歴は機能ブロックA〜Hのデータの遷移に従いトレース情報5として出力される。
トレース情報5としては、図3の例に示すように、時系列にどの機能ブロックが実行されたかが記録される。
なお、図3の例では、各機能ブロックの開始時刻及び終了時刻が示されているが、これらは省略してもよい。つまり、トレース情報5では、機能シミュレーションにおける機能ブロックの遷移(順序)が示されていればよく、機能ブロックIDのみが示されるものであってもよい。
First, the function selection unit 1 specifies a function model to be simulated, a function parameter, a scenario used for the simulation, and the like based on an instruction from an operator who operates the information processing apparatus 100, and initializes the function simulation unit 2. Do.
Next, the function simulation unit 2 reads the initially set scenario as scenario data 3 (S1801), executes a function simulation according to the function model and function parameters (S1802) (function simulation step), and executes the result as an execution result 4 And the function simulation unit 2 outputs an execution history in units of function blocks as trace information 5 (S1803) (function simulation step).
Here, as shown in FIG. 2, the simulation target system (target program) is divided into a plurality of functional blocks, and exchanges data between the functional blocks in response to measurement data input from an external device. A control system that gives a control instruction to the device is assumed. The measurement data that is an input to the simulation target system is defined by the scenario data 3. The control instruction that is the output can be referred to as the execution result 4, and the execution history is Trace information 5 is output in accordance with the data transition of the function blocks A to H.
As the trace information 5, as shown in the example of FIG. 3, which functional block is executed in time series is recorded.
In the example of FIG. 3, the start time and end time of each functional block are shown, but these may be omitted. That is, the trace information 5 only needs to indicate the transition (order) of the function blocks in the function simulation, and may indicate only the function block ID.

次に、性能選択部8が、操作員からの指示に基づいて性能予測シミュレーション対象となるハードウェア・アーキテクチャを指定し(S1804)(性能選択ステップ)、性能シミュレーション部9の初期設定を行う。
なお、この操作は、機能シミュレーションの実施前、即ち、機能選択部1を介した機能シミュレーション部2の初期設定と同時にも可能である。
次に、性能情報変換部7が、性能選択部8により選択された性能予測対象のハードウェア・アーキテクチャに基づき、トレース情報5に対応させて性能情報データベース6の性能データを抽出し(S1805)(予測実行性能情報生成ステップ)、トレース/性能パラメータ情報10を生成し(S1806)(予測実行性能情報生成ステップ)、トレース/性能パラメータ情報10を出力する(S1807)。
性能シミュレーション部9は、性能情報変換部7から出力されたトレース/性能パラメータ情報10を入力として性能シミュレーションを実行し、その結果を性能結果11として出力すると共に、性能フィードバック部12を介して、機能シミュレーション部2に機能モデル、機能パラメータの初期設定としてフィードバックを行う。
Next, the performance selection unit 8 designates a hardware architecture to be a performance prediction simulation target based on an instruction from the operator (S1804) (performance selection step), and performs an initial setting of the performance simulation unit 9.
This operation can be performed before the function simulation, that is, simultaneously with the initial setting of the function simulation unit 2 via the function selection unit 1.
Next, the performance information conversion unit 7 extracts the performance data of the performance information database 6 corresponding to the trace information 5 based on the hardware architecture of the performance prediction target selected by the performance selection unit 8 (S1805) ( (Predicted execution performance information generation step), trace / performance parameter information 10 is generated (S1806) (predicted execution performance information generation step), and trace / performance parameter information 10 is output (S1807).
The performance simulation unit 9 executes the performance simulation with the trace / performance parameter information 10 output from the performance information conversion unit 7 as an input, outputs the result as a performance result 11, and functions via the performance feedback unit 12. Feedback is performed to the simulation unit 2 as initial setting of the function model and function parameters.

性能シミュレーション部9による性能シミュレーションの詳細及び性能フィードバック部12による機能シミュレーション部2に対するフィードバックの詳細は、以降の実施の形態において説明する。
ここでは、性能情報変換部7の動作について説明する。
性能情報データベース6は、図4の例に示すようにハードウェア・アーキテクチャ毎にどの機能ブロックがどれだけCPUを必要とするかが記録されている。
また、トレース/性能パラメータ情報10は、図5の例に示すように時系列にどの機能ブロックが実行されて、その際にどれだけのCPU利用を必要とするかが示される。
性能情報変換部7は、シミュレーション対象システム(対象プログラム)をシミュレートした結果である機能ブロックの遷移を示すトレース情報5を入力し、また、性能選択部8より選択されたハードウェア・アーキテクチャ(対象ハードウェア・アーキテクチャ)の情報を入力し、トレース情報5に示される各機能ブロックに対して性能情報データベース6の対応する性能情報データを抽出して、トレース/性能パラメータ情報10を生成する。
トレース/性能パラメータ情報10は、シミュレーション対象システムが選択されたハードウェア・アーキテクチャを用いてトレース情報5に示される機能ブロックの遷移に従って実行される場合の当該ハードウェア・アーキテクチャの予測実行性能をトレース情報5に示される機能ブロックの遷移に従って示している。
性能シミュレーション部9において、トレース/性能パラメータ情報10を解析した結果、機能シミュレーションの再実行やトレース/性能パラメータ情報10の再生成等が必要ないと判断されれば、トレース/性能パラメータ情報10が性能結果11として出力され、情報処理装置100の操作員は、性能選択部8により選択されたハードウェア・アーキテクチャを用いてシミュレーション対象システムが実行された場合の各機能ブロックのCPU時間等を参照することができる。
図2に示すシステムを対象として機能シミュレーションを実施し、性能情報変換部9においてCPUを1個搭載したあるハードウェア・アーキテクチャが選択された際に図5に示すようなトレース/性能パラメータ情報10が生成されたとする。
性能シミュレーション部9の予測実行性能情報解析部においては、トレース/性能パラメータ情報10より30msec周期で機能ブロックAに対する計測データ入力がなされていることを読取り、機能ブロックの読出し順序に従い、図20に示すような各機能ブロックのCPU利用時間チャートを解決する演算を行ない、任意の計測データ入力から制御指示が出されるまでの経過時間を予測する。
Details of the performance simulation by the performance simulation unit 9 and details of feedback to the function simulation unit 2 by the performance feedback unit 12 will be described in the following embodiments.
Here, the operation of the performance information conversion unit 7 will be described.
As shown in the example of FIG. 4, the performance information database 6 records which functional blocks and how many CPUs are required for each hardware architecture.
Further, the trace / performance parameter information 10 indicates which function block is executed in time series as shown in the example of FIG. 5, and how much CPU is required at that time.
The performance information conversion unit 7 inputs the trace information 5 indicating the transition of the functional block as a result of simulating the simulation target system (target program), and the hardware architecture (target) selected by the performance selection unit 8 (Hardware architecture) information is input, and the performance information data corresponding to the function information indicated in the trace information 5 is extracted from the performance information database 6 to generate the trace / performance parameter information 10.
The trace / performance parameter information 10 indicates the predicted execution performance of the hardware architecture when the simulation target system is executed according to the function block transition indicated in the trace information 5 using the selected hardware architecture. 5 is shown in accordance with the transition of the functional block shown in FIG.
If the performance simulation unit 9 analyzes the trace / performance parameter information 10 and determines that it is not necessary to re-execute the function simulation or regenerate the trace / performance parameter information 10, the trace / performance parameter information 10 The result 11 is output and the operator of the information processing apparatus 100 refers to the CPU time and the like of each functional block when the simulation target system is executed using the hardware architecture selected by the performance selection unit 8. Can do.
When a function simulation is performed for the system shown in FIG. 2 and a hardware architecture with one CPU is selected in the performance information conversion unit 9, the trace / performance parameter information 10 shown in FIG. Suppose that it was generated.
In the predicted execution performance information analysis unit of the performance simulation unit 9, it is read from the trace / performance parameter information 10 that measurement data is input to the function block A at a cycle of 30 msec, and is shown in FIG. The calculation which solves the CPU usage time chart of each functional block is performed, and the elapsed time from the input of arbitrary measurement data until the control instruction is issued is predicted.

以上のように、本実施の形態では、機能シミュレーションとハードウェア・アーキテクチャに対する性能評価とが分割された構成となっている為、一旦、機能シミュレーションを実行しトレース情報を取得すると、これを用いて、繰り返し、様々なハードウェア・アーキテクチャに対する性能予測が可能となる。
そして、ハードウェア・アーキテクチャごとに機能シミュレーションを行う必要がないため、全体の処理としてCPU負荷及びメモリ使用量を減少させることができ、コンピュータの有限なリソースの使用効率を向上させることができるという効果が得られる。
As described above, in this embodiment, since the function simulation and the performance evaluation for the hardware architecture are divided, once the function simulation is executed and the trace information is acquired, this is used. It is possible to repeatedly perform performance prediction for various hardware architectures.
In addition, since it is not necessary to perform a function simulation for each hardware architecture, the CPU load and memory usage can be reduced as an overall process, and the use efficiency of finite resources of the computer can be improved. Is obtained.

また、機能ブロック単位でトレース情報を取得することにより、トレース量を少なくし、性能予測の実施時間を短縮することが可能となる。   In addition, by acquiring trace information in units of functional blocks, it is possible to reduce the amount of tracing and shorten the performance prediction execution time.

実施の形態2.
以上の実施の形態1では、機能ブロック単位でのCPU利用時間を性能情報データベースに保存して利用していたが、次により性能予測の精度を向上させる場合の実施の形態を示す。
なお、本実施の形態に係る情報処理装置100の構成は、図1に示したものと同様である。
Embodiment 2. FIG.
In the first embodiment described above, the CPU usage time in units of functional blocks is stored and used in the performance information database, but an embodiment in the case of improving the accuracy of performance prediction will be described below.
The configuration of the information processing apparatus 100 according to the present embodiment is the same as that shown in FIG.

本実施の形態では、機能ブロックを更に複数のサブ機能ブロックに分割する。サブ機能ブロックへの分割は、具体的には、図6に示すように機能ブロック内を入力データの違いにより処理性能差が出る単位で分岐パターンに分割する。
機能シミュレーション部2は、どの分岐パターンで実行されたかを記録し、図7に示すように実行された分岐パターンを示すトレース情報5を出力する。図7の例では、例えば、機能ブロックAに対しては複数の分岐パターンのうち、分岐パターン2が実行され、機能ブロックCに対しては複数の分岐パターンのうち、分岐パターン1が実行されたことが示されている。
そして、性能情報データベース6は、図8に示すように、分岐パターン毎にハードウェアリソースの利用量を保持する。
また、図8では、ハードウェアリソースとして、CPU利用時間だけではなく、メモリ利用量、IO量などを保持する例が示されている。
In the present embodiment, the functional block is further divided into a plurality of sub-functional blocks. Specifically, the division into sub-functional blocks is performed by dividing the functional block into branch patterns in units where a difference in processing performance occurs due to a difference in input data as shown in FIG.
The function simulation unit 2 records which branch pattern is executed, and outputs trace information 5 indicating the executed branch pattern as shown in FIG. In the example of FIG. 7, for example, the branch pattern 2 of the plurality of branch patterns is executed for the functional block A, and the branch pattern 1 of the plurality of branch patterns is executed for the functional block C. It has been shown.
As shown in FIG. 8, the performance information database 6 holds the usage amount of hardware resources for each branch pattern.
FIG. 8 shows an example in which not only the CPU usage time but also the memory usage amount, the IO amount, and the like are held as hardware resources.

本実施の形態に係る情報処理装置100の動作は、基本的に実施の形態1と同様である。
つまり、機能シミュレーション部2が、分岐パターン(サブ機能ブロック)単位で機能ブロックの遷移を示すトレース情報5を生成し、
性能情報変換部7が、性能情報データベース6から、トレース情報5に示される分岐パターン(サブ機能ブロック)ごとに対象ハードウェア・アーキテクチャの性能情報データ(予測実行性能)を抽出して、対象プログラムが対象ハードウェア・アーキテクチャを用いてトレース情報5に示される機能ブロックの遷移に従って実行される場合の対象ハードウェア・アーキテクチャの予測実行性能をトレース情報に示される分岐パターン(サブ機能ブロック)の遷移に従って示すトレース/性能パラメータ情報10を生成する。
本実施の形態では、性能情報変換部7は、図7のトレース情報及び図8の性能情報データベース6の性能情報データに基づいて、例えば図9に示すようなトレース/性能パラメータ情報10を生成する。
The operation of the information processing apparatus 100 according to the present embodiment is basically the same as that of the first embodiment.
That is, the function simulation unit 2 generates the trace information 5 indicating the transition of the function block in a branch pattern (sub function block) unit,
The performance information conversion unit 7 extracts the performance information data (predicted execution performance) of the target hardware architecture for each branch pattern (sub function block) indicated in the trace information 5 from the performance information database 6, and the target program is The predicted execution performance of the target hardware architecture when executed according to the function block transition indicated in the trace information 5 using the target hardware architecture is indicated according to the branch pattern (sub-function block) transition indicated in the trace information. Trace / performance parameter information 10 is generated.
In the present embodiment, the performance information conversion unit 7 generates the trace / performance parameter information 10 as shown in FIG. 9, for example, based on the trace information in FIG. 7 and the performance information data in the performance information database 6 in FIG. .

以上のように、本実施の形態によれば、トレース情報の詳細化、性能情報データベースのリソース利用量項目の詳細化により、性能予測の精度を高めることが可能となる。   As described above, according to the present embodiment, it is possible to improve the accuracy of performance prediction by refining trace information and refining resource usage items in the performance information database.

実施の形態3.
以上の実施の形態1は、性能情報データベース6には、ハードウェア・アーキテクチャ毎の固定値を用いるようにしたものであるが、次に、より高精度に性能予測を行う場合の実施の形態を示す。
なお、本実施の形態に係る情報処理装置100の構成は、図1に示したものと同様である。
Embodiment 3 FIG.
In the first embodiment, the performance information database 6 uses a fixed value for each hardware architecture. Next, an embodiment in which performance prediction is performed with higher accuracy will be described. Show.
The configuration of the information processing apparatus 100 according to the present embodiment is the same as that shown in FIG.

図10は、本実施の形態に係るトレース情報5を示し、図11は、本実施の形態に係る性能情報データベース6のデータを示し、図12は、本実施の形態に係るトレース/性能パラメータ情報10の例を示している。
本実施の形態では、図11に示すように、ハードウェアリソースの利用量が固定値ではなく算術式で指定できるようにしており、ハードウェアリソースの利用量に影響を及ぼすパラメータ値を図10のトレース情報5で記録できるようにしている。
これにより、各機能ブロックの実行時にどれだけのハードウェアリソースが必要とされるかが性能情報変換部7で計算され、図12のトレース/性能パラメータ情報に変換される。
ここで、図10に示されるパラメータ値Xは、機能シミュレーション部2による機能シミュレーション後に判明する値である。
また、図10〜図12では、分岐パターンごとにパラメータ値、計算式、予測性能値を示すこととしているが、分岐パターンへの細分類を行わずに機能ブロックごとにパラメータ値、計算式、予測性能値を示すようにしてもよい。
FIG. 10 shows the trace information 5 according to the present embodiment, FIG. 11 shows the data of the performance information database 6 according to the present embodiment, and FIG. 12 shows the trace / performance parameter information according to the present embodiment. 10 examples are shown.
In the present embodiment, as shown in FIG. 11, the usage amount of hardware resources can be specified by an arithmetic expression instead of a fixed value, and parameter values that affect the usage amount of hardware resources are shown in FIG. The trace information 5 can be recorded.
As a result, the performance information conversion unit 7 calculates how much hardware resources are required when each functional block is executed, and converts it into the trace / performance parameter information of FIG.
Here, the parameter value X shown in FIG. 10 is a value determined after the function simulation by the function simulation unit 2.
10 to 12, parameter values, calculation formulas, and prediction performance values are shown for each branch pattern. However, parameter values, calculation formulas, and predictions for each functional block without sub-classification into branch patterns. You may make it show a performance value.

本実施の形態に係る情報処理装置100の動作は、基本的に実施の形態1と同様である。
つまり、機能シミュレーション部2が、ハードウェア・アーキテクチャの実行性能に影響を与え得るパラメータ値が機能ブロック又は分岐パターン(サブ機能ブロック)ごとに示されたトレース情報を生成する。
そして、性能情報データベース6は、複数のハードウェア・アーキテクチャの各々に対して、対象プログラムを実行する場合の各ハードウェア・アーキテクチャの予測実行性能を算出するための計算式(予測実行性能計算式)を機能ブロック又は分岐パターン(サブ機能ブロック)ごとに記憶しており、性能情報変換部7は、性能情報データベース6から、トレース情報5に示される機能ブロック又は分岐パターン(サブ機能ブロック)ごとに対象ハードウェア・アーキテクチャの計算式を抽出し、抽出した計算式とトレース情報5に示された対応する機能ブロック又は分岐パターン(サブ機能ブロック)のパラメータ値とを用いてを用いて予測実行性能を算出してトレース/性能パラメータ情報10を生成する。
The operation of the information processing apparatus 100 according to the present embodiment is basically the same as that of the first embodiment.
That is, the function simulation unit 2 generates trace information in which parameter values that can affect the execution performance of the hardware architecture are indicated for each function block or branch pattern (sub function block).
The performance information database 6 is a calculation formula (predicted execution performance calculation formula) for calculating the predicted execution performance of each hardware architecture when the target program is executed for each of a plurality of hardware architectures. Is stored for each functional block or branch pattern (sub-functional block), and the performance information conversion unit 7 applies the target for each functional block or branch pattern (sub-functional block) indicated in the trace information 5 from the performance information database 6. Using hardware architecture calculation formulas and using the calculated formulas and parameter values of corresponding functional blocks or branch patterns (sub functional blocks) shown in trace information 5 to calculate predicted execution performance Thus, the trace / performance parameter information 10 is generated.

以上のように、本実施の形態によれば、性能に影響を及ぼすパラメータ値に対するハードウェアリソース利用量の算術式を設定可能とすることにより、より高精度の性能予測が可能となる。   As described above, according to the present embodiment, it is possible to predict performance with higher accuracy by making it possible to set an arithmetic expression of hardware resource usage for parameter values that affect performance.

実施の形態4.
次に、より柔軟にハードウェア・アーキテクチャを指定可能とすることにより、性能予測の利便性を向上させる場合の実施の形態を示す。
なお、本実施の形態に係る情報処理装置100の構成は、図1に示したものと同様である。
Embodiment 4 FIG.
Next, an embodiment in which the convenience of performance prediction is improved by making it possible to specify the hardware architecture more flexibly will be described.
The configuration of the information processing apparatus 100 according to the present embodiment is the same as that shown in FIG.

図13は、本実施の形態に係る情報処理装置100がトレース/性能パラメータ情報の生成の対象とする性能シミュレーション対象ハードウェアの概念図である。
図13(a)の性能シミュレーション対象ハードウェアでは、バスで結ばれたプロセッサ・ボードを2枚用い、各々のプロセッサ・ボード上で動作する機能ブロックを固定的に割付けている。同様に図13(b)の性能シミュレーション対象ハードウェアでは、LANで結ばれたサーバ計算機を2台用い、各々のサーバ計算機上で動作する機能ブロックを固定的に割付けている。
各々の例で、2枚のプロセッサ・ボード同士、2台のサーバ計算機同士は同じハードウェア・アーキテクチャでも良いし、異なるハードウェア・アーキテクチャを指定することも可能である。
また、各ハードウェア・アーキテクチャ上に割付けられている機能ブロックも操作員により性能選択部8を介して自由に再割付を可能とする。
FIG. 13 is a conceptual diagram of performance simulation target hardware that is the target of generation of trace / performance parameter information by the information processing apparatus 100 according to the present embodiment.
In the performance simulation target hardware shown in FIG. 13A, two processor boards connected by a bus are used, and functional blocks operating on each processor board are fixedly assigned. Similarly, in the performance simulation target hardware of FIG. 13B, two server computers connected by a LAN are used, and functional blocks operating on each server computer are fixedly assigned.
In each example, two processor boards, two server computers may have the same hardware architecture, or different hardware architectures can be designated.
Further, the function blocks allocated on each hardware architecture can be freely reassigned by the operator via the performance selection unit 8.

同時に機能選択部1においては、予め制御システムのモデルとして、機能ブロックA、C、E、Gは同一プロセッサを使用するため各々の並列動作は出来ず、同様に機能ブロックB、D、F、Hも各々の並列動作は出来ないというモデル設定を行い、機能シミュレーション部2による機能シミュレーションを実施してトレース情報5を取得し、そのトレース情報5を基に両方のハードウェア・アーキテクチャに対する性能シミュレーション部9による性能シミュレーションを実施する。   At the same time, in the function selection unit 1, the function blocks A, C, E, and G cannot be operated in parallel because the same processor is used as a model of the control system in advance. Similarly, the function blocks B, D, F, and H The model setting that each parallel operation cannot be performed is performed, the function simulation by the function simulation unit 2 is performed, the trace information 5 is acquired, and the performance simulation unit 9 for both hardware architectures based on the trace information 5 Perform performance simulation by

つまり、本実施の形態では、機能選択部1は、対象プログラムの各機能ブロックのハードウェア割り当て形態を指定し、機能シミュレーション部2は、機能選択部1により指定されたハードウェア割り当て形態に合わせて対象プログラムに対するシミュレーションを実行し、実行したシミュレーションにおける機能ブロックの遷移を示すトレース情報5を生成する。
そして、性能選択部8は、対象ハードウェア・アーキテクチャとして、機能選択部1により指定されたハードウェア割り当て形態に合致するハードウェア・アーキテクチャを選択し、性能情報変換部7は、機能選択部1により指定されたハードウェア割り当て形態に合致するハードウェア・アーキテクチャの予測実行性能をトレース情報5に示される機能ブロックの遷移に従って示すトレース/性能パラメータ情報10を生成する。
That is, in the present embodiment, the function selection unit 1 specifies the hardware allocation mode of each functional block of the target program, and the function simulation unit 2 matches the hardware allocation mode specified by the function selection unit 1. A simulation for the target program is executed, and trace information 5 indicating the transition of functional blocks in the executed simulation is generated.
The performance selection unit 8 selects a hardware architecture that matches the hardware allocation form specified by the function selection unit 1 as the target hardware architecture, and the performance information conversion unit 7 Trace / performance parameter information 10 indicating the predicted execution performance of the hardware architecture that conforms to the specified hardware allocation form is generated according to the transition of the functional block indicated by the trace information 5.

以上のように、本実施の形態によれば、ハードウェア・アーキテクチャを自由に選択可能とし、機能ブロック単位にハードウェアへの配置を行え、ハードウェア・アーキテクチャを固定化していないので、自由なハードウェア・アーキテクチャの組合せによる性能予測が可能となり、利便性が向上する。
また、機能シミュレーションにおいては、機能ブロックの動作条件を制御システムのモデルとして機能選択部1により設定しておくことにより、同一条件で異なるハードウェア・アーキテクチャに対する性能シミュレーションを一度の機能シミュレーションから取得したトレース情報5を基に実施可能となり、検証時間が短縮できる。
As described above, according to the present embodiment, the hardware architecture can be freely selected, the hardware block can be arranged in function block units, and the hardware architecture is not fixed. Performance prediction by combination of hardware and architecture is possible, improving convenience.
In the function simulation, the function selection unit 1 sets the operation condition of the function block as a model of the control system, so that the performance simulation for different hardware architectures under the same condition is obtained from a single function simulation. Implementation is possible based on information 5, and the verification time can be shortened.

実施の形態5.
次に、性能情報データベース6に保持する性能情報データの精度を更に高める場合の実施の形態を示す。
なお、本実施の形態に係る情報処理装置100の構成は、図1に示したものと同様である。
Embodiment 5 FIG.
Next, an embodiment in which the accuracy of the performance information data held in the performance information database 6 is further increased will be described.
The configuration of the information processing apparatus 100 according to the present embodiment is the same as that shown in FIG.

図14は、各機能ブロック対応に、その主たる処理と同じ処理を行う部分を持ったベンチマークプログラム(模擬プログラム)の概念を示している。
この例では、データの送受信部分を除き、実際の機能ブロックの処理を持ち、データの送受信を行う替わりに、受信データに相当する模擬データをファイル等から読込み処理を実行させ、その結果を出力するプログラムをベンチマークプログラムとしている。
用意する模擬データは、機能ブロック内の分岐パターンの全てを通るように複数選定する。
このベンチマークプログラムを様々なハードウェア・アーキテクチャ上で動作させ、分岐パターン毎に使用されるハードウェアリソース量を測定し、その結果を性能情報データベース6の該当するハードウェア・アーキテクチャの性能情報データとする。
FIG. 14 shows the concept of a benchmark program (simulation program) having a portion that performs the same processing as the main processing corresponding to each functional block.
In this example, except for the data transmission / reception part, the actual function block processing is performed, and instead of performing data transmission / reception, the simulation data corresponding to the reception data is read from the file etc., and the result is output. The program is a benchmark program.
A plurality of simulation data to be prepared are selected so as to pass through all the branch patterns in the functional block.
The benchmark program is operated on various hardware architectures, the amount of hardware resources used for each branch pattern is measured, and the result is used as performance information data of the corresponding hardware architecture in the performance information database 6. .

つまり、本実施の形態では、性能情報データベース6は、性能情報データ(予測実行性能)として、対象プログラムのベンチマークプログラム(模擬プログラム)を実行する場合の各ハードウェア・アーキテクチャの機能ブロックごと又は分岐パターン(サブ機能ブロック)ごとの実行性能の実測値を記憶しており、先行する実施の形態と同様に、性能情報変換部7は、性能情報データベース6から該当する機能ブロック又は分岐パターンの性能情報データ(ベンチマークプログラムに対する実測値)を抽出して、トレース/性能パラメータ情報10を生成する。   In other words, in the present embodiment, the performance information database 6 is the functional block or branch pattern of each hardware architecture when the benchmark program (simulated program) of the target program is executed as the performance information data (predicted execution performance). The actual value of execution performance for each (sub-function block) is stored, and the performance information conversion unit 7 performs the performance information data of the corresponding functional block or branch pattern from the performance information database 6 as in the preceding embodiment. (Actual value for the benchmark program) is extracted to generate the trace / performance parameter information 10.

このように、本実施の形態によれば、ベンチマークプログラムを用いる場合でもベンチマークプログラムに対応させた性能情報データ(実測値)を利用することで、該当ハードウェア・アーキテクチャを用いた場合の性能予測の精度をカタログ情報から作成された性能情報データに比べて著しく向上させることが出来る。   As described above, according to the present embodiment, even when using a benchmark program, the performance information data (actually measured value) corresponding to the benchmark program is used to predict the performance when the corresponding hardware architecture is used. The accuracy can be significantly improved compared to performance information data created from catalog information.

実施の形態6.
次に、性能シミュレーション部9から性能フィードバック部12を介して機能シミュレーション部2に制御用パラメータが再設定される実施の形態を示す。
本実施の形態に係る情報処理装置100の構成は、図1に示したものと同様である。
なお、本実施の形態では、性能シミュレーション部9は、機能シミュレーション部2による対象プログラムの機能シミュレーションの結果を解析し、対象プログラムのシミュレーションに用いたいずれかのパラメータ値を変更するとともに、性能フィードバック部12を介して、変更後のパラメータ値を用いて対象プログラムの機能シミュレーションを再実行するよう機能シミュレーション部2に指示する。本実施の形態では、性能シミュレーション部9は、シミュレーション解析部として機能する。
また、本実施の形態では、機能シミュレーション部2は、性能シミュレーション部9により指示された変更後のパラメータ値を用いて対象プログラムの機能シミュレーションを再実行し、再実行した機能シミュレーションにおける機能ブロックの遷移を示すトレース情報5を生成し、性能情報変換部7は、機能シミュレーション部2によるシミュレーションの再実行時に生成されたトレース情報5を用いてトレース/性能パラメータ情報10を生成する。
Embodiment 6 FIG.
Next, an embodiment in which control parameters are reset from the performance simulation unit 9 to the function simulation unit 2 via the performance feedback unit 12 will be described.
The configuration of information processing apparatus 100 according to the present embodiment is the same as that shown in FIG.
In the present embodiment, the performance simulation unit 9 analyzes the result of the function simulation of the target program by the function simulation unit 2, changes any parameter value used for the simulation of the target program, and the performance feedback unit. 12, the function simulation unit 2 is instructed to re-execute the function simulation of the target program using the changed parameter value. In the present embodiment, the performance simulation unit 9 functions as a simulation analysis unit.
In the present embodiment, the function simulation unit 2 re-executes the function simulation of the target program using the changed parameter value instructed by the performance simulation unit 9, and the function block transition in the re-executed function simulation. The performance information conversion unit 7 generates the trace / performance parameter information 10 using the trace information 5 generated when the function simulation unit 2 re-executes the simulation.

図15は、制御用パラメータを必要とする機能ブロックのプログラム例である。
この例では、経路探索を再帰的に行う“RecursiveSearch”関数が設定されており、何らかの条件を満たすか、制御用パラメータである“MAX_SEARCH_LEVEL”に再帰実行回数が満たない場合に呼び出される。
この制御用パラメータである“MAX_SEARCH_LEVEL”は、通常、処理時間の制約を表している。
この例において、機能ブロックEが周期的に実行されるものとすると、”MAX_SEARCH_LEVEL”が再帰処理制限回数として周期内に処理が終えるように設定されている必要がある。
性能シミュレーション部9は、周期的に動作する機能ブロックEが周期時間内に処理を終了できなかったのを検知し、再帰処理が何回まで処理できたかの数値Nを性能フィードバック部12に通知し、性能フィードバック部12は、機能シミュレーション部2で使用されたシナリオデータ、性能シミュレーション部で使用されたハードウェア・アーキテクチャの構成/配置、及び、制御用パラメータ“MAX_SEARCH_LEVEL”に対応する値Nをフィードバック情報データベース13に保存し、機能シミュレーション部2の制御用パラメータである”MAX_SEARCH_LEVEL”をNに再設定し、機能シミュレーションを再実行できるようにする。つまり、シナリオデータ3の他のパラメータ等は変更することなく、“MAX_SEARCH_LEVEL”を値Nに変更して機能シミュレーション部2は機能シミュレーションを行う。
そして、性能情報変換部7は、“MAX_SEARCH_LEVEL”が値Nである機能シミュレーションの結果を示すトレース情報5を入力し、このトレース情報5に基づいてトレース/性能パラメータ情報10を生成する。
FIG. 15 is an example of a functional block program that requires control parameters.
In this example, a “Recursive Search” function for performing a route search recursively is set, and is called when a certain condition is satisfied or the control parameter “MAX_SEARCH_LEVEL” does not satisfy the recursive execution count.
This control parameter “MAX_SEARCH_LEVEL” usually represents processing time constraints.
In this example, if the function block E is periodically executed, “MAX_SEARCH_LEVEL” needs to be set so that the processing is completed within the cycle as the recursive processing limit number.
The performance simulation unit 9 detects that the functional block E that operates periodically cannot finish the process within the period time, and notifies the performance feedback unit 12 of the numerical value N indicating how many times the recursive process has been processed, The performance feedback unit 12 provides the scenario data used in the function simulation unit 2, the configuration / arrangement of the hardware architecture used in the performance simulation unit, and the value N corresponding to the control parameter “MAX_SEARCH_LEVEL” as a feedback information database. 13, “MAX_SEARCH_LEVEL” which is a control parameter of the function simulation unit 2 is reset to N so that the function simulation can be re-executed. That is, the function simulation unit 2 performs the function simulation by changing “MAX_SEARCH_LEVEL” to the value N without changing other parameters of the scenario data 3.
Then, the performance information conversion unit 7 inputs the trace information 5 indicating the result of the function simulation in which “MAX_SEARCH_LEVEL” is the value N, and generates the trace / performance parameter information 10 based on the trace information 5.

以上のように、本実施の形態によれば、性能シミュレーションから機能シミュレーションへのフィードバック機構を持たせ、また、試行した結果を保存しておくことにより、対象とするハードウェア・アーキテクチャに対して最適な制御用パラメータを導くことが可能となり、設計支援の利便性が向上する。   As described above, according to this embodiment, a feedback mechanism from performance simulation to function simulation is provided, and the result of the trial is saved, so that it is optimal for the target hardware architecture. Therefore, it is possible to derive a control parameter, and the convenience of design support is improved.

実施の形態7.
次に、性能シミュレーション部9から性能フィードバック部12を介して、性能シミュレーション部9にハードウェア構成が再設定される実施の形態を示す。
本実施の形態に係る情報処理装置100の構成は、図1に示したものと同様である。
なお、本実施の形態では、性能シミュレーション部9は、性能情報変換部7により生成されたトレース/性能パラメータ情報10を解析し、対象ハードウェア・アーキテクチャのハードウェア構成を変更するとともに、ハードウェア構成変更後の対象ハードウェア・アーキテクチャを用いた場合のトレース/性能パラメータ情報10を再生成するよう性能情報変換部7に指示する。本実施の形態では、性能シミュレーション部9は、予測実行性能情報解析部として機能する。
また、本実施の形態では、性能情報変換部7は、性能シミュレーション部9により指示されたハードウェア構成変更後の対象ハードウェア・アーキテクチャを用いた場合のトレース/性能パラメータ情報10を再生成する。
Embodiment 7 FIG.
Next, an embodiment in which the hardware configuration is reset in the performance simulation unit 9 from the performance simulation unit 9 via the performance feedback unit 12 will be described.
The configuration of information processing apparatus 100 according to the present embodiment is the same as that shown in FIG.
In the present embodiment, the performance simulation unit 9 analyzes the trace / performance parameter information 10 generated by the performance information conversion unit 7, changes the hardware configuration of the target hardware architecture, and changes the hardware configuration. The performance information conversion unit 7 is instructed to regenerate the trace / performance parameter information 10 when the target hardware architecture after the change is used. In the present embodiment, the performance simulation unit 9 functions as a predicted execution performance information analysis unit.
In this embodiment, the performance information conversion unit 7 regenerates the trace / performance parameter information 10 when the target hardware architecture after the hardware configuration change instructed by the performance simulation unit 9 is used.

図16は、本実施の形態における性能予測の対象となるH/W構成の例である。
図16(a)で、当初プロセッサ数を4個に設定して性能シミュレーションを実行したところ、目標とする要求実行時間内に処理が完了し、更に余裕がある状況であることを検知し、当初プロセッサ4個で実行していたのを図16(b)のようにプロセッサ数を2個に変更して性能シミュレーションを再実行できるようにする。
つまり、性能シミュレーション部9は、プロセッサ数が4個のハードウェア構成に対して性能情報変換部7により生成されたトレース/性能パラメータ情報10を解析した結果、目標とする要求実行時間内に処理が完了し、更に余裕がある状況であることを検知した場合には、性能シミュレーション部9は、図16(b)のようにハードウェア構成をプロセッサ数が2個の構成に変更してトレース/性能パラメータ情報10を再生成するように性能情報変換部7に指示する。
そして、性能情報変換部7は、プロセッサが2個の場合の性能情報データを性能情報データベース6から抽出し、プロセッサが2個の場合のトレース/性能パラメータ情報10を生成する。
FIG. 16 is an example of an H / W configuration that is a target of performance prediction in the present embodiment.
In FIG. 16A, when the performance simulation was executed with the initial number of processors set to four, it was detected that the processing was completed within the target requested execution time and there was a margin, and the initial As shown in FIG. 16B, the number of processors that have been executed by four processors is changed to two so that the performance simulation can be re-executed.
That is, the performance simulation unit 9 analyzes the trace / performance parameter information 10 generated by the performance information conversion unit 7 for the hardware configuration with four processors, and as a result, the process is performed within the target requested execution time. When the performance simulation unit 9 detects that the situation is complete and there is more room, the performance simulation unit 9 changes the hardware configuration to a configuration with two processors as shown in FIG. The performance information conversion unit 7 is instructed to regenerate the parameter information 10.
Then, the performance information conversion unit 7 extracts performance information data when there are two processors from the performance information database 6 and generates trace / performance parameter information 10 when there are two processors.

以上のように、本実施の形態によれば、性能シミュレーション結果からのフィードバック機構を持たせることにより、最適なハードウェア・アーキテクチャを導くことが可能となり、設計支援の利便性が向上する。   As described above, according to the present embodiment, by providing a feedback mechanism from the performance simulation result, it is possible to derive an optimal hardware architecture, and the convenience of design support is improved.

実施の形態8.
次に、性能シミュレーション部9から性能フィードバック部12を介して、性能シミュレーション部9にハードウェア構成が再設定される他の実施の形態を示す。
なお、本実施の形態においても、情報処理装置100の構成は、図1に示したものと同様である。
また、本実施の形態においても、性能シミュレーション部9は、予測実行性能情報解析部として機能する。
Embodiment 8 FIG.
Next, another embodiment in which the hardware configuration is reset in the performance simulation unit 9 from the performance simulation unit 9 via the performance feedback unit 12 will be described.
Also in the present embodiment, the configuration of the information processing apparatus 100 is the same as that shown in FIG.
Also in the present embodiment, the performance simulation unit 9 functions as a predicted execution performance information analysis unit.

図17は、本実施の形態における性能予測の対象となるH/W構成の例である。
図17(a)で、当初プロセッサ数を2個に設定して性能シミュレーションを実行したところ、目標とする要求実行時間内に処理が完了しないことを検知し、当初プロセッサ2個で実行していたのを図17(b)のようにプロセッサ数を4個に変更して性能シミュレーションを再実行できるようにする。
つまり、性能シミュレーション部9は、プロセッサ数が2個のハードウェア構成に対して性能情報変換部7により生成されたトレース/性能パラメータ情報10を解析した結果、目標とする要求実行時間内に処理が完了しなかったことを検知した場合には、性能シミュレーション部9は、図17(b)のようにハードウェア構成をプロセッサが4個の構成に変更してトレース/性能パラメータ情報10を再生成するように性能情報変換部7に指示する。
そして、性能情報変換部7は、プロセッサが4個の場合の性能情報データを性能情報データベース6から抽出し、プロセッサが4個の場合のトレース/性能パラメータ情報10を生成する。
FIG. 17 is an example of the H / W configuration that is the target of performance prediction in the present embodiment.
In FIG. 17A, when the performance simulation was executed with the initial number of processors set to two, it was detected that the processing was not completed within the target requested execution time, and was initially executed with two processors. As shown in FIG. 17B, the number of processors is changed to four so that the performance simulation can be re-executed.
That is, the performance simulation unit 9 analyzes the trace / performance parameter information 10 generated by the performance information conversion unit 7 for the hardware configuration with two processors, and as a result, the process is performed within the target requested execution time. When it is detected that the processing has not been completed, the performance simulation unit 9 regenerates the trace / performance parameter information 10 by changing the hardware configuration to four configurations as shown in FIG. 17B. The performance information conversion unit 7 is instructed as follows.
Then, the performance information conversion unit 7 extracts performance information data when there are four processors from the performance information database 6 and generates trace / performance parameter information 10 when there are four processors.

以上のように、本実施の形態によれば、性能シミュレーション結果からのフィードバック機構を持たせることにより、最適なハードウェア・アーキテクチャを導くことが可能となり、設計支援の利便性が向上する。   As described above, according to the present embodiment, by providing a feedback mechanism from the performance simulation result, it is possible to derive an optimal hardware architecture, and the convenience of design support is improved.

実施の形態9.
次に、シミュレーション対象システムの一部機能の再設計支援を主な目的として性能予測を行う場合の実施の形態を示す。
なお、本実施の形態においても、情報処理装置100の構成は、図1に示したものと同様である。
また、本実施の形態においても、性能シミュレーション部9は、予測実行性能情報解析部として機能する。
Embodiment 9 FIG.
Next, an embodiment in the case where performance prediction is performed mainly for redesign support of a part of functions of the simulation target system will be described.
Also in the present embodiment, the configuration of the information processing apparatus 100 is the same as that shown in FIG.
Also in the present embodiment, the performance simulation unit 9 functions as a predicted execution performance information analysis unit.

図21(a)に示す既存システムの一部である機能ブロックCを機能ブロックC’に置換えて図21(b)に示すように一部機能を再設計する際に、まず、図21(a)に示す既存システムの機能シミュレーションを実行し、トレース情報を生成する。
次に予測実行性能情報生成部において、機能ブロックCに関する性能情報の変わりに、未実装の機能ブロックC’の性能目標値を使用して予測実行性能情報を生成する。
この予測実行性能情報を用いて性能シミュレーションを実施する。
When the functional block C which is a part of the existing system shown in FIG. 21A is replaced with the functional block C ′ and a partial function is redesigned as shown in FIG. 21B, first, FIG. ) To execute the functional simulation of the existing system and generate trace information.
Next, the predicted execution performance information generation unit generates predicted execution performance information using the performance target value of the unimplemented function block C ′ instead of the performance information related to the function block C.
A performance simulation is performed using the predicted execution performance information.

以上のように、本実施の形態によれば、性能情報データベースの情報を用いずに任意の性能値により予測実行性能情報を生成する機構を持たせることにより、個別の機能ブロックの性能目標が妥当であるかの検証が行なえるようになり、設計支援の利便性が向上する。   As described above, according to the present embodiment, by providing a mechanism for generating predicted execution performance information with an arbitrary performance value without using information in the performance information database, the performance target of each functional block is valid. This makes it possible to verify whether or not the design support is convenient.

ここで、実施の形態1〜9で説明した情報処理装置の特徴を以下にて再言する。   Here, the characteristics of the information processing apparatus described in the first to ninth embodiments will be described again.

実施の形態1〜9では、以下の機能部を備え、ソフトウェアにより実現される機能とハードウェア・アーキテクチャに起因する性能とを各々独立、もしくは連係して検証・評価可能とすることを特徴とする情報処理装置について説明した。
(a)機能シミュレーション部での模擬対象の制御システムのモデルや制御用パラメータを選択・設定する機能選択部、
(b)複数の制御プログラムにより構成された制御システムの機能をシミュレーションし、シミュレーション実行内容をトレース情報として出力するとともに実行結果を出力する機能シミュレーション部、
(c)性能模擬の対象となるハードウェア・アーキテクチャを選択する性能選択部、
(d)性能選択部により指定されたハードウェアの性能を性能情報データベースから取り出し、トレース情報と合成して、トレース/性能パラメータ情報を生成する性能情報変換部、
(e)トレース/性能パラメータ情報を入力とし、シミュレーション対象ハードウェア・アーキテクチャにおけるハードウェア資源の利用を演算することにより性能結果を出力すると共に性能フィードバック部に対してフィードバック情報を出力する性能シミュレーション部、
(f)性能シミュレーション部より入力されたフィードバック情報を元に機能シミュレーション部の制御用パラメータを自動的に再設定する性能フィードバック部。
In the first to ninth embodiments, the following functional units are provided, and the functions realized by software and the performance resulting from the hardware architecture can be verified or evaluated independently or in conjunction with each other. The information processing apparatus has been described.
(A) a function selection unit for selecting and setting a model of a control system to be simulated and a control parameter in the function simulation unit;
(B) A function simulation unit that simulates the function of a control system configured by a plurality of control programs, outputs the simulation execution contents as trace information, and outputs the execution results;
(C) a performance selection unit that selects a hardware architecture to be subjected to performance simulation;
(D) a performance information conversion unit that extracts the performance of the hardware specified by the performance selection unit from the performance information database and combines it with the trace information to generate trace / performance parameter information;
(E) a performance simulation unit that receives the trace / performance parameter information as input and outputs a performance result by calculating the use of hardware resources in the simulation target hardware architecture and outputs feedback information to the performance feedback unit;
(F) A performance feedback unit that automatically resets the control parameters of the function simulation unit based on feedback information input from the performance simulation unit.

また、実施の形態1〜9に係る情報処理装置は、トレース情報として、シミュレーション対象となる制御システムにおける任意の規模のプログラムを単位とした機能ブロックにおいて、各機能ブロックの実行順序が判別可能な論理的な時刻情報を時系列で記録することを特徴とする。   In addition, the information processing apparatus according to Embodiments 1 to 9 is a logic that can determine the execution order of each functional block as trace information in a functional block in units of an arbitrary scale program in a control system to be simulated. It is characterized in that typical time information is recorded in time series.

また、実施の形態1〜9に係る情報処理装置は、時系列のトレース情報として、機能ブロック内における分岐パターンを併せて記録することを特徴とする。   In addition, the information processing apparatuses according to Embodiments 1 to 9 are characterized by recording a branch pattern in a functional block as time-series trace information.

また、実施の形態1〜9に係る情報処理装置は、時系列のトレース情報として、実行時間性能に影響を与え得る実行時パラメータを併せて記録することを特徴とする。   In addition, the information processing apparatuses according to Embodiments 1 to 9 are characterized in that, as time-series trace information, runtime parameters that can affect execution time performance are recorded together.

また、実施の形態1〜9に係る情報処理装置は、時系列のトレース情報として、IOを行なったサイズ、回数、inかoutか、IO対象などを併せて記録することを特徴とする。   In addition, the information processing apparatuses according to the first to ninth embodiments are characterized by recording the size, number of times, in / out, IO target, and the like of IO as time-series trace information.

また、実施の形態1〜9に係る情報処理装置は、性能情報データベースとして、各機能ブロックにおける性能情報データを複数のハードウェア・アーキテクチャに関して備えることを特徴とする。   In addition, the information processing apparatuses according to the first to ninth embodiments are characterized in that the performance information database includes performance information data in each functional block regarding a plurality of hardware architectures.

また、実施の形態1〜9に係る情報処理装置は、性能情報データベースの性能情報データとして、機能ブロックにおけるCPU使用時間を記録することを特徴とする。   In addition, the information processing apparatuses according to Embodiments 1 to 9 are characterized in that the CPU usage time in the functional block is recorded as performance information data in the performance information database.

また、実施の形態1〜9に係る情報処理装置は、性能情報データベースの性能情報データとして、各機能ブロックにおけるメモリ、IO帯域などのハードウェアリソース利用量を併せて記録することを特徴とする。   In addition, the information processing apparatuses according to Embodiments 1 to 9 are characterized by recording hardware resource usage such as memory and IO bandwidth in each functional block as performance information data of the performance information database.

また、実施の形態1〜9に係る情報処理装置は、性能情報データベースの性能情報データとして、各機能ブロックにおけるハードウェアリソース利用量として、実行時パラメータに対応した計算式を併せて記録することを特徴とする。   In addition, the information processing apparatus according to the first to ninth embodiments records the calculation formula corresponding to the runtime parameter as the hardware resource usage amount in each functional block as the performance information data of the performance information database. Features.

また、実施の形態1〜9に係る情報処理装置は、トレース/性能パラメータ情報として、機能シミュレーション部が出力したトレース情報と同様の機能ブロック単位での論理的な時刻情報と、その機能ブロックが任意のハードウェア・アーキテクチャ上で消費するリソース利用量を時系列で保持することを特徴とする。   In addition, the information processing apparatuses according to Embodiments 1 to 9 have, as trace / performance parameter information, logical time information in units of functional blocks similar to the trace information output by the functional simulation unit, and the functional blocks are arbitrary. It is characterized in that the amount of resource consumption consumed on the hardware architecture is maintained in time series.

また、実施の形態1〜9に係る情報処理装置は、トレース/性能パラメータ情報として、機能ブロック単位ではなく、機能ブロック内の分岐パターンで分割される単位で、任意のハードウェア・アーキテクチャ上で消費するリソース利用量を保持することを特徴とする。   In addition, the information processing apparatus according to Embodiments 1 to 9 consumes on any hardware architecture not as a function block unit but as a unit divided by a branch pattern in a function block as trace / performance parameter information. It is characterized by holding the resource usage amount.

また、実施の形態1〜9に係る情報処理装置は、トレース情報を取得する単位となる機能ブロックを個別に任意のハードウェア・アーキテクチャ上で動作させる指定を行うことが可能であることを特徴とする。   In addition, the information processing apparatus according to the first to ninth embodiments is characterized in that it is possible to individually specify a function block as a unit for acquiring trace information to operate on an arbitrary hardware architecture. To do.

また、実施の形態1〜9に係る情報処理装置は、ハードウェア・アーキテクチャの構成、配置を利用者が性能選択部を介して指定を行うことが可能であることを特徴とする。   The information processing apparatuses according to Embodiments 1 to 9 are characterized in that the user can specify the configuration and arrangement of the hardware architecture via the performance selection unit.

また、実施の形態1〜9に係る情報処理装置は、性能情報データベースに保存する性能情報データを生成する為にハードウェア・アーキテクチャのカタログ仕様を用いて算出された性能情報データだけではなく、シミュレーション対象となる制御システムで使用されている制御プログラムを機能ブロック単位に切出して作成したベンチマークプログラムを該当するハードウェア・アーキテクチャ上で実際に動作させて性能情報データを収集することにより、性能シミュレーションの精度を高めることを特徴とする。   In addition, the information processing apparatus according to the first to ninth embodiments is not limited to the performance information data calculated using the hardware architecture catalog specification in order to generate the performance information data stored in the performance information database. Accuracy of performance simulation by collecting performance information data by actually running benchmark programs created by cutting out the control program used in the target control system in units of functional blocks on the corresponding hardware architecture It is characterized by raising.

また、実施の形態1〜9に係る情報処理装置は、性能情報データベースに保存されていない架空の性能情報データを設定した架空のハードウェア・アーキテクチャを一部、もしくは全てで用いるように性能選択部で指定でき、架空のハードウェア・アーキテクチャを対象とした性能シミュレーションを行えることを特徴とする。   Further, the information processing apparatus according to the first to ninth embodiments uses a performance selection unit so as to use a part or all of a fictitious hardware architecture in which fictitious performance information data not stored in the performance information database is set. It is possible to specify performance with a performance simulation for a fictitious hardware architecture.

また、実施の形態1〜9に係る情報処理装置は、機能シミュレーション部で検証された機能に対して、性能シミュレーション部で性能評価を行った結果、性能的に機能を満足できない場合などに性能シミュレーション部からのフィードバック情報を性能フィードバック部を介して受けて機能シミュレーション部での機能パラメータを自動的に再設定し、再度機能シミュレーションを実行可能とすることを特徴とする。   In addition, the information processing apparatus according to Embodiments 1 to 9 performs performance simulation when the function verified by the function simulation unit is evaluated by the performance simulation unit, and as a result, performance cannot be satisfied. It receives the feedback information from the unit via the performance feedback unit, automatically resets the function parameters in the function simulation unit, and can execute the function simulation again.

また、実施の形態1〜9に係る情報処理装置は、機能シミュレーション部で検証された機能に対して,性能シミュレーション部で性能評価を行った結果,使用したハードウェアリソース(CPU数等)や要求性能を満足できない場合,機能ブロックのハードウェアリソースへの割り付け方や,使用するハードウェアリソース数を再設定して再度,性能シミュレーション部で性能評価を行うことを特徴とする。   In addition, the information processing apparatus according to the first to ninth embodiments performs performance evaluation on the function verified by the function simulation unit by the performance simulation unit, and as a result, uses hardware resources (number of CPUs, etc.) and requests. If the performance cannot be satisfied, it is characterized in that the performance simulation unit again performs the performance evaluation after resetting the allocation method of the functional blocks to the hardware resources and the number of hardware resources to be used.

また、実施の形態1〜9に係る情報処理装置は、性能シミュレーション部からのフィードバック情報を性能フィードバック部において、シナリオデータ、及び、性能シミュレーションを行ったハードウェア・アーキテクチャの情報と関連付けてフィードバック情報データベースとして保存することを特徴とする。   Further, the information processing apparatus according to the first to ninth embodiments associates feedback information from the performance simulation unit with the scenario data and the hardware architecture information that has performed the performance simulation in the performance feedback unit. It is characterized by storing as.

実施の形態1〜9に係る情報処理装置の構成例を示す図。FIG. 11 is a diagram illustrating a configuration example of an information processing device according to Embodiments 1 to 9; 実施の形態1に係るシミュレーション対象システムの例を示す図。1 is a diagram illustrating an example of a simulation target system according to Embodiment 1. FIG. 実施の形態1に係るトレース情報の例を示す図。FIG. 5 is a diagram showing an example of trace information according to the first embodiment. 実施の形態1に係る性能情報データベースの性能情報データの例を図。The figure of the example of the performance information data of the performance information database which concerns on Embodiment 1. 実施の形態1に係るトレース/性能パラメータ情報の例を示す図。FIG. 6 is a diagram showing an example of trace / performance parameter information according to the first embodiment. 実施の形態2に係る分岐パターンの例を示す図。FIG. 6 shows an example of a branch pattern according to the second embodiment. 実施の形態2に係るトレース情報の例を示す図。FIG. 10 is a diagram illustrating an example of trace information according to the second embodiment. 実施の形態2に係る性能情報データベースの性能情報データの例を図。The figure of the example of the performance information data of the performance information database which concerns on Embodiment 2. 実施の形態2に係るトレース/性能パラメータ情報の例を示す図。FIG. 10 is a diagram showing an example of trace / performance parameter information according to the second embodiment. 実施の形態3に係るトレース情報の例を示す図。FIG. 10 shows an example of trace information according to the third embodiment. 実施の形態3に係る性能情報データベースの性能情報データの例を図。The figure of the performance information data of the performance information database which concerns on Embodiment 3. 実施の形態3に係るトレース/性能パラメータ情報の例を示す図。FIG. 10 is a diagram showing an example of trace / performance parameter information according to the third embodiment. 実施の形態4に係る性能シミュレーション対象ハードウェアの例を示す図。FIG. 10 is a diagram illustrating an example of performance simulation target hardware according to the fourth embodiment. 実施の形態5に係るベンチマークプログラムの例を示す図。FIG. 20 is a diagram showing an example of a benchmark program according to the fifth embodiment. 実施の形態6に係る制御用パラメータを必要とする機能ブロックの例を示す図。FIG. 10 is a diagram illustrating an example of functional blocks that require control parameters according to the sixth embodiment. 実施の形態7に係るハードウェア・アーキテクチャが再設定される例を示す図。The figure which shows the example by which the hardware architecture which concerns on Embodiment 7 is reset. 実施の形態8に係るハードウェア・アーキテクチャが再設定される例を示す図。The figure which shows the example by which the hardware architecture which concerns on Embodiment 8 is reset. 実施の形態1に係る情報処理装置の動作例を示すフローチャート図。FIG. 3 is a flowchart showing an operation example of the information processing apparatus according to the first embodiment. 実施の形態1〜9に係る情報処理装置のハードウェア構成例を示す図。FIG. 10 is a diagram illustrating a hardware configuration example of the information processing apparatus according to the first to ninth embodiments. 実施の形態1に係る各機能ブロックのCPU利用時間チャートを解決する演算例を説明する図。FIG. 6 is a diagram for explaining a calculation example for solving the CPU usage time chart of each functional block according to the first embodiment. 実施の形態9に係る機能ブロックの一部を再設計する例を示す図。FIG. 25 shows an example of redesigning part of functional blocks according to the ninth embodiment.

符号の説明Explanation of symbols

1 機能選択部、2 機能シミュレーション部、3 シナリオデータ、4 実行結果、5 トレース情報、6 性能情報データベース、7 性能情報変換部、8 性能選択部、9 性能シミュレーション部、10 トレース/性能パラメータ情報、11 性能結果、12 性能フィードバック部、13 フィードバック情報データベース、100 情報処理装置。   1 function selection unit, 2 function simulation unit, 3 scenario data, 4 execution result, 5 trace information, 6 performance information database, 7 performance information conversion unit, 8 performance selection unit, 9 performance simulation unit, 10 trace / performance parameter information, 11 performance result, 12 performance feedback unit, 13 feedback information database, 100 information processing apparatus.

Claims (10)

複数の機能ブロックにより構成される対象プログラムのシミュレーションを実行し、実行したシミュレーションにおける機能ブロックの遷移を示すトレース情報を生成する機能シミュレーション部と、
性能予測の対象となる対象ハードウェア・アーキテクチャを選択する性能選択部と、
前記対象プログラムが前記対象ハードウェア・アーキテクチャを用いて前記トレース情報に示される機能ブロックの遷移に従って実行される場合の前記対象ハードウェア・アーキテクチャの予測実行性能を示す予測実行性能情報を生成する予測実行性能情報生成部と、
複数のハードウェア・アーキテクチャの各々に対して、前記対象プログラムを実行する場合の各ハードウェア・アーキテクチャの予測実行性能を算出するための予測実行性能計算式を機能ブロックごとに記憶する性能情報データベースとを有し、
前記予測実行性能生成部は、
前記性能情報データベースから、前記トレース情報に示される機能ブロックごとに前記対象ハードウェア・アーキテクチャの予測実行性能計算式を抽出し、抽出した予測実行性能計算式を用いて予測実行性能を算出して予測実行性能情報を生成することを特徴とする情報処理装置。
A function simulation unit that executes a simulation of a target program composed of a plurality of function blocks, and generates trace information indicating transitions of the function blocks in the executed simulation;
A performance selection unit that selects a target hardware architecture for performance prediction;
Predictive execution for generating predicted execution performance information indicating the predicted execution performance of the target hardware architecture when the target program is executed according to the transition of the functional block indicated by the trace information using the target hardware architecture A performance information generator ,
A performance information database that stores, for each functional block, a predicted execution performance formula for calculating a predicted execution performance of each hardware architecture when executing the target program for each of a plurality of hardware architectures; Have
The predicted execution performance generation unit
From the performance information database, a predicted execution performance calculation formula of the target hardware architecture is extracted for each functional block indicated in the trace information, and a predicted execution performance is calculated using the extracted predicted execution performance calculation formula to be predicted. An information processing apparatus that generates execution performance information .
前記機能シミュレーション部は、
ハードウェア・アーキテクチャの実行性能に影響を与え得るパラメータ値が機能ブロックごとに示されたトレース情報を生成し、
前記予測実行性能生成部は、
前記性能情報データベースから抽出した予測実行性能計算式と前記トレース情報に示された対応する機能ブロックのパラメータ値とを用いて予測実行性能を算出することを特徴とする請求項に記載の情報処理装置。
The function simulation unit
Generates trace information where parameter values that can affect the execution performance of the hardware architecture are shown for each functional block,
The predicted execution performance generation unit
2. The information processing according to claim 1 , wherein the predicted execution performance is calculated using a predicted execution performance calculation formula extracted from the performance information database and a parameter value of a corresponding functional block indicated in the trace information. apparatus.
前記機能シミュレーション部は、
機能ブロックに任意数のサブ機能ブロックが含まれる対象プログラムに対するシミュレーションを実行し、サブ機能ブロックの遷移を示すトレース情報を生成し、
前記性能情報データベースは、
予測実行性能計算式をサブ機能ブロックごとに記憶し、
前記予測実行性能生成部は、
前記性能情報データベースから、前記トレース情報に示されるサブ機能ブロックごとに前記対象ハードウェア・アーキテクチャの予測実行性能計算式を抽出し、
前記対象プログラムが前記対象ハードウェア・アーキテクチャを用いて前記トレース情報に示されるサブ機能ブロックの遷移に従って実行される場合の前記対象ハードウェア・アーキテクチャの予測実行性能を、抽出した予測実行性能計算式を用いて算出して、予測実行性能情報を生成することを特徴とする請求項に記載の情報処理装置。
The function simulation unit
Execute a simulation for the target program that contains any number of sub function blocks in the function block, generate trace information indicating the transition of the sub function block,
The performance information database is
Store the predicted execution performance formula for each sub-function block,
The predicted execution performance generation unit
From the performance information database, extract the predicted execution performance calculation formula of the target hardware architecture for each sub-function block indicated in the trace information,
A predicted execution performance calculation formula obtained by extracting the predicted execution performance of the target hardware architecture when the target program is executed according to the transition of the sub-function block indicated in the trace information using the target hardware architecture. It is calculated by using information processing apparatus according to claim 1, wherein the generating a predicted execution performance information.
前記機能シミュレーション部は、
ハードウェア・アーキテクチャの実行性能に影響を与え得るパラメータ値がサブ機能ブロックごとに示されたトレース情報を生成し、
前記予測実行性能生成部は、
前記性能情報データベースから抽出した予測実行性能計算式と前記トレース情報に示された対応するサブ機能ブロックのパラメータ値とを用いて予測実行性能を算出することを特徴とする請求項に記載の情報処理装置。
The function simulation unit
Generates trace information with parameter values that can affect the execution performance of the hardware architecture shown for each sub-function block,
The predicted execution performance generation unit
The information according to claim 3 , wherein the predicted execution performance is calculated using a predicted execution performance calculation formula extracted from the performance information database and a parameter value of a corresponding sub-function block indicated in the trace information. Processing equipment.
前記機能シミュレーション部は、
機能ブロックにサブ機能ブロックとして分岐パターンが含まれる対象プログラムに対するシミュレーションを実行し、分岐パターンの遷移を示すトレース情報を生成し、
前記予測実行性能情報生成部は、
前記対象プログラムが前記対象ハードウェア・アーキテクチャを用いて前記トレース情報に示される分岐パターンの遷移に従って実行される場合の前記対象ハードウェア・アーキテクチャの予測実行性能を示す予測実行性能情報を生成することを特徴とする請求項3に記載の情報処理装置。
The function simulation unit
Execute a simulation for the target program that contains a branch pattern as a sub-function block in the function block, generate trace information indicating the transition of the branch pattern
The predicted execution performance information generation unit
Generating predicted execution performance information indicating the predicted execution performance of the target hardware architecture when the target program is executed according to a branch pattern transition indicated in the trace information using the target hardware architecture; The information processing apparatus according to claim 3.
前記情報処理装置は、更に、
前記対象プログラムの各機能ブロックのハードウェア割り当て形態を指定する機能選択部を有し、
前記機能シミュレーション部は、
前記機能選択部により指定されたハードウェア割り当て形態に合わせて前記対象プログラムに対するシミュレーションを実行し、実行したシミュレーションにおける機能ブロックの遷移を示すトレース情報を生成し、
前記性能選択部は、
前記対象ハードウェア・アーキテクチャとして、前記機能選択部により指定されたハードウェア割り当て形態に合致するハードウェア・アーキテクチャを選択し、
前記予測実行性能情報生成部は、
前記機能選択部により指定されたハードウェア割り当て形態に合致するハードウェア・アーキテクチャの予測実行性能を前記トレース情報に示される機能ブロックの遷移に従って示す予測実行性能情報を生成することを特徴とする請求項1に記載の情報処理装置。
The information processing apparatus further includes:
A function selection unit for designating a hardware allocation form of each functional block of the target program;
The function simulation unit
Execute a simulation for the target program in accordance with the hardware allocation form specified by the function selection unit, generate trace information indicating the transition of the function block in the executed simulation,
The performance selector is
As the target hardware architecture, select a hardware architecture that matches the hardware allocation form specified by the function selection unit,
The predicted execution performance information generation unit
The predicted execution performance information indicating the predicted execution performance of the hardware architecture that matches the hardware allocation mode specified by the function selection unit according to the transition of the function block indicated in the trace information is generated. The information processing apparatus according to 1.
前記情報処理装置は、更に、
前記機能シミュレーション部による前記対象プログラムのシミュレーション結果を解析し、前記対象プログラムのシミュレーションに用いたいずれかのパラメータ値を変更するとともに、変更後のパラメータ値を用いて前記対象プログラムのシミュレーションを再実行するよう前記機能シミュレーション部に指示するシミュレーション解析部を有し、
前記機能シミュレーション部は、
前記シミュレーション解析部により指示された変更後のパラメータ値を用いて前記対象プログラムのシミュレーションを再実行し、再実行したシミュレーションにおける機能ブロックの遷移を示すトレース情報を生成し、
前記予測実行性能情報生成部は、
前記機能シミュレーション部によるシミュレーションの再実行時に生成されたトレース情報を用いて予測実行性能情報を生成することを特徴とする請求項1に記載の情報処理装置。
The information processing apparatus further includes:
Analyzing the simulation result of the target program by the functional simulation unit, changing any parameter value used for the simulation of the target program, and re-executing the simulation of the target program using the changed parameter value A simulation analysis unit for instructing the function simulation unit,
The function simulation unit
Re-execute the simulation of the target program using the changed parameter value instructed by the simulation analysis unit, and generate trace information indicating the transition of the functional block in the re-executed simulation,
The predicted execution performance information generation unit
The information processing apparatus according to claim 1, wherein predicted execution performance information is generated using trace information generated when the simulation is re-executed by the function simulation unit.
前記情報処理装置は、更に、
前記予測実行性能情報生成部により生成された予測実行性能情報を解析し、前記対象ハードウェア・アーキテクチャのハードウェア構成を変更するとともに、ハードウェア構成変更後の対象ハードウェア・アーキテクチャを用いた場合の予測実行性能情報を再生成するよう前記予測実行性能情報生成部に指示する予測実行性能情報解析部を有し、
前記予測実行性能情報生成部は、
前記予測実行性能情報解析部により指示されたハードウェア構成変更後の対象ハードウェア・アーキテクチャを用いた場合の予測実行性能情報を再生成することを特徴とする請求項1に記載の情報処理装置。
The information processing apparatus further includes:
Analyzing the predicted execution performance information generated by the predicted execution performance information generation unit, changing the hardware configuration of the target hardware architecture, and using the target hardware architecture after the hardware configuration change A predicted execution performance information analysis unit that instructs the predicted execution performance information generation unit to regenerate predicted execution performance information;
The predicted execution performance information generation unit
The information processing apparatus according to claim 1, wherein the predicted execution performance information when the target hardware architecture after the hardware configuration change instructed by the predicted execution performance information analysis unit is used is regenerated.
コンピュータが、複数の機能ブロックにより構成される対象プログラムのシミュレーションを実行し、実行したシミュレーションにおける機能ブロックの遷移を示すトレース情報を生成する機能シミュレーションステップと、
コンピュータが、性能予測の対象となる対象ハードウェア・アーキテクチャを選択する性能選択ステップと、
前記対象プログラムが前記対象ハードウェア・アーキテクチャを用いて前記トレース情報に示される機能ブロックの遷移に従って実行される場合の前記対象ハードウェア・アーキテクチャの予測実行性能を示す予測実行性能情報を、コンピュータが生成する予測実行性能情報生成ステップとを有し、
前記予測実行性能情報生成ステップにおいて、
コンピュータが、
複数のハードウェア・アーキテクチャの各々に対して、前記対象プログラムを実行する場合の各ハードウェア・アーキテクチャの予測実行性能を算出するための予測実行性能計算式を機能ブロックごとに記憶する性能情報データベースから、
前記トレース情報に示される機能ブロックごとに前記対象ハードウェア・アーキテクチャの予測実行性能計算式を抽出し、抽出した予測実行性能計算式を用いて予測実行性能を算出して予測実行性能情報を生成することを特徴とする情報処理方法。
A functional simulation step in which a computer executes a simulation of a target program composed of a plurality of functional blocks, and generates trace information indicating a transition of functional blocks in the executed simulation;
A performance selection step in which the computer selects a target hardware architecture for performance prediction;
A computer generates predicted execution performance information indicating the predicted execution performance of the target hardware architecture when the target program is executed according to the transition of the functional block indicated in the trace information using the target hardware architecture have a prediction execution performance information generating step of,
In the predicted execution performance information generation step,
Computer
From a performance information database that stores, for each functional block, a predicted execution performance formula for calculating the predicted execution performance of each hardware architecture when executing the target program for each of a plurality of hardware architectures ,
A predicted execution performance calculation formula of the target hardware architecture is extracted for each functional block indicated in the trace information, and a predicted execution performance is calculated using the extracted predicted execution performance calculation formula to generate predicted execution performance information . An information processing method characterized by the above.
複数の機能ブロックにより構成される対象プログラムのシミュレーションを実行し、実行したシミュレーションにおける機能ブロックの遷移を示すトレース情報を生成する機能シミュレーション処理と、
性能予測の対象となる対象ハードウェア・アーキテクチャを選択する性能選択処理と、
前記対象プログラムが前記対象ハードウェア・アーキテクチャを用いて前記トレース情報に示される機能ブロックの遷移に従って実行される場合の前記対象ハードウェア・アーキテクチャの予測実行性能を示す予測実行性能情報を生成する予測実行性能情報生成処理とをコンピュータに実行させるプログラムであって、
前記予測実行性能情報生成処理において、
コンピュータに、
複数のハードウェア・アーキテクチャの各々に対して、前記対象プログラムを実行する場合の各ハードウェア・アーキテクチャの予測実行性能を算出するための予測実行性能計算式を機能ブロックごとに記憶する性能情報データベースから、
前記トレース情報に示される機能ブロックごとに前記対象ハードウェア・アーキテクチャの予測実行性能計算式を抽出させ、抽出された予測実行性能計算式を用いて予測実行性能を算出して予測実行性能情報を生成させることを特徴とするプログラム。
A function simulation process for executing a simulation of a target program composed of a plurality of functional blocks and generating trace information indicating the transition of the functional blocks in the executed simulation
A performance selection process for selecting a target hardware architecture for performance prediction;
Predictive execution for generating predicted execution performance information indicating the predicted execution performance of the target hardware architecture when the target program is executed according to the transition of the functional block indicated by the trace information using the target hardware architecture A program for causing a computer to execute performance information generation processing ,
In the predicted execution performance information generation process,
On the computer,
From a performance information database that stores, for each functional block, a predicted execution performance formula for calculating the predicted execution performance of each hardware architecture when executing the target program for each of a plurality of hardware architectures ,
The predicted execution performance calculation formula of the target hardware architecture is extracted for each functional block indicated in the trace information, and the predicted execution performance information is generated by using the extracted predicted execution performance calculation formula to generate the predicted execution performance information. A program characterized by letting
JP2006323560A 2006-11-30 2006-11-30 Information processing apparatus, information processing method, and program Expired - Fee Related JP4842783B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006323560A JP4842783B2 (en) 2006-11-30 2006-11-30 Information processing apparatus, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006323560A JP4842783B2 (en) 2006-11-30 2006-11-30 Information processing apparatus, information processing method, and program

Publications (2)

Publication Number Publication Date
JP2008139965A JP2008139965A (en) 2008-06-19
JP4842783B2 true JP4842783B2 (en) 2011-12-21

Family

ID=39601386

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006323560A Expired - Fee Related JP4842783B2 (en) 2006-11-30 2006-11-30 Information processing apparatus, information processing method, and program

Country Status (1)

Country Link
JP (1) JP4842783B2 (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010113482A (en) * 2008-11-05 2010-05-20 Panasonic Corp Method of allocating resource, program, and apparatus for allocating resource
JP5298967B2 (en) * 2009-03-06 2013-09-25 富士通株式会社 Verification support program, information processing apparatus, and verification support method
JP5768796B2 (en) 2012-10-23 2015-08-26 日本電気株式会社 Operation management apparatus, operation management method, and program
JP6287650B2 (en) * 2014-07-10 2018-03-07 富士通株式会社 Simulation method and simulation program
WO2018150588A1 (en) * 2017-02-20 2018-08-23 三菱電機株式会社 Information processing device, information processing method, and information processing program
JP7433085B2 (en) 2019-03-06 2024-02-19 三菱電機株式会社 system analyzer
WO2020261323A1 (en) * 2019-06-24 2020-12-30 日本電信電話株式会社 Estimation device, estimation method and program
JP2021092934A (en) 2019-12-09 2021-06-17 富士通株式会社 Analyzing device, analyzing program and computer system
CN112799895A (en) * 2021-01-27 2021-05-14 北京嘀嘀无限科技发展有限公司 Hardware evaluation method, apparatus, electronic device, storage medium, and program product

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6467644A (en) * 1987-09-09 1989-03-14 Toshiba Corp Measuring device for program processing time
JP3608915B2 (en) * 1997-09-22 2005-01-12 富士通株式会社 Multiprocessing system performance evaluation method and apparatus, and storage medium storing multiprocessing system performance evaluation program
JP2005242569A (en) * 2004-02-25 2005-09-08 Fujitsu Ltd Data processor design method and apparatus, and program

Also Published As

Publication number Publication date
JP2008139965A (en) 2008-06-19

Similar Documents

Publication Publication Date Title
JP4842783B2 (en) Information processing apparatus, information processing method, and program
JP5034955B2 (en) Performance evaluation simulation apparatus, performance evaluation simulation method, and performance evaluation simulation program
US6772106B1 (en) Retargetable computer design system
Grass et al. MUSA: a multi-level simulation approach for next-generation HPC machines
US20100204975A1 (en) Simulation method, electronic apparatus design method, and simulation apparatus
JP3608915B2 (en) Multiprocessing system performance evaluation method and apparatus, and storage medium storing multiprocessing system performance evaluation program
JP6342129B2 (en) Source code error position detection apparatus and method for mixed mode program
US8768680B2 (en) Simulator of multi-core system employing reconfigurable processor cores and method of simulating multi-core system employing reconfigurable processor cores
JP2009003683A (en) Software execution apparatus and cooperative operation method
CN103098058A (en) Automatic optimal integrated circuit generator from algorithms and specification
JP5034916B2 (en) Performance evaluation model generation method, system performance evaluation method, and performance evaluation model generation apparatus
JP5298967B2 (en) Verification support program, information processing apparatus, and verification support method
CN117113890B (en) CPU chip design method and system
US8340952B2 (en) Power estimation method and device therefor
JP2006185055A (en) Design support system and design support program for computer system
JP5056493B2 (en) Virtual software generator
JP2011238137A (en) Performance estimation device
JP2007018313A (en) Circuit design program, circuit design device and circuit design method
US20190012418A1 (en) Simulation program, method, and device
JP5390464B2 (en) Simulation apparatus, simulation apparatus control method, and program
JP2012083934A (en) Scan time estimation device, scan time estimation program and record medium
JP2009258831A (en) Simulation device, simulation method, and program
JPH09198275A (en) Recommendatory system for improving computer performance
KR20230087310A (en) Artificial intelligence-based cloud learning device and method
JP6234640B2 (en) Simulation apparatus, simulation method, and simulation program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090119

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100914

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110823

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110914

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20111004

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111006

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20141014

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees