You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Csaba Nemes edited this page Oct 13, 2015
·
1 revision
For custom adapters there is a breaking change in the adapter's interface from version 1.1 to 1.2.
The signature of TraceLeave changed; instead of the duration ticks it now contains two long entries one for the start ticks of the method and one for the end ticks. Duration can be derived as the difference between the two.