RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift
MIT License
4.3k stars 260 forks source link

Run as script for testing #58

Closed gsabran closed 7 years ago

gsabran commented 7 years ago

I'd like to integrate the time analyser with my test to ensure that no function is taking too long to compile. Is there a way to do so?

Thanks for this amazing project

RobertGummesson commented 7 years ago

Not currently but I'd be open to contributions to add it. If you are using CI, perhaps xcprofiler would solve the problem? Not sure if that uses cumulative time though.