Changes in / [5103d7a:3fe98b7]
- Location:
- doc/generic_types/evaluation
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified doc/generic_types/evaluation/Makefile ¶
r5103d7a r3fe98b7 61 61 @echo '## C ##' 62 62 @/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` 64 64 @printf 'binary_size:\t%8d bytes\n' `stat -c %s c-bench` 65 65 … … 82 82 @echo '## C++ virtual ##' 83 83 @/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` 85 85 @printf 'binary_size:\t%8d bytes\n' `stat -c %s cpp-vbench` 86 86
Note: See TracChangeset
for help on using the changeset viewer.