Is there a way to display how long the compilation took?
One way I could thinks about is use idf.preBuildTask and idf.postBuildTask to record start and end time. Is there better way? Or idf.py already have build-in functions I didn't found
thanks.
Can I display how long the build task takes in vscode extension?
-
- Posts: 11
- Joined: Mon Jul 16, 2018 8:52 pm
-
- Posts: 229
- Joined: Wed May 02, 2018 12:12 pm
Re: Can I display how long the build task takes in vscode extension?
Maybe you can try to use some additional option of ninja-build. In your <project-dir>/.vscode/settings.json add:
"idf.ninjaArgs": ["-d stats"]
"idf.ninjaArgs": ["-d stats"]
-
- Posts: 11
- Joined: Mon Jul 16, 2018 8:52 pm
Re: Can I display how long the build task takes in vscode extension?
I'll try thank you for your advice
Who is online
Users browsing this forum: Bing [Bot] and 37 guests