kernelfoundry.gui.kernel_graph¶
Page for showing a graph of kernel evolution for a given job/task/user, with interactive node selection to view details.
Functions
|
Build graph data and compute tree layout using networkx and pygraphviz |
|
Build graph data without edges, only nodes based on kernel IDs |
|
Page showing a graph of kernel evolution for a given job/task/user, with interactive node selection to view details. |
|
Calculate node size from runtime using log scaling, with adaptive sizes based on node count |
- kernelfoundry.gui.kernel_graph.size_from_runtime(rt, min_rt, max_rt, node_count)[source]¶
Calculate node size from runtime using log scaling, with adaptive sizes based on node count
- kernelfoundry.gui.kernel_graph.build_graph_with_layout(kernels)[source]¶
Build graph data and compute tree layout using networkx and pygraphviz