Skip to content

Commit

Permalink
HPCC-32934 Capture and report starting timings for ExternalActivity
Browse files Browse the repository at this point in the history
Signed-off-by: Shamser Ahmed <[email protected]>
  • Loading branch information
shamser committed Nov 4, 2024
1 parent 0e602df commit 8af75ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thorlcr/activities/external/thexternalslave.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class CExternalSlaveActivity : public CSlaveActivity
}
virtual void start() override
{
ActivityTimer t(slaveTimerStats, timeActivities);
//Cannot call base base start because that will error if > 1 input
startAllInputs();
dataLinkStart();
Expand Down

0 comments on commit 8af75ba

Please sign in to comment.