mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-10 17:14:10 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user