Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sof_perf_analyzer: fix incomplete pandas table printing
By default, pandas will only show part of the table in printing if the table have a row number greater than display.max_rows, or a column number greater than display.max_columns, This patch makes sure the whole pandas table is printed by setting display.max_rows and display.max_columns to None in printing context. Fixes: thesofproject#1117 Signed-off-by: Chao Song <[email protected]>
- Loading branch information