Changes in / [5103d7a:3fe98b7]


Ignore:
Location:
doc/generic_types/evaluation
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified doc/generic_types/evaluation/Makefile

    r5103d7a r3fe98b7  
    6161        @echo '## C ##'
    6262        @/usr/bin/time -f 'max_memory:\t%M kilobytes' ./c-bench
    63         @printf 'source_size:\t%8d lines\n' `cat c-bench.c bench.h c-stack.h c-stack.c | wc -l`
     63        @printf 'source_size:\t%8d lines\n' `cat c-bench.c bench.h c-stack.{h,c} c-pair.{h,c} c-print.{h,c} | wc -l`
    6464        @printf 'binary_size:\t%8d bytes\n' `stat -c %s c-bench`
    6565
     
    8282        @echo '## C++ virtual ##'
    8383        @/usr/bin/time -f 'max_memory:\t%M kilobytes' ./cpp-vbench
    84         @printf 'source_size:\t%8d lines\n' `cat cpp-vbench.cpp bench.hpp object.hpp cpp-vstack.hpp cpp-vstack.cpp | wc -l`
     84        @printf 'source_size:\t%8d lines\n' `cat cpp-vbench.cpp bench.hpp object.hpp cpp-vstack.{hpp,cpp} cpp-vprint.hpp | wc -l`
    8585        @printf 'binary_size:\t%8d bytes\n' `stat -c %s cpp-vbench`
    8686
Note: See TracChangeset for help on using the changeset viewer.