CompilationBenchmark
Version 6 (vl, 07/01/2010 04:51 pm)
| 1 | 1 | vl | h1. Compilation Benchmark |
|---|---|---|---|
| 2 | 1 | vl | |
| 3 | 1 | vl | If you want to share your computer specs and timing you had with it to compile NeL and Ryzom. Use "time make" to have the timing. |
| 4 | 1 | vl | |
| 5 | 1 | vl | h2. vl |
| 6 | 1 | vl | |
| 7 | 1 | vl | Computer: "MacBook Pro":http://www.apple.com/macbookpro/specs.html - 2.66GHz Intel Core i7 processor (2 core) with 4MB shared L3 cache - 4Gb RAM - SSD hard drive |
| 8 | 1 | vl | |
| 9 | 4 | vl | Compilation of NeL with: |
| 10 | 4 | vl | <pre> |
| 11 | 4 | vl | cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE:string=Release -DWITH_COCOA:BOOL=ON -DWITH_TESTS:BOOL=OFF |
| 12 | 4 | vl | </pre> |
| 13 | 4 | vl | |
| 14 | 2 | vl | * make: real 18m2.176s user 16m4.615s sys 1m39.583s |
| 15 | 1 | vl | * make -j2: real 10m23.777s user 18m31.231s sys 1m493855s |
| 16 | 6 | vl | * make -j4: real *8m6.921* user 27m43.770s sys 2m29.056s |
| 17 | 1 | vl | * make -j6: real 8m14.677 user 28m15.047 sys 2m32.185s |
| 18 | 1 | vl | |
| 19 | 4 | vl | Compilation of NeL with: |
| 20 | 4 | vl | <pre> |
| 21 | 4 | vl | cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE:string=Release -DWITH_COCOA:BOOL=ON -DWITH_TESTS:BOOL=OFF -DWITH_SAMPLES:BOOL=OFF -DWITH_TOOLS:BOOL=OFF |
| 22 | 4 | vl | </pre> |
| 23 | 4 | vl | |
| 24 | 6 | vl | * make -j4: real *6m51.037s* user 23m10.235s sys 2m4.684s |