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_duration | Gets the duration of a transaction by its name. |
lr.get_transaction_status | Gets the status of a transaction by its name. |
lr.get_transaction_think_time | Gets the think_time of a transaction by its name. |
lr.get_transaction_wasted_time | Gets 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. |