giginet / xcprofiler

:chart_with_upwards_trend: CLI to profile compilation time of Swift project
MIT License
332 stars 13 forks source link

Support for build logs #27

Open mgrebenets opened 6 years ago

mgrebenets commented 6 years ago

This is rather a feature request. When the body function analysis is turned on, the profiling data also shows up in xcodebuild logs, which is captured by tools like scan and gym as well.

So the request is to add support for parsing build logs, e.g. xcprofiler MyApp.log. Would that be possible?