Difference between revisions of "PerformanceMeasures"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
** Linux Ubuntu9.04: "time make -j2" '''real 22m38 user36m21 sys 2m57''' | ** Linux Ubuntu9.04: "time make -j2" '''real 22m38 user36m21 sys 2m57''' | ||
** Windows XP: "g++ buildtool.cpp -O2 -g0 -mtune=prescott" -o btool" "btool clean" "btool" '''46m57''' | ** Windows XP: "g++ buildtool.cpp -O2 -g0 -mtune=prescott" -o btool" "btool clean" "btool" '''46m57''' | ||
* uwesch's machine: Laptop HP nx9420 T7400 Dualcore@2.16GHz 2GB RAM | |||
** Windows 7: "g++ buildtool.cpp -O2 -g0 -mtune=prescott" -o btool" "btool clean" "btool" '''48m52''' |
Revision as of 10:44, 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 XP: "g++ buildtool.cpp -O2 -g0 -mtune=prescott" -o btool" "btool clean" "btool" 46m57
- uwesch's machine: Laptop HP nx9420 T7400 Dualcore@2.16GHz 2GB RAM
- Windows 7: "g++ buildtool.cpp -O2 -g0 -mtune=prescott" -o btool" "btool clean" "btool" 48m52