resumeTransaction
Resumes the timing of a transaction.
void resumeTransaction(const string &id);
Parameters
id: The identifier of the transaction.
Return Value
None.
Remarks
This call, together with suspendTransaction, is used to exclude code from a timed transaction.
See suspendTransaction for usage.
Example
resumeTransaction("logon");
See also: endTransaction