22 std::shared_ptr<YGNode> node,
23 std::shared_ptr<const YGConfig>
config,
24 std::vector<std::shared_ptr<YogaNodeAndConfig>> children)
31 std::vector<std::shared_ptr<YogaNodeAndConfig>>
children_;
float YGMeasureMode float YGMeasureMode float YGMeasureMode float float float float float YGConfigRef config
Definition YGNode.h:302
Definition Benchmark.cpp:19
Definition Benchmark.h:34
std::chrono::steady_clock::duration treeCreationDuration
Definition Benchmark.h:35
std::chrono::steady_clock::duration layoutDuration
Definition Benchmark.h:36
Definition Benchmark.h:20
std::shared_ptr< const YGConfig > config_
Definition Benchmark.h:30
std::vector< std::shared_ptr< YogaNodeAndConfig > > children_
Definition Benchmark.h:31
YogaNodeAndConfig(std::shared_ptr< YGNode > node, std::shared_ptr< const YGConfig > config, std::vector< std::shared_ptr< YogaNodeAndConfig > > children)
Definition Benchmark.h:21
std::shared_ptr< YGNode > node_
Definition Benchmark.h:29