Skip to content

Commit

Permalink
Adding poll_timers_interval_us as a new valid option to AIE trace (#8445
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jvillarre authored Sep 23, 2024
1 parent 1c40596 commit 8e97a3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ namespace xdp {
"start_type", "start_time", "start_iteration", "end_type",
"periodic_offload", "reuse_buffer", "buffer_size",
"buffer_offload_interval_us", "file_dump_interval_s",
"enable_system_timeline"
"enable_system_timeline", "poll_timers_interval_us"
};
const std::map<std::string, std::string> deprecatedSettings {
{"aie_trace_metrics", "AIE_trace_settings.graph_based_aie_tile_metrics or tile_based_aie_tile_metrics"},
Expand Down

0 comments on commit 8e97a3c

Please sign in to comment.