From: Mike G. v. a. <we...@ma...> - 2005-06-22 15:16:18
|
Log Message: ----------- Added documentation to writeTimingLogEntry Modified Files: -------------- webwork-modperl/lib/WeBWorK: Utils.pm Revision Data ------------- Index: Utils.pm =================================================================== RCS file: /webwork/cvs/system/webwork-modperl/lib/WeBWorK/Utils.pm,v retrieving revision 1.62 retrieving revision 1.63 diff -Llib/WeBWorK/Utils.pm -Llib/WeBWorK/Utils.pm -u -r1.62 -r1.63 --- lib/WeBWorK/Utils.pm +++ lib/WeBWorK/Utils.pm @@ -576,6 +576,8 @@ # $beginEnd - the string "begin", "intermediate", or "end" # use the intermediate step begun or completed for INTERMEDIATE # use an empty string for $details when calling for END +# Information printed in format: +# [formatted date & time ] processID unixTime BeginEnd $function $details sub writeTimingLogEntry($$$$) { my ($ce, $function, $details, $beginEnd) = @_; return unless defined $ce->{webworkFiles}->{logs}->{timing}; |