[PATCH 2/9] scripts/performance: Refactor topN_callgrind.py

2020-09-07 Thread Aleksandar Markovic
On Friday, August 28, 2020, Ahmed Karaman wrote: > - Apply pylint and flake8 formatting rules to the script. > - Use 'tempfile' instead of '/tmp' for creating temporary files. > > Reviewed-by: Aleksandar Markovic Reply Reply all Forward View Gmail in: *Mobile* | Older version

[PATCH 2/9] scripts/performance: Refactor topN_callgrind.py

2020-08-28 Thread Ahmed Karaman
- Apply pylint and flake8 formatting rules to the script. - Use 'tempfile' instead of '/tmp' for creating temporary files. Signed-off-by: Ahmed Karaman --- scripts/performance/topN_callgrind.py | 169 +- 1 file changed, 87 insertions(+), 82 deletions(-) diff