We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef1ee2 commit 220e1e7Copy full SHA for 220e1e7
1 file changed
perf/reader.go
@@ -50,6 +50,7 @@ type Record struct {
50
LostSamples uint64
51
52
// The minimum number of bytes remaining in the per-CPU buffer after this Record has been read.
53
+ // Negative for overwritable buffers.
54
Remaining int
55
}
56
0 commit comments