Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Adam,
I have not fixed the following pep8 error:
opt-viewer.py:5:80: E501 line too long (84 characters)
As I was not sure if we want these lines wrapped to 80 chars or not:
desc = '''Generate HTML output to visualize optimization records from the YAML files generated with -fsave-optimization-record and -fdiagnostics-show-hotness. The tools requires PyYAML and Pygments Python packages.'''
Thanks,
Mandeep