Skip to content

Unity5.6からProfilerのログを保存するツール

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

wotakuro/UnityProfilerIntervalSave

Repository files navigation

UnityProfileIntervalSave

Save Profiler's log for Unity 5.6 or newer

Read this in other languages: English, 日本語

IntervalSave

This tool is available from Unity 5.6.
From Unity 5.6 , we can save the result of Unity ProfilerWindow!
Also there is API "UnityEditorInternal.ProfilerDriver.SaveProfile".

It is possible to save the result of Unity profiler by watching the status of Unity Profiler and by calling "UnityEditorInternal.ProfilerDriver.SaveProfile" before over history (300 Frame)

How to record

Call "Tools->UTJ->IntervalProfilerSave", then window will appear.
※This tool requires ProfilerWindow.

Alt text

1).Directory that log files will be saved
2).Mode change tab."Recorder"
"Recorder" is for saving the result. If it is "Recorder" , this tool watch the status of Unity Profiler and save the result.
"Viewer" is for checking the result.
3).Clear Unity Profiler
4).Current target of Unity Profieler
5).This shows the file which was written last.

How to watch log

Alt text

1).Refresh the list of files.
2).Profiler will read the file.

About

Unity5.6からProfilerのログを保存するツール

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages