Thread Previous • Date Previous • Date Next • Thread Next |
Is timing broken? It seems to be for me. Can anyone try the following: python -c "from dolfin import *; import time; tic(); time.sleep(1); print toc()" It should print out something like 1.0, but I get 0.0. std::clock() is giving very strange values. -- Anders
Thread Previous • Date Previous • Date Next • Thread Next |