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

Add extra info to entries in flame graph #12

Closed MetanoKid closed 4 years ago

MetanoKid commented 4 years ago

Google Chrome's trace format allows for extra arguments on each entry via args dictionary.

It would be interesting to list compiler's command-line or other kind of info there. Useful for showing SimpleEvent data within their parents.