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

Chrome trace's end events don't require the name property #15

Closed MetanoKid closed 4 years ago

MetanoKid commented 4 years ago

We could save some file space by removing redundant data like the name in end events (whose ph is E).

They are only needed if you're streaming data and want to override the name provided in its matching begin event (whose ph is B).