RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run as script for testing

gsabran opened this issue · comments

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

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.