Closed ericprez closed 7 years ago
24314183c09557d380142788d31c440093acd6da adds code to record timing information for each node. The timing information is accessible using the get_timing
method, or the tim
attribute-style accessor (may change).
There should also be some method of visualizing the timing information. Probably using colors or node sizes when rendering the DAG. I've created a new issue for that. (#18)
Would be nice if users could profile nodes to determine which part of the graph is driving total computation time.