diff --git a/source/blender/blenlib/PIL_time_utildefines.h b/source/blender/blenlib/PIL_time_utildefines.h index 03d69647b28..a9cf3351e32 100644 --- a/source/blender/blenlib/PIL_time_utildefines.h +++ b/source/blender/blenlib/PIL_time_utildefines.h @@ -104,6 +104,8 @@ } \ (void)0 +#define TIMEIT_BLOCK_VALUE(id) (float)(_timeit_var_##id) + #define TIMEIT_BLOCK_STATS(id) \ { \ printf("%s time (in seconds): %f\n", #id, _timeit_var_##id); \