Skip to content

Commit

Permalink
ref(profiling): Remove sample buffer from profiler (#1791)
Browse files Browse the repository at this point in the history
The sample buffer kept 30s of samples around in memory. This introduces a
noticeable memory overhead on systems with less memory available. This change
removes the buffer and directly writes to the profile itself where the sample is
processed on the fly instead of at the end.
  • Loading branch information
Zylphrex committed Jan 10, 2023
1 parent 2f67f12 commit b300b10
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 619 deletions.

0 comments on commit b300b10

Please sign in to comment.