-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# ProfilerReader | ||
プロファイラーのログファイルを解析するツールです<br /> | ||
Read this in other languages: [English](README.md), 日本語<br /> | ||
|
||
## 概要 | ||
このツールを "Unity Profiler". | ||
For example, generate csv files that shows Samples allocating many Managed Heap from "Unity Profiler" binary log. | ||
|
||
## 対応バージョン | ||
5.6 / 2017.1 / 2017.2 / 2017.3 / 2017.4 / 2018.1 / 2018.2 / 2018.3 / 2018.4 | ||
対応中:2019.1/2019.2/2019.3 | ||
|
||
## GUI操作について | ||
|
||
## CUI操作について | ||
### サンプルコマンド | ||
Unity.exe -batchMode -projectPath "ProjectPath" -logFile .\Editor.log -executeMethod UTJ.ProfilerReader.CUIInterface.ProfilerToCsv -PH.inputFile "Binary logFile(.data/.raw)" -PH.timeout 2400 -PH.log | ||
|
||
バイナリログファイルと同じ場所に、CSVファイルが生成されます。 | ||
|
||
## CSV Files: | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters