instrumentation: Add Google trace output

Add a feature to parse snippets into a trace file compatible with the
Google Trace Event Format.

Fixes: #26674
This commit is contained in:
Tyler Yankee
2025-08-28 09:54:13 -04:00
parent b6dcbc4387
commit bf52fbfbc4
19 changed files with 489 additions and 70 deletions

View File

@@ -17,7 +17,8 @@ public:
StaticSystemInformation,
DynamicSystemInformation,
CDashSubmit,
CDashVerbose
CDashVerbose,
Trace
};
static std::vector<std::string> const OptionString;