aras-p / ClangBuildAnalyzer

Clang build analysis tool using -ftime-trace
The Unlicense
969 stars 60 forks source link

Add option to parse all JSON files #47

Closed ot closed 3 years ago

ot commented 4 years ago

The --start/--stop protocol is convenient to analyze incremental builds, but it's somewhat cumbersome to analyze from-scratch builds, especially if we want to zoom in on specific directories.

This commit adds an option --all that works like --stop except it doesn't need a --start, it will just analyze all the found JSON files.

ArekSredzki commented 3 years ago

@aras-p Could we please get this change into the mainline branch?