Skip to content

rvictorcardozo/compile-time-tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compile-time-tracker

Unity editor extension which tracks compile time.

How do you optimize compile time? Read This!

To install:

Clone the git repository and add the CompileTimeTracker folder to your Unity project.

Supported Versions:

Tested on Unity 5.0.0 and above. Might work on Unity 4, but haven't checked it out yet.

Features:

Compile time is logged automatically to console and recent compile times can be viewed in the tracker window (Window -> Compile Time Tracker Window)

It also attempts to detect errors by comparing the number of error logs before compiling + after compiling, but it's not completely accurate as some code will cause errors logs during [InitializeOnLoad] or OnValidate calls.

Window Screenshot

Menu Screenshot

About

Unity editor extension which tracks compile time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%