You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of encoding a protobuf directly into the thread local buffer, we could just record a simple struct of events, and generate the protobuf when flushing to the file.
This would reduce overhead in the tracing functions, but would cause flushes to be slower instead. There are pros and cons to this.
The text was updated successfully, but these errors were encountered:
Instead of encoding a protobuf directly into the thread local buffer, we could just record a simple struct of events, and generate the protobuf when flushing to the file.
This would reduce overhead in the tracing functions, but would cause flushes to be slower instead. There are pros and cons to this.
The text was updated successfully, but these errors were encountered: