Skip to content

Store events in thread local buffer in simple format, convert to proto when flushing #3

@dsharlet

Description

@dsharlet

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions