Transaction Functions

Click one of the following functions for more information:

Marks the end of a sub-transaction.
Marks the end of a transaction.
lr.get_transaction_durationGets the duration of a transaction by its name.
lr.get_transaction_statusGets the status of a transaction by its name.
lr.get_transaction_think_timeGets the think_time of a transaction by its name.
lr.get_transaction_wasted_timeGets the wasted time of a transaction by its name.
Creates a completed transaction.
Sets the status of open transactions.
Starts a sub-transaction specified by its parent's name.
Marks the beginning of a transaction.
Sets the wasted time for all open transactions.