Re: [PATCH 3/9] scripts/performance: Refactor dissect.py

2020-09-02 Thread Aleksandar Markovic
On Friday, August 28, 2020, Ahmed Karaman wrote: > - Apply pylint and flake8 formatting rules to the script. > - Move syntax and usage exmaple to main() docstring. > - Update get_jit_line() to only detect the main jit call. > - Use mypy for specifying parameters and return types in functions. >

[PATCH 3/9] scripts/performance: Refactor dissect.py

2020-08-28 Thread Ahmed Karaman
- Apply pylint and flake8 formatting rules to the script. - Move syntax and usage exmaple to main() docstring. - Update get_jit_line() to only detect the main jit call. - Use mypy for specifying parameters and return types in functions. Signed-off-by: Ahmed Karaman ---