|
Blender V5.0
|
#include "DEG_depsgraph_debug.hh"#include <algorithm>#include <cstdarg>#include "BLI_compiler_attrs.h"#include "BLI_math_base.h"#include "intern/depsgraph.hh"#include "intern/node/deg_node_id.hh"#include "DNA_ID.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::deg |
Macros | |
| #define | NL "\r\n" |
Functions | |
| void | DEG_debug_stats_gnuplot (const Depsgraph *depsgraph, FILE *fp, const char *label, const char *output_filename) |
| #define NL "\r\n" |
Definition at line 22 of file deg_debug_stats_gnuplot.cc.
Referenced by blinn_specular(), shadow_ray_offset(), studiolight_lights_eval(), and wrapped_lighting().
| void DEG_debug_stats_gnuplot | ( | const Depsgraph * | depsgraph, |
| FILE * | fp, | ||
| const char * | label, | ||
| const char * | output_filename ) |
Definition at line 138 of file deg_debug_stats_gnuplot.cc.
References depsgraph.