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
Where it is clear that the below content has not read, the issue is likely to be closed with "please read the template". Please don't take offense at this. It is simply a time management decision. When someone raises an issue, without reading the template, then often too much time is spent going back and forth to obtain information that is outlined below.
You should already be a Patron
We are a patron
Is the proposal related to a problem
We have a lot of timings, and are trying to figure out performance measurements. This results in a lot of "nested timings", e.g.:
Method X took '23 ms'
Method Y took '25 ms'
Method Z took '27 ms'
In this case, it's hard to see why Z takes 27, but most time is taken by X.
A proposal would be to have an (optional) scope manager that checks the depth of a method timer. This could result in:
Method X took '23 ms'
Method Y took '25 ms'
Method Z took '27 ms'
Describe the solution
This would be an optional feature (disabled by default).
Happy to implement this myself as a PR.
The text was updated successfully, but these errors were encountered:
I came here looking to suggest this, so I could hierarchy my timings. I was going to suggest adding [CallerMemberName] to the method parameters so we could track what called the method in the first place.
Where it is clear that the below content has not read, the issue is likely to be closed with "please read the template". Please don't take offense at this. It is simply a time management decision. When someone raises an issue, without reading the template, then often too much time is spent going back and forth to obtain information that is outlined below.
You should already be a Patron
We are a patron
Is the proposal related to a problem
We have a lot of timings, and are trying to figure out performance measurements. This results in a lot of "nested timings", e.g.:
In this case, it's hard to see why Z takes 27, but most time is taken by X.
A proposal would be to have an (optional) scope manager that checks the depth of a method timer. This could result in:
Describe the solution
This would be an optional feature (disabled by default).
Happy to implement this myself as a PR.
The text was updated successfully, but these errors were encountered: