MetanoKid / cpp-build-analyzer

Analyzes MSVC C++ compilations with C++ Build Insights SDK
GNU General Public License v3.0
80 stars 2 forks source link

Adds filtering analyzer to reduce timeline output size #24

Closed MetanoKid closed 4 years ago

MetanoKid commented 4 years ago

Includes filtering for Function activities that take less than a given time.

MetanoKid commented 4 years ago

A new command-line option has been added, but it's not present in the README.md.

MetanoKid commented 4 years ago

It would be useful replicating this behavior for TemplateInstantiation activities.

MetanoKid commented 4 years ago

Ready.