RobertGummesson / BuildTimeAnalyzer-for-Xcode

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

add comment of build time to code #52

Closed dimohamdy closed 7 years ago

dimohamdy commented 7 years ago

add comment of build time to code with when check value of add comment checkBox

RobertGummesson commented 7 years ago

Closing this one due to two reasons:

dimohamdy commented 7 years ago

@RobertGummesson 1- it's add comment to top of method "//Build Time for this method is 575.4 ms " when click cell of table and the check box selected 2- it's not crash with me when i click to cell and check box checked and it's add comment in the line before method please send to me the project you test app with it and i will check the problem

RobertGummesson commented 7 years ago

@dimohamdy 1 - Right. The issue I feel is that the checkbox is not self explanatory. I wasn't quite sure what it meant until you explained it now. Not sure what to do instead though. I'd like the app to be clear and simple to use. 2 - I can't share the project with you (closed source) but the issue is that the line breaks for it are '\n' and not '\r\n'.

dimohamdy commented 7 years ago

@RobertGummesson i will fix the bug in point 2 ASAP , i want to help developer to not open app an check the method i want him to know the build time of method at once