Skip to content

linjinglan/UnityProfilerIntervalSave

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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->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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%