PS: Benchmarks

$ ./sage -b
scons: `install' is up to date.
Updating Cython code....
Finished Cythonizing, time: 2.65 seconds.
Discovering Python source code....
Discovered Python source, time: 0.04 seconds.
Cleaning up stale installed files....
- cleaning /home/vbraun/Sage/git-temp/local/lib/python/site-packages
- cleaning /home/vbraun/Sage/git-temp/src/build/lib.linux-x86_64-2.7
Finished cleaning, time: 0.10 seconds.              <------  no noticeable 
slowdown
running install
running build
running build_py
running build_ext
Executing 0 commands (using 1 thread)
Time to execute 0 commands: 0.01 seconds.
Total time spent compiling C/C++ extensions: 0.08 seconds.
running install_lib
running install_egg_info
Removing 
/home/vbraun/Sage/git-temp/local/lib/python2.7/site-packages/sage-6.3.beta2-py2.7.egg-info
Writing 
/home/vbraun/Sage/git-temp/local/lib/python2.7/site-packages/sage-6.3.beta2-py2.7.egg-info

real 0m4.521s
user 0m3.686s
sys 0m0.630s


$ time ./sage -ba
*** TOUCHING ALL CYTHON (.pyx) FILES ***
scons: `install' is up to date.
...
copying build/lib.linux-x86_64-2.7/sage/repl/inputhook.so -> 
/home/vbraun/Sage/git-temp/local/lib/python2.7/site-packages/sage/repl
copying build/lib.linux-x86_64-2.7/sage/repl/readline_extra_commands.so -> 
/home/vbraun/Sage/git-temp/local/lib/python2.7/site-packages/sage/repl
running install_egg_info
Removing 
/home/vbraun/Sage/git-temp/local/lib/python2.7/site-packages/sage-6.3.beta2-py2.7.egg-info
Writing 
/home/vbraun/Sage/git-temp/local/lib/python2.7/site-packages/sage-6.3.beta2-py2.7.egg-info

real 0m40.911s
user 0m46.799s
sys 0m18.207s

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to