Changeset d9dd3d1 for doc/generic_types/evaluation
- Timestamp:
- Apr 13, 2017, 1:17:53 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 3fe98b7
- Parents:
- 0d10090
- Location:
- doc/generic_types/evaluation
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/generic_types/evaluation/Makefile
r0d10090 rd9dd3d1 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.