Skip to content

Instantly share code, notes, and snippets.

@BernardoGO
Created March 20, 2018 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BernardoGO/58d207bf230216496cfa0814f259bed5 to your computer and use it in GitHub Desktop.
Save BernardoGO/58d207bf230216496cfa0814f259bed5 to your computer and use it in GitHub Desktop.
automato raspberry 3
pi@raspberrypi:~/cellular_automata $ make
g++ main.c -O0 -o main -std=c++11
./main
Regra: 30
Iteracoes: 100000
Celulas: 64
Total: 1128036912ns
pi@raspberrypi:~/cellular_automata $ make
g++ main.c -O0 -o main -std=c++11
./main
Regra: 30
Iteracoes: 100000
Celulas: 64
Total: 1116994058ns
pi@raspberrypi:~/cellular_automata $ make
g++ main.c -O0 -o main -std=c++11
./main
Regra: 30
Iteracoes: 100000
Celulas: 64
Total: 1115579996ns
pi@raspberrypi:~/cellular_automata $ make
g++ main.c -O0 -o main -std=c++11
./main
Regra: 30
Iteracoes: 100000
Celulas: 64
Total: 1125946237ns
pi@raspberrypi:~/cellular_automata $ make
g++ main.c -O0 -o main -std=c++11
./main
Regra: 30
Iteracoes: 100000
Celulas: 64
Total: 1136036853ns
----------------------------
pi@raspberrypi:~/cellular_automata $ make
g++ main.c -O0 -o main -std=c++11
./main
Regra: 30
Iteracoes: 100000
Celulas: 8
Total: 157358610ns
pi@raspberrypi:~/cellular_automata $ make
g++ main.c -O0 -o main -std=c++11
./main
Regra: 30
Iteracoes: 100000
Celulas: 8
Total: 162803397ns
pi@raspberrypi:~/cellular_automata $ make
g++ main.c -O0 -o main -std=c++11
./main
Regra: 30
Iteracoes: 100000
Celulas: 8
Total: 162027876ns
pi@raspberrypi:~/cellular_automata $ make
g++ main.c -O0 -o main -std=c++11
./main
Regra: 30
Iteracoes: 100000
Celulas: 8
Total: 162321991ns
pi@raspberrypi:~/cellular_automata $ make
g++ main.c -O0 -o main -std=c++11
./main
Regra: 30
Iteracoes: 100000
Celulas: 8
Total: 163897355ns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment