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,7 @@
std::vector<std::string> const cmInstrumentationQuery::OptionString{
"staticSystemInformation", "dynamicSystemInformation", "cdashSubmit",
"cdashVerbose"
"cdashVerbose", "trace"
};
std::vector<std::string> const cmInstrumentationQuery::HookString{
"postGenerate", "preBuild", "postBuild",