endTiming

Writes an end timing event to the VU event log.

void endTiming(const string &id);

void endTiming(const string &id, bool pass);

Parameters

id: The identifier of the event.

pass: When set to false the timing is recorded as a failed timing.

Return Value

None.

Remarks

An event is written to the Virtual Users event log. The event has a time in milliseconds from the start of the Test run. This is set at the time of call to this method. The event is typed as an end timing and tagged with the identifier id.

Timings are similar to transactions but are measured and grouped separately in test results.

Example

endTiming("logon part 1");

See also: endTransaction

failTiming

getNumberOfWarmupIterations

resumeTransaction

startTiming

startTransaction

suspendTransaction

 

This topic was last updated on 2月 01, 2019, at 11:13:24 午前.

Eggplant icon Eggplant.io | Documentation Home | User Forums | Support | Copyright © 2019 Eggplant