mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
instrumentation: Collect and record project build system metrics
Add a feature for collecting build instrumentation for CMake projects. Issue: #26099
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
#include "cmUVProcessChain.h"
|
||||
#include "cmUVStream.h"
|
||||
|
||||
class cmInstrumentation;
|
||||
|
||||
class cmInstallScriptHandler
|
||||
{
|
||||
public:
|
||||
@@ -19,7 +21,7 @@ public:
|
||||
cmInstallScriptHandler(std::string, std::string, std::string,
|
||||
std::vector<std::string>&);
|
||||
bool IsParallel();
|
||||
int Install(unsigned int j);
|
||||
int Install(unsigned int j, cmInstrumentation& instrumentation);
|
||||
std::vector<std::vector<std::string>> GetCommands() const;
|
||||
class InstallScript
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user