6755fa3a36
git-subtree-dir: projects/rocprofiler-systems git-subtree-mainline:ee9e74df21git-subtree-split:92e1d84c72
16 wiersze
312 B
INI
16 wiersze
312 B
INI
# perfetto --out OUTPUT_FILE --txt -c perfetto.cfg
|
|
write_into_file: true
|
|
|
|
# One buffer allocated within the central tracing binary for the entire trace,
|
|
# shared by the two data sources below.
|
|
buffers {
|
|
size_kb: 102400000
|
|
fill_policy: RING_BUFFER
|
|
}
|
|
|
|
data_sources {
|
|
config {
|
|
name: "track_event"
|
|
}
|
|
}
|