RobertGummesson / BuildTimeAnalyzer-for-Xcode

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

Feature per file build time #41

Closed a-vlad closed 8 years ago

a-vlad commented 8 years ago

Description: Add checkbox that shows per file total build time. This is an aggregate of all function build times.

screen shot 2016-08-17 at 1 37 20 pm
RobertGummesson commented 8 years ago

Hi @a-vlad

Sorry, it's been taking so long to respond. Been busy. I just had a look at this and it looks great. Good idea with the per file times.

One comment though, would it be possible to alert the user when the CSV file has been created? I pressed it but without the feedback, I wasn't quite sure what happened. Had to check the code to learn that it was saved to my desktop.

I can have a look at this myself when I have time if you don't.

a-vlad commented 8 years ago

This PR only has per file aggregation. Can open new PR from my Master branch which has the save feature and I can add a dialogue to indicate where file has been saved.

RobertGummesson commented 8 years ago

Ah right. That's good then. Merged.