Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Nuclei.Diagnostics: Allow grouping of timing results #2

Closed
pvandervelde opened this issue Dec 3, 2013 · 1 comment
Closed

Nuclei.Diagnostics: Allow grouping of timing results #2

pvandervelde opened this issue Dec 3, 2013 · 1 comment
Assignees

Comments

@pvandervelde
Copy link
Member

Currently timing results are automatically related to any active parent timings. This makes sense if (and only if) all these timings are actually related. However in modern multi-threaded applications it is not always the case that two timings are related.

An example is when performing initialization of one part of the application while also starting the UI. In this case the user could be performing UI actions while the initialization is still running, thereby linking the timing results of the initialization and the UI.

So it would be sensible if we could group timing results by area or something similar.

@ghost ghost assigned pvandervelde Dec 3, 2013
pvandervelde added a commit that referenced this issue Dec 4, 2013
… a specific timing belongs. This allows separating timings based on their logical area or grouping.

references issue #2
pvandervelde added a commit that referenced this issue Dec 4, 2013
@pvandervelde
Copy link
Member Author

Fixed in version 0.7.0.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant