Skip to content

Commit

Permalink
DependencyGraph: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Feb 4, 2017
1 parent f191a10 commit 079c089
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions FWCore/Services/plugins/DependencyGraph.cc
@@ -1,3 +1,15 @@
/*
* Simple Service to make a GraphViz graph of the modules runtime dependencies:
* - draw hard dependencies according to the "consumes" dependencies;
* - draw soft dependencies to reflect the order of scheduled modue in each path;
* - draw SubProcesses in subgraphs.
*
* Use GraphViz dot to generate an SVG representation of the dependencies:
*
* dot -v -Tsvg dependency.gv -o dependency.svg
*
*/

#include <iostream>
#include <vector>
#include <string>
Expand Down

0 comments on commit 079c089

Please sign in to comment.