We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a3676 commit a45b845Copy full SHA for a45b845
ddprof-lib/src/main/cpp/flightRecorder.cpp
@@ -426,8 +426,7 @@ off_t Recording::finishChunk(bool end_recording) {
426
writeCounters(_buf);
427
428
// 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.
+ // For the sake of simplicity we are not keeping the count of failed unwinds which would also be
431
writeUnwindFailures(_buf);
432
433
for (int i = 0; i < CONCURRENCY_LEVEL; i++) {
0 commit comments