class DummyOutputStream
Defined at line 21 of file ../../zircon/system/ulib/perftest/test/runner-test.cc
This is a helper for creating a FILE* that we can redirect output to, in
order to make the tests below less noisy. We don't look at the output
that is sent to the stream.
Public Methods
void DummyOutputStream ()
Defined at line 23 of file ../../zircon/system/ulib/perftest/test/runner-test.cc
void ~DummyOutputStream ()
Defined at line 27 of file ../../zircon/system/ulib/perftest/test/runner-test.cc
FILE * fp ()
Defined at line 34 of file ../../zircon/system/ulib/perftest/test/runner-test.cc