Skip to content

Commit a45b845

Browse files
jbachorikCopilot
andauthored
Update ddprof-lib/src/main/cpp/flightRecorder.cpp
Co-authored-by: Copilot <[email protected]>
1 parent 76a3676 commit a45b845

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ddprof-lib/src/main/cpp/flightRecorder.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,7 @@ off_t Recording::finishChunk(bool end_recording) {
426426
writeCounters(_buf);
427427

428428
// Keep a simple stats for where we failed to unwind
429-
// For the sakes of simplicity we are not keeping the count of failed unwinds which would also be
430-
// just 'eventually consistent' because we do not want to block the unwinding while writing out the stats.
429+
// For the sake of simplicity we are not keeping the count of failed unwinds which would also be
431430
writeUnwindFailures(_buf);
432431

433432
for (int i = 0; i < CONCURRENCY_LEVEL; i++) {

0 commit comments

Comments
 (0)