Record timing information for a particular position.
Record timing information for a particular position. Note that a position may record multiple timing events, which should be aggregated according to simple summary statistics.
Please note the following:
kx = 303 seconds where 263 - 1 = sum i from 0 to k, x2 x > 0 k = 10000 (an arbitrary, plausible iteration count)
This is to say that, for a particular position which is hit 10,000 times, the total time spent in that particular position must be bounded by 303 seconds to avoid signed Long value overflow. Conveniently, our query timeout is 300 seconds, so this is not an issue.
This reports a error to the user.
This reports a error to the user. Depending on the implementation, this may also stop computation completely.
Report an informational message to the user.
Report an informational message to the user.
Report an information message for internal use only
Report an information message for internal use only
Report a warning to the user.
Report a warning to the user.