Loading lib_com/count.h +1 −1 Original line number Diff line number Diff line Loading @@ -591,7 +591,7 @@ void BASOP_get_total_wmops( double *min, double *max, double *avg ); #define push_wmops( x ) { BASOP_push_wmops( x ); } #define pop_wmops() { BASOP_pop_wmops(); } #define update_wmops() { BASOP_frame_update(); } #define print_wmops() { WMOPS_output_all_std( 0 ); } #define print_wmops() { WMOPS_output_all_std( 0 ); WMOPS_destroy(); } #endif /* _COUNT_H */ Loading Loading
lib_com/count.h +1 −1 Original line number Diff line number Diff line Loading @@ -591,7 +591,7 @@ void BASOP_get_total_wmops( double *min, double *max, double *avg ); #define push_wmops( x ) { BASOP_push_wmops( x ); } #define pop_wmops() { BASOP_pop_wmops(); } #define update_wmops() { BASOP_frame_update(); } #define print_wmops() { WMOPS_output_all_std( 0 ); } #define print_wmops() { WMOPS_output_all_std( 0 ); WMOPS_destroy(); } #endif /* _COUNT_H */ Loading