android13/external/perfetto/test/stress_test/configs/xxl_packets.cfg

23 lines
460 B
INI

# Four threads writing large and nested packets of 32MB each every second.
num_processes: 1
num_threads: 4
max_events: 5
nesting: 2
# Each writer will write packets of 16 MB ((1 + nesting=1) x payload 8MB)
steady_state_timings {
rate_mean: 1
payload_mean: 8000000
payload_write_time_ms: 100
}
trace_config {
duration_ms: 10000
buffers {
size_kb: 500000
fill_policy: DISCARD
}
data_sources { config { name: "perfetto.stress_test" } }
}