Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.
My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
gigabeat S, normal, no ccache fg@rockbox:~/benchmark/testbuild$ time make `pwd`/make >/dev/null real 0m25.748s user 0m19.689s sys 0m3.840s fg@rockbox:~/benchmark/testbuild$ time make -j 2 > /dev/null real 1m55.328s user 2m55.147s sys 0m19.517s fg@rockbox:~/benchmark/testbuild$ time make -j 4 > /dev/null real 1m11.775s user 2m57.115s sys 0m22.029s fg@rockbox:~/benchmark/testbuild$ time make -j 6 > /dev/null real 0m57.344s user 2m58.723s sys 0m23.921s fg@rockbox:~/benchmark/testbuild$ time make -j 8 > /dev/null real 0m53.694s user 3m0.455s sys 0m25.818s fg@rockbox:~/benchmark/testbuild$ time make -j 12 > /dev/null real 0m54.864s user 3m2.035s sys 0m27.862s fg@rockbox:~/benchmark/testbuild$ time make -j 16 > /dev/null real 0m54.381s user 3m4.596s sys 0m28.050s fg@rockbox:~/benchmark/testbuild$ time make -j 24 > /dev/null real 0m55.195s user 3m7.252s sys 0m28.162s fg@rockbox:~/benchmark/testbuild$ time make -j > /dev/null real 0m56.454s user 3m9.616s sys 0m29.074s |