18 map<string, std::shared_ptr<Worker>>&
24 map<string, std::shared_ptr<Worker>>
const&
34 std::vector<WorkerInPath>&& wips,
37 if (pc.
pathName() == PathContext::end_path()) {
39 actions, registry, pc,
move(wips),
nullptr, task_group);
42 actions, registry, pc,
move(wips), &pathResults_, task_group);
57 PathsInfo::paths()
const 63 PathsInfo::pathNames()
const 66 std::transform(
begin(paths_),
68 back_inserter(result),
69 [](
auto const& path) {
return path.name(); });
76 for (
auto const&
val : workers_) {
82 PathsInfo::reset_for_event()
89 PathsInfo::pathResults()
95 PathsInfo::incrementTotalEventCount()
101 PathsInfo::incrementPassedEventCount()
107 PathsInfo::passedEvents()
const 109 return passedEvents_.load();
113 PathsInfo::failedEvents()
const 115 return totalEvents_.load() - passedEvents_.load();
119 PathsInfo::totalEvents()
const 121 return totalEvents_.load();
end
while True: pbar.update(maxval-len(onlies[E][S])) #print iS, "/", len(onlies[E][S]) found = False for...
QTextStream & hex(QTextStream &s)
decltype(auto) constexpr size(T &&obj)
ADL-aware version of std::size.
auto const & pathName() const
QTextStream & reset(QTextStream &s)
#define TDEBUG_FUNC_SI(LEVEL, SI)
QTextStream & dec(QTextStream &s)
PathID pathID() const noexcept
decltype(auto) constexpr begin(T &&obj)
ADL-aware version of std::begin.
Namespace containing all the test actions.
std::string to_string(ModuleType const mt)