[issue13261] time.clock () has very low resolution on Linux

2011-10-25 Thread STINNER Victor
STINNER Victor added the comment: This issue is a duplicate of the issue #10278. -- nosy: +haypo resolution: -> duplicate status: open -> closed ___ Python tracker ___

[issue13261] time.clock () has very low resolution on Linux

2011-10-25 Thread Elijah Merkin
New submission from Elijah Merkin : time.clock () has very poor time resolution on Linux (tested on Ubuntu 11.04). The result of call to clock () changes once per several seconds. On the other side, on Windows it provides very good resolution. Here is a doctest that fails on Linux: """ >>> fr