rt_benchs/communication_techniques
Thomas Preud'homme 7a1610961c commtech: BUGFIX unwanted optimization
Replace prod += 42 by prod += fourty_two where fourty_two is a volatile
variable to avoid replacement of the loop into a prod += 42 * nb_loop
2009-07-01 02:34:50 +02:00
..
include commtechs benchs: fake_comm perform the writes 2009-06-24 23:35:58 +02:00
src commtech: BUGFIX unwanted optimization 2009-07-01 02:34:50 +02:00
.channel.d Add benchs to compare communication techniques 2009-06-10 09:58:50 +02:00
.gitignore commtechs bench: Ready to bench 2009-06-18 22:16:29 +02:00
.main.d Add benchs to compare communication techniques 2009-06-10 09:58:50 +02:00
Makefile commtech: Add a new calculation method 2009-06-30 22:37:55 +02:00
lancement.sh commtechs: Replace the test by a nicer shell trick 2009-06-25 18:00:02 +02:00
parsing.sh commtechs bench: Separate bench in 2 benchs 2009-06-24 20:14:50 +02:00