Skip to content

Commit

Permalink
update readMe
Browse files Browse the repository at this point in the history
  • Loading branch information
wotakuro committed Dec 3, 2019
1 parent ebab48c commit d4f7eb0
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
23 changes: 23 additions & 0 deletions README.ja.md
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:


7 changes: 7 additions & 0 deletions README.ja.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# ProfilerReader
Tools for analyze profiler log data.
Tools for analyze profiler log data.<br />
Read this in other languages: English, [“ú–{Œê](README.ja.md)<br />

## Summary
With this tool, you can analyze the binary log of "Unity Profiler".
For example, generate csv files that shows Samples allocating many Managed Heap from "Unity Profiler" binary log.

## Avalable versions
5.6 / 2017.1 / 2017.2 / 2017.3 / 2017.4 / 2018.1 / 2018.2 / 2018.3 / 2018.4

(WIP)2019.1/2019.2/2019.3

## GUI Interface

Expand Down

0 comments on commit d4f7eb0

Please sign in to comment.