aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/buildgraphloader.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-01-24 14:07:02 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2017-01-24 14:11:50 +0000
commitab89e84d71b277744df98a7037263e7bd44efbeb (patch)
tree1e0e963160d0feac975039bbc84e65fed62b6636 /src/lib/corelib/buildgraph/buildgraphloader.h
parent1c8253301d1183eb11234f5cce6cf0882a7e9842 (diff)
Change tracking: Gather more data about the cost of operations
Change-Id: I0abe6e177027d50bb38eb3481f16580a4ed836dc Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/lib/corelib/buildgraph/buildgraphloader.h')
-rw-r--r--src/lib/corelib/buildgraph/buildgraphloader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/corelib/buildgraph/buildgraphloader.h b/src/lib/corelib/buildgraph/buildgraphloader.h
index 113c5cc1e..c64b05c16 100644
--- a/src/lib/corelib/buildgraph/buildgraphloader.h
+++ b/src/lib/corelib/buildgraph/buildgraphloader.h
@@ -137,6 +137,7 @@ private:
QProcessEnvironment m_environment;
QStringList m_artifactsRemovedFromDisk;
qint64 m_wildcardExpansionEffort;
+ qint64 m_propertyComparisonEffort;
// These must only be deleted at the end so we can still peek into the old look-up table.
QList<FileResourceBase *> m_objectsToDelete;