Project
Loading...
Searching...
No Matches
o2::framework::GraphvizHelpers Struct Reference

#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.
 

Detailed Description

Definition at line 22 of file GraphvizHelpers.h.

Member Typedef Documentation

◆ Devices

Definition at line 23 of file GraphvizHelpers.h.

Member Function Documentation

◆ dumpDataProcessorSpec2Graphviz()

void o2::framework::GraphvizHelpers::dumpDataProcessorSpec2Graphviz ( std::ostream &  ,
const WorkflowSpec specs,
std::vector< std::pair< int, int > > const &  edges = {} 
)
static

Helper to dump a workflow as a graphviz file.

Definition at line 26 of file GraphvizHelpers.cxx.

◆ dumpDeviceSpec2Graphviz()

void o2::framework::GraphvizHelpers::dumpDeviceSpec2Graphviz ( std::ostream &  ,
const Devices specs 
)
static

Helper to dump a set of devices as a graphviz file.

Definition at line 47 of file GraphvizHelpers.cxx.


The documentation for this struct was generated from the following files: