hrydgard / minitrace

Simple C/C++ library for producing JSON traces suitable for Chrome's built-in trace viewer (about:tracing).
MIT License
373 stars 64 forks source link

Feature/concurrent flushing #23

Closed Liastre closed 4 years ago

hrydgard commented 4 years ago

Why closed?

Liastre commented 4 years ago

Hey @hrydgard there a race condition issue in case event acquired the pointer to buffer and then mtr_flush swap buffers. I have a solution and will reopen request after I apply the fix.