> That is similar to my results: > > trunk htexdoc > build all-input build all-input > real 3m36.074s 1m40.605s 3m39.047s 1m59.044s > user 15m26.018s 1m32.530s 15m30.198s 1m33.482s > sys 1m4.736s 0m7.552s 1m5.604s 0m7.964s > > > Note that system and user time for all-input is almost the same, but > there is almost 20% difference in real time. For build differences > are small enough to ignore (you got longer build time but that is > understandable, since in htex branch you generate graphic output). > However, for 'all-input' the difference is strange and large > enough to ask for explanation.
Interesting, you must have a somewhat faster i7 than me. Anyway, after my revision, all-input does not spend much time inside src/doc, because remake there, does not rebuild anything. I've rebased my patches on top of trunk@1567. 0b7f059 fix htexdoc b2da98f add releaseNotes and "Changes to Spad" into ug15 5b44d1d re-establish HyperDoc content from .htex sources ad4a464 Turn on outline after graphic reset. I've currently left the "fix htexdoc" commit separate, so that you see, what I've modified. Eventually it will be merged with the "re-establish HyperDoc content from .htex sources" patch. https://github.com/hemmecke/fricas/commit/0b7f05977fb412aa6ca4812b1767b740923c6db4 Ralf ================================================= trex:~/scratch/build/fricas-master>time make -j 10 > mlogg 2>&1 && time make all-input > tst_logg 2>&1 real 4m24.921s user 19m0.772s sys 1m13.536s real 2m8.512s user 1m53.088s sys 0m10.024s trex:~/scratch/build/fricas-htexdoc>time make -j 10 > mlogg 2>&1 && time make all-input > tst_logg 2>&1 real 5m7.104s user 19m13.512s sys 1m17.268s real 2m6.374s user 1m50.656s sys 0m10.088s -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/groups/opt_out.
