Difference between revisions of "PerformanceMeasures"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
* my machine: Laptop DELL latitude D520 - E5500 Dualcore@1.6GHz 3329 bogomips 2GBRAM | * my machine: Laptop DELL latitude D520 - E5500 Dualcore@1.6GHz 3329 bogomips 2GBRAM | ||
** Linux Ubuntu9.04: "time make -j2" '''real 22m38 user36m21 sys 2m57''' | ** Linux Ubuntu9.04: "time make -j2" '''real 22m38 user36m21 sys 2m57''' | ||
** Windows: "g++ buildtool.cpp -O2 -g0 -mtune=prescott" -o btool" "btool clean" "btool" '''46m57''' |
Revision as of 10:20, 30 September 2009
Performance Measures
build times
build times for Inkscape-0.47pre3.tar.gz
- my machine: Laptop DELL latitude D520 - E5500 Dualcore@1.6GHz 3329 bogomips 2GBRAM
- Linux Ubuntu9.04: "time make -j2" real 22m38 user36m21 sys 2m57
- Windows: "g++ buildtool.cpp -O2 -g0 -mtune=prescott" -o btool" "btool clean" "btool" 46m57