Writes an end timing event to the VU event log.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
public void EndTiming(
string id
)
public void EndTiming(
string id
)
Parameters
- id
- Type: System String
The timing identifier.
The time in milliseconds since the start of the test run is recorded when this method is called.
The
StartTiming(String, VirtualUserScript) method should already
have been called with the same
id. eggPlant Performance uses the time difference between
the events to calculate the timing with the specified
id.
Timings are similar to transactions but are measured and grouped separately in test results.