Improved Scheduler diagnosis
Compare changes
Files
2@@ -82,6 +82,14 @@ protected:
@@ -82,6 +82,14 @@ protected:
std::chrono::time_point<std::chrono::high_resolution_clock> end; /** Actual end time of execution */
@@ -179,7 +187,7 @@ protected:
@@ -179,7 +187,7 @@ protected:
std::set<std::shared_ptr<Node>> getConsumers(const std::set<std::shared_ptr<Node>>& producers) const;
@@ -233,4 +241,23 @@ protected:
@@ -233,4 +241,23 @@ protected: