Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-12-21 18:36:02 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-21 18:36:02 +0300
commit103dd660573bb77b8917387bb2773a96de56fb38 (patch)
treeae8799b3f30fa2c04907efe5464542e3b69a705d /source/blender/depsgraph/DEG_depsgraph_debug.h
parentb38c0832596bee85cf88a62a1eb29e365dbcf99d (diff)
parent885bb5b137b5ea71869b741e6ee7acc1602ab5c6 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph_debug.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph_debug.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph_debug.h b/source/blender/depsgraph/DEG_depsgraph_debug.h
index 93487cce645..363749dab26 100644
--- a/source/blender/depsgraph/DEG_depsgraph_debug.h
+++ b/source/blender/depsgraph/DEG_depsgraph_debug.h
@@ -53,7 +53,14 @@ void DEG_stats_simple(const struct Depsgraph *graph,
/* ************************************************ */
/* Diagram-Based Graph Debugging */
-void DEG_debug_graphviz(const struct Depsgraph *graph, FILE *stream, const char *label);
+void DEG_debug_relations_graphviz(const struct Depsgraph *graph,
+ FILE *stream,
+ const char *label);
+
+void DEG_debug_stats_gnuplot(const struct Depsgraph *graph,
+ FILE *stream,
+ const char *label,
+ const char *output_filename);
/* ************************************************ */