Skip to content

Commit

Permalink
Merge pull request #19265 from shamser/issue32934
Browse files Browse the repository at this point in the history
HPCC-32934 Capture and report starting timings for ExternalActivity

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 69a550d + 8af75ba commit 288aa98
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 288aa98

Please sign in to comment.