Difference between revisions of "PerformanceMeasures"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
* uwesch's machine: Laptop HP nx9420 T7400 Dualcore@2.16GHz 2GB RAM | * 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''' | ** Windows 7: "g++ buildtool.cpp -O2 -g0 -mtune=prescott" -o btool" "btool clean" "btool" '''48m52''' | ||
* my machine: Destop - E7200 Dualcore@2.5GHz 5066 bogomips 2GBRAM | |||
** Linux Ubuntu9.04: "time make -j2" '''real 13m7 user 23m15 sys 1m53''' |
Latest revision as of 20:00, 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
- my machine: Destop - E7200 Dualcore@2.5GHz 5066 bogomips 2GBRAM
- Linux Ubuntu9.04: "time make -j2" real 13m7 user 23m15 sys 1m53