Searched refs:cs2_total (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dconstructor_stats.h191 int cs2_total = cs2.default_constructions + cs2.copy_constructions + cs2.move_constructions + (int) cs2._values.size(); local
192 if (cs2_total > cs1_total) return cs2;

Completed in 10 milliseconds