You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: perfetto_flags.aconfig
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,3 +56,10 @@ flag {
56
56
bug: "448604718"
57
57
is_fixed_read_only: true
58
58
}
59
+
flag {
60
+
name: "sma_prevent_duplicate_immediate_flushes"
61
+
namespace: "perfetto"
62
+
description: "Controls whether SharedMemoryArbiter will prevent posting duplicate immediate flush tasks when the shared memory buffer is more than half full. When enabled, only one immediate flush task is posted until it completes, preventing excessive CPU usage from task runner spam."
0 commit comments