mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 06:40:48 -06: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,8 @@ public:
|
||||
StaticSystemInformation,
|
||||
DynamicSystemInformation,
|
||||
CDashSubmit,
|
||||
CDashVerbose
|
||||
CDashVerbose,
|
||||
Trace
|
||||
};
|
||||
static std::vector<std::string> const OptionString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user