background image
<< C Compiler | Function Splitting >>
<< C Compiler | Function Splitting >>

threshold level

Configuring VuGen
Creating Vuser Scripts
457
Automatic Transactions
You can instruct VuGen to insert a transaction around every lrd_exec and
lrd_fetch function that it inserts into a script.
When these options are set to ON, VuGen inserts an lr_start_transaction and
lr_end_transaction statement around every lrd_exec or lrd_fetch function. The
default value is OFF.
Think Time
VuGen automatically records the operator's think time. You can set a threshold
level, below which the recorded think time will be ignored.
If the recorded think time exceeds the threshold level, VuGen places an
lr_think_time statement before LRD functions. If the recorded think time is below
the threshold level, an lr_think_time statement is not generated. The default
value is five seconds.
AutoLrExecTrans=OFF/ON
AutoLrFetchTrans=OFF/ON
LrThinkTimeThreshold=5