-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Change naming of ArborX labels #362
Comments
Agreed. I think we should consider using the same convention for view labels. ArborX/src/ArborX_LinearBVH.hpp Line 151 in 9a8ff40
or ArborX::BVH::BVH::morton forArborX/src/ArborX_LinearBVH.hpp Line 188 in 9a8ff40
|
I would prefer starting with something simple, e.g. |
Snippet from kernel timer on CabanaMD
|
@dalg24 Could you please post a result for space-time stack? I think that one may not look as good. |
|
Thank you. I think I would just go with |
We addressed all relevant issues (labels of parallel regions, profiling regions, views). |
@dalg24 noticed than when running ArborX integrated into an application, the performance timers for view construction/initialization/etc are using generic names like "counts". We should prefix ArborX labels. It could be as easy as prepending
arborx_
to the names, or more complex like including function names to prevent overlap.In addition, it is proposed that the region names follow the convention of using
::
instead of:
and naming second/third argument for the class/function they are in. For example,ArborX:BVH:spatial_queries:compute_permutation
becomesArborX::BVH::query::spatial::compute_permutation
or similar.Thoughts?
The text was updated successfully, but these errors were encountered: