Main Content

Number

プロファイリングされたコード セクションを一意に識別する番号の取得 (MATLAB コード生成)

説明

SectionNumber = NthSectionProfile.Number は、プロファイリングされたコード セクションを一意に識別する番号を返します。

すべて折りたたむ

プロファイリングされたコード セクションを識別する番号を取得するには、NthSectionProfile オブジェクトの Number プロパティを使用します。

SectionNumber = NthSectionProfile.Number;

入力引数

すべて折りたたむ

NthSectionProfile は、coder.profile.ExecutionTime プロパティ Sections で生成される coder.profile.ExecutionTimeSection オブジェクトです。

例: NthSectionProfile

出力引数

すべて折りたたむ

SectionNumber は、プロファイリングされたコード セクションの番号です。

バージョン履歴

R2012b で導入