Example: lr.start_sub_transaction

The following example starts the Login sub-transaction within the parent Test transaction.

lr.start_sub_transaction("Login","Test");

lr.think_time(2);