A method for increasing debug log performance uses pre-logging subroutines, i.e., helper methods, to pass multiple elements of a string message as separate parameters. The helper methods typically determine whether a debug logging system is enabled at a specific logging level before allocating memory or CPU resources for string concatenation. If the debug logging system is disabled, the method returns to the client program without allocating resources to concatenate and log the message, thus significantly increasing debug log performance.

 
Web www.patentalert.com

< Diagnostic method and article for identifying significant events

< Eliminating store/restores within hot function prolog/epilogs using volatile registers

> System for computing an estimate execution time by totaling the time value base on an architecture or a software operating environment

> Dynamic site browser

~ 00210