Blender
V5.0
source
blender
depsgraph
intern
eval
deg_eval_stats.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2017 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9
#pragma once
10
11
namespace
blender::deg
{
12
13
struct
Depsgraph
;
14
15
/* Aggregate operation timings to overall component and ID nodes timing. */
16
void
deg_eval_stats_aggregate
(
Depsgraph
*graph);
17
18
}
// namespace blender::deg
blender::deg
Definition
DEG_depsgraph_light_linking.hh:14
blender::deg::deg_eval_stats_aggregate
void deg_eval_stats_aggregate(Depsgraph *graph)
Definition
deg_eval_stats.cc:20
blender::deg::Depsgraph
Definition
depsgraph.hh:48
Generated on
for Blender by
doxygen
1.16.1