46#define STATS_PRINT_TIME(stats, value, description) \
48 if ((stats)->value > 0.0) { \
49 printf(" %s: %f (sec)\n", description, (stats)->value); \
53 printf(
"Subdivision surface statistics:\n");
55 STATS_PRINT_TIME(stats, topology_refiner_creation_time,
"Topology refiner creation time");
64#undef STATS_PRINT_TIME