Users might want the flow chart ascent can generate:
|
// m_workspace.graph().save_dot_html("ascent_flow_graph.html"); |
also make it easier for me to not have to remember where this line is when I want to comment it back in
I thought it being in ascent_options would be a good fit, but can be convinced otherwise
Users might want the flow chart ascent can generate:
ascent/src/libs/ascent/runtimes/ascent_main_runtime.cpp
Line 2154 in 41b58a5
also make it easier for me to not have to remember where this line is when I want to comment it back in
I thought it being in ascent_options would be a good fit, but can be convinced otherwise