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

Removes redundant "name" property from End events in Chrome trace #16

Closed MetanoKid closed 4 years ago

MetanoKid commented 4 years ago

They are supported in case you're streaming data and want to change the name you set in the Start event, but we've got all data upfront

Closes #15.