Use of tracy with hpx #6571
Replies: 3 comments
-
I don't know anything about tracy myself, but I'll try to find the time to have a look. We have integrated other tools before, so I don't think this is a major issue. |
Beta Was this translation helpful? Give feedback.
-
From what I can see, we could integrate Tracy with HPX to:
Would you be interested in working on this? We'd be more than happy to guide you and to help, if needed. |
Beta Was this translation helpful? Give feedback.
-
I was actually looking for something like tracy last week, so I'm interested in this. Thanks Alex for bringing this into my attention :) |
Beta Was this translation helpful? Give feedback.
-
Hello together,
does anyone have experience with using the profiler tracy together with hpx?
I am working with a code base that currently uses a very simple thread pool (https://github.com/bshoshany/thread-pool), but I am considering switching to hpx because we are reaching the thread pools limits. Switching the functionality to hpx has been actually pretty easy (mainly using the parallel variants of hpx::ranges::*), but I have not found a way to get tracy working although I suspect this should be possible as tracy has fiber support.
Thanks a lot,
Alex
Beta Was this translation helpful? Give feedback.
All reactions