]> git.cworth.org Git - apitrace/blobdiff - trace_writer.cpp
Various changes to the flushing code.
[apitrace] / trace_writer.cpp
index bc2ee6ce9e8850ed5511bea89b8880531a6252c1..7511d3192420db31f65ee2e74dd5203db3ec201a 100644 (file)
@@ -199,7 +199,6 @@ unsigned Writer::beginEnter(const FunctionSig *sig) {
 
 void Writer::endEnter(void) {
     _writeByte(Trace::CALL_END);
-    m_file->flush();
     OS::ReleaseMutex();
 }