[Python] Precisione di time.time()

Manlio Perillo manlio_perillo a libero.it
Sab 23 Ago 2008 16:27:38 CEST


Manlio Perillo ha scritto:
> Listemessaggi CoPlast ha scritto:
>> Un saluto a tutti.
>> Avete idea di quale potrebbe essere la precisione della suddetta funzione?
> 
> 
> E' scritto nella documentazione: 1 secondo.

Altra correzione: la risoluzione non è definita.
Da Modules/timemodule.c:

/* There are three ways to get the time:
     (1) gettimeofday() -- resolution in microseconds
     (2) ftime() -- resolution in milliseconds
     (3) time() -- resolution in seconds
     In all cases the return value is a float in seconds.
     Since on some systems (e.g. SCO ODT 3.0) gettimeofday() may
     fail, so we fall back on ftime() or time().
     Note: clock resolution does not imply clock accuracy! */


 > [...]


Manlio Perillo


Maggiori informazioni sulla lista Python