OROCHI
 
Loading...
Searching...
No Matches
GxToolProfiler.cpp File Reference

プロファイラツール More...

#include "Gx.h"
Include dependency graph for GxToolProfiler.cpp:

Functions

 _PARAM_ATTRIBUTE (_arrayFunctionData, GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME (_profileFrame, "計測フレーム数")
 
 _ENUM_NAME (_prefix, "表示時間単位")
 
 _PARAM_NAME_ATTRIBUTE (_averageTime, "平均時間", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_totalTime, "合計時間", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_minTime, "最小時間", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_maxTime, "最大時間", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_percentTotal, "トータル処理に占める割合(0-100%)", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_percentParent, "親処理に占める割合(0-100%)", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_timeCountCount, "時間計測回数", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_name, "プロファイル名", GxProperty::ATTRIBUTE_READONLY)
 
 _ARRAY (_plot)
 
 _PARAM (_unitInfoArray)
 プロファイラツール:ユニット詳細結果表示フォームクラス
 
 _PARAM_NAME_ATTRIBUTE (_name, "ユニット名", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_instanceCount, "インスタンス数", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_totalPreAsyncTime, "totalPreAsync", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_totalAsyncTime, "totalAsync", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_totalPostAsyncTime, "totalPostAsync", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_totalSequentialTime, "totalSequential", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_totalForceAsyncTime, "totalForceAsync", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_averagePreAsyncTime, "averagePreAsync", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_averageAsyncTime, "averageAsync", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_averagePostAsyncTime, "averagePostAsync", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_averageSequentialTime, "averageSequential", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_averageForceAsyncTime, "averageForceAsync", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_convertTotalPreAsyncTime, "convertTotalPreAsync", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_convertTotalAsyncTime, "convertTotalAsync", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_convertTotalPostAsyncTime, "convertTotalPostAsync", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_convertTotalSequentialTime, "convertTotalSequential", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_convertTotalForceAsyncTime, "convertTotalForceAsync", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_convertAveragePreAsyncTime, "convertAveragePreAsync", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_convertAverageAsyncTime, "convertAverageAsync", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_convertAveragePostAsyncTime, "convertAveragePostAsync", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_convertAverageSequentialTime, "convertAverageSequential", GxProperty::ATTRIBUTE_READONLY)
 
 _PARAM_NAME_ATTRIBUTE (_convertAverageForceAsyncTime, "convertAverageForceAsync", GxProperty::ATTRIBUTE_READONLY)
 

Detailed Description

プロファイラツール

Author
Copyright (C)2009 SiliconStudio Inc. All rights reserved.
Shingo Fukuda
Tahir Arai