![]() |
Project
|
#include <GraphvizHelpers.h>
Public Types | |
using | Devices = std::vector< DeviceSpec > |
Static Public Member Functions | |
static void | dumpDataProcessorSpec2Graphviz (std::ostream &, const WorkflowSpec &specs, std::vector< std::pair< int, int > > const &edges={}) |
Helper to dump a workflow as a graphviz file. | |
static void | dumpDeviceSpec2Graphviz (std::ostream &, const Devices &specs) |
Helper to dump a set of devices as a graphviz file. | |
Definition at line 22 of file GraphvizHelpers.h.
using o2::framework::GraphvizHelpers::Devices = std::vector<DeviceSpec> |
Definition at line 23 of file GraphvizHelpers.h.
|
static |
Helper to dump a workflow as a graphviz file.
Definition at line 26 of file GraphvizHelpers.cxx.
|
static |
Helper to dump a set of devices as a graphviz file.
Definition at line 47 of file GraphvizHelpers.cxx.