Files
rocm-systems/omnitrace.cfg
T

20 lines
430 B
INI
Raw Normal View History

2022-05-10 17:30:45 -05:00
# perfetto --out OUTPUT_FILE --txt -c omnitrace.cfg
2022-05-11 15:05:09 -05:00
# 5 minute trace, but can be stopped prematurely.
duration_ms: 300000
2021-08-06 13:08:57 -05:00
write_into_file: true
file_write_period_ms: 100
flush_period_ms: 100
# 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 {
2022-05-25 00:35:02 -05:00
name: "track_event"
2021-08-06 13:08:57 -05:00
}
}