Skip to content

Commit

Permalink
HPCC-29790 Ensure that time spend sleeping is recorded in the workunit
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday committed Jan 19, 2024
1 parent 5fafb3f commit 0eefc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecllibrary/std/system/Debug.ecl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

rtl := SERVICE
unsigned4 msTick() : eclrtl,library='eclrtl',entrypoint='rtlTick';
unsigned4 sleep(unsigned4 _delay) : eclrtl,action,library='eclrtl',entrypoint='rtlSleep';
unsigned4 sleep(unsigned4 _delay) : eclrtl,action,library='eclrtl',entrypoint='rtlSleep',time;
printStackReport(integer startIP) : cpp,action,library='jlib';
END;

Expand Down

0 comments on commit 0eefc47

Please sign in to comment.