Closed thatcosmonaut closed 3 years ago
Constantly opening and closing the trace file was murdering performance, so I restructured tracing to write first into a memory buffer and then flush to disk on SwapBuffers and DestroyDevice.
Constantly opening and closing the trace file was murdering performance, so I restructured tracing to write first into a memory buffer and then flush to disk on SwapBuffers and DestroyDevice.