Skip to content

Commit

Permalink
Merge pull request #19269 from shamser/issue32942
Browse files Browse the repository at this point in the history
HPCC-32942 Capture and report start timings for When activity

Reviewed-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Merged-by: Gavin Halliday <ghalliday@hpccsystems.com>
  • Loading branch information
ghalliday authored Nov 11, 2024
2 parents 288aa98 + e832edb commit 67facac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions thorlcr/activities/when/thwhenslave.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ class CWhenSlaveActivity : public CDependencyExecutorSlaveActivity
abortSoon = true;
}
}
virtual void start() override
{
ActivityTimer s(slaveTimerStats, timeActivities);
PARENT::start();
}
virtual bool isGrouped() const override { return input->isGrouped(); }
CATCH_NEXTROW()
{
Expand Down

0 comments on commit 67facac

Please sign in to comment.