Loading lib_com/count.c +0 −6 Original line number Diff line number Diff line Loading @@ -1070,10 +1070,6 @@ Word32 BASOP_get_wops( void ) } #ifdef WMOPS static Word32 prom_cnt = 0; #endif void WMOPS_destroy( void ) { #ifdef WMOPS Loading Loading @@ -1107,7 +1103,6 @@ void WMOPS_output_all( Word16 dtx_mode ) char *sfmt = "%-40s %8s %8s %7s %7s %7s %7s %7s\n"; char *dfmt = "%-40s %8.2f %8.3f %7.3f %7.3f %7.3f %7.3f %7.3f\n"; fprintf( stderr, "\nProgram Memory Analysis: %12.0f words\n", (float) prom_cnt ); /*fprintf (stderr, "\nInstruction Type Analysis (for worst case frame):\n\n");*/ fprintf( stderr, "\nInstruction Type Analysis (for worst case frame number %ld):\n\n", (long int) nbframe[0] ); /* added -- JPA */ for ( i = 0; i < (int) ( sizeof( BasicOperationList ) / sizeof( char * ) ); i++ ) Loading Loading @@ -1261,7 +1256,6 @@ void WMOPS_output_all_std( Word16 dtx_mode ) char *sfmt = "%-40s %8s %8s %7s %7s %7s %7s %7s\n"; char *dfmt = "%-40s %8.2f %8.3f %7.3f %7.3f %7.3f %7.3f %7.3f\n"; fprintf( stdout, "\nProgram Memory Analysis: %12.0f words\n", (float) prom_cnt ); /*fprintf (stdout, "\nInstruction Type Analysis (for worst case frame):\n\n");*/ fprintf( stdout, "\nInstruction Type Analysis (for worst case frame number %ld):\n\n", (long int) nbframe[0] ); /* added -- JPA */ if ( nbframe[0] > 0 ) Loading Loading
lib_com/count.c +0 −6 Original line number Diff line number Diff line Loading @@ -1070,10 +1070,6 @@ Word32 BASOP_get_wops( void ) } #ifdef WMOPS static Word32 prom_cnt = 0; #endif void WMOPS_destroy( void ) { #ifdef WMOPS Loading Loading @@ -1107,7 +1103,6 @@ void WMOPS_output_all( Word16 dtx_mode ) char *sfmt = "%-40s %8s %8s %7s %7s %7s %7s %7s\n"; char *dfmt = "%-40s %8.2f %8.3f %7.3f %7.3f %7.3f %7.3f %7.3f\n"; fprintf( stderr, "\nProgram Memory Analysis: %12.0f words\n", (float) prom_cnt ); /*fprintf (stderr, "\nInstruction Type Analysis (for worst case frame):\n\n");*/ fprintf( stderr, "\nInstruction Type Analysis (for worst case frame number %ld):\n\n", (long int) nbframe[0] ); /* added -- JPA */ for ( i = 0; i < (int) ( sizeof( BasicOperationList ) / sizeof( char * ) ); i++ ) Loading Loading @@ -1261,7 +1256,6 @@ void WMOPS_output_all_std( Word16 dtx_mode ) char *sfmt = "%-40s %8s %8s %7s %7s %7s %7s %7s\n"; char *dfmt = "%-40s %8.2f %8.3f %7.3f %7.3f %7.3f %7.3f %7.3f\n"; fprintf( stdout, "\nProgram Memory Analysis: %12.0f words\n", (float) prom_cnt ); /*fprintf (stdout, "\nInstruction Type Analysis (for worst case frame):\n\n");*/ fprintf( stdout, "\nInstruction Type Analysis (for worst case frame number %ld):\n\n", (long int) nbframe[0] ); /* added -- JPA */ if ( nbframe[0] > 0 ) Loading