Writes a start timing event to the VU event log.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
public void StartTiming(
string id
)
public void StartTiming(
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.
When
EndTiming(String) is called with the same
id, an
end timing
event is written to the VU event log. 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.