Skip to content

Commit

Permalink
HPCC-32942 Capture and report start timings for When activity
Browse files Browse the repository at this point in the history
Signed-off-by: Shamser Ahmed <[email protected]>
  • Loading branch information
shamser committed Nov 5, 2024
1 parent 0e602df commit e832edb
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 e832edb

Please sign in to comment.