ジャンプ先: 概要. 戻り値. キーワード. フラグ. MEL 例.
profilerTool [-categoryView] [-cpuView] [-currentViewMode] [-frameAll] [-frameSelected] [-make] [-showAllEvent boolean] [-showSelectedEvents boolean] [-showSelectedEventsRepetition boolean]
profilerTool は、取り消し不可能、照会可能、および編集不可能です。
このスクリプトは、プロファイラ ツールのビュー(作図領域)と相互作用する profilerPanel によって使用されます。プロファイラ ツールのいくつかの動作をコントロールするためにこれを使用できます。同時に使用することができるのは 1 つのフラグだけです。複数のフラグが使用されている、または使用されているフラグが 1 つもない場合は、エラーが返されます。
なし
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
profiler, tool, profilerTool, timing, performance, profiling
categoryView, cpuView, currentViewMode, frameAll, frameSelected, make, showAllEvent, showSelectedEvents, showSelectedEventsRepetition
フラグはコマンドの作成モードで表示できます
|
フラグはコマンドの編集モードで表示できます
|
フラグはコマンドの照会モードで表示できます
|
コマンド内でフラグを複数回使用できます。
|
// The profilerTool command is not one which would commonly be used
// by the user.
//Frame the tool's view on all recorded events.
profilerTool -frameAll
//result: true