Create non-blocked fifo
On average it takes about 459 ms to create a FIFO file for logging. This delay isn't small compared to the average running time (1354 ms) of a single testcase on native. The delay is because currently creating the FIFO file is blocked until the other end is opened also. So changing it to non-blocking will save the amount of time. BUG=449354 Review URL: https://codereview.chromium.org/1003073002 Cr-Commit-Position: refs/heads/master@{#320847}
Showing
Please register or sign in to comment