What steps will reproduce the problem?
1. Build a project
What is the expected output? What do you see instead?
I expect to see fast output of each file being compiled. Something like a bunch
of 3 or 4 files per second. And a fast output of each log output line.
Instead, I see something like 3 or 4 seconds per file and 1 to 2 seconds per
log line output.
I think it is not related to compiler, because in Linux, OS X and MSVC the
output is much faster (besides another platform, is it an Android compiler
issue?)
I think this is related something in the way between compiler output and
Logging to Visual Studio Output. I noticed that even for "atomic warnings" but
that spawns to multiple lines, each line of the same warning has a delay of 2
or 3 seconds for outputing.
What version of the product are you using? On what operating system?
vs-android 963 with VS2013 in Windows 8.1
Original issue reported on code.google.com by
camil...@gmail.comon 23 Sep 2014 at 8:32