DescriptionCreate 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
Committed: https://crrev.com/159f0e04e089a3a12c9ffc44ea644a3abbc4a7ae
Cr-Commit-Position: refs/heads/master@{#320847}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #Messages
Total messages: 7 (2 generated)
|