TestimoX

API Reference

Class

RuleProfiler

Namespace TestimoX.Profiling
Assembly TestimoX

Collects execution time information for rules.

Inheritance

  • Object
  • RuleProfiler

Constructors

Methods

public Void Start(String ruleName) #
Returns: Void

Starts profiling for the given rule name.

Parameters

ruleName System.String requiredposition: 0
public Void Stop(String ruleName) #
Returns: Void

Stops profiling for the given rule name.

Parameters

ruleName System.String requiredposition: 0

Properties

public IReadOnlyDictionary<String, TimeSpan> Results { get; } #

Gets the collected execution times.