summaryrefslogtreecommitdiff
path: root/src/buildtool/common/statistics.hpp
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2024-09-30 12:16:43 +0200
committerMaksim Denisov <denisov.maksim@huawei.com>2024-10-07 13:37:39 +0200
commitce23db59c6399199fa55b4b7dc8880522e2f1bca (patch)
tree5b77d3c84289f023cbe6f4a81cf391a0087fe660 /src/buildtool/common/statistics.hpp
parente5d7cb5ce5b9cc40b0c56b18980a4234118c1739 (diff)
downloadjustbuild-ce23db59c6399199fa55b4b7dc8880522e2f1bca.tar.gz
Enable readability-redundant-member-init check.
Diffstat (limited to 'src/buildtool/common/statistics.hpp')
-rw-r--r--src/buildtool/common/statistics.hpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/buildtool/common/statistics.hpp b/src/buildtool/common/statistics.hpp
index ed2c3afb..7bbd8d8b 100644
--- a/src/buildtool/common/statistics.hpp
+++ b/src/buildtool/common/statistics.hpp
@@ -91,19 +91,19 @@ class Statistics {
}
private:
- std::atomic<int> num_actions_queued_{};
- std::atomic<int> num_actions_executed_{};
- std::atomic<int> num_actions_cached_{};
- std::atomic<int> num_actions_flaky_{};
- std::atomic<int> num_actions_flaky_tainted_{};
- std::atomic<int> num_rebuilt_actions_missing_{};
- std::atomic<int> num_rebuilt_actions_compared_{};
- std::atomic<int> num_exports_cached_{};
- std::atomic<int> num_exports_uncached_{};
- std::atomic<int> num_exports_not_eligible_{};
- std::atomic<int> num_exports_found_{};
- std::atomic<int> num_exports_served_{};
- std::atomic<int> num_trees_analysed_{};
+ std::atomic<int> num_actions_queued_;
+ std::atomic<int> num_actions_executed_;
+ std::atomic<int> num_actions_cached_;
+ std::atomic<int> num_actions_flaky_;
+ std::atomic<int> num_actions_flaky_tainted_;
+ std::atomic<int> num_rebuilt_actions_missing_;
+ std::atomic<int> num_rebuilt_actions_compared_;
+ std::atomic<int> num_exports_cached_;
+ std::atomic<int> num_exports_uncached_;
+ std::atomic<int> num_exports_not_eligible_;
+ std::atomic<int> num_exports_found_;
+ std::atomic<int> num_exports_served_;
+ std::atomic<int> num_trees_analysed_;
};
#endif // INCLUDED_SRC_BUILDTOOL_COMMON_STATISTICS_HPP