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
I'm not sure if this is the correct place to report TBB profiler problems, but I couldn't find anywhere else.
I'm attempting to use the Flow Graph Analyzer (FGA) to profile my TBB FlowGraph code. But my custom flowGraph names are not appearing in the generated output.
Version
traceml version : "2020.1.1.17863"
graphml version : "2020.1.1.17863"
TBB version : "2021.11.0"
Environment
12 core AMD machine
Windows 10 Enterprise, v22H2
MSVC 4.8.09037
Observed Behavior
I'm using the following API to name my nodes and flow graphs to help with visualization:
Another related trace issue - timestamps in FGA on Windows are 100 times too small. E.g. the tool shows the runtime of my trace as 4.6ms, but the actual runtime is 463ms.
There's also a crash bug: In my environment, calling tbb::profiling::event::emit(std::string&), causes FGA to crash when loading the capture.
Thanks for the response. I didn't see that note, that's bad news! I only recently downloaded Intel Advisor, and it was 2024.2 and it still includes FGA. I guess Intel haven't got around to removing it yet.
The page you linked says to check the FAQ for more details, but I can't find it. Do you know where it is? Hopefully the FGA functionality will be integrated into another tool, but maybe this is wishful thinking. I was hoping to make more use of flow graphs, but the documentation is incomplete, and it seems like the tooling is being dropped.
Summary
I'm not sure if this is the correct place to report TBB profiler problems, but I couldn't find anywhere else.
I'm attempting to use the Flow Graph Analyzer (FGA) to profile my TBB FlowGraph code. But my custom flowGraph names are not appearing in the generated output.
Version
traceml version : "2020.1.1.17863"
graphml version : "2020.1.1.17863"
TBB version : "2021.11.0"
Environment
Observed Behavior
I'm using the following API to name my nodes and flow graphs to help with visualization:
In the generated .graphml file, I see correctly named function nodes, but all my graphs have auto generated names, which makes it hard to navigate.
There is no custom graph name in the xml export. In this case, the graph name appears only as "g15", when it should be "CustomGraphName".
Expected Behavior
I would expect that the graph would have its custom name in the XML, and that name would be used in the FGA tool to identify flowGraphs by name.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: