About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet130/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   126   127   128   129   130   131   132   133   ...   234
Bog'liq
python3 tutorial 060821094426

Return Value 
This method returns 24-character string of the following form: 'Tue Feb 17 23:21:05 
2009'. 
Example 
The following example shows the usage of asctime() method. 
#!/usr/bin/python3 
import time 
t = time.localtime() 
print ("asctime : ",time.asctime(t)) 
When we run the above program, it produces the following result- 
asctime : Mon Feb 15 09:46:24 2016 
Time clock() Method 
Description 
The method 
clock()
returns the current processor time as a floating point number 
expressed in seconds on Unix. The precision depends on that of the C function of the same 
name, but in any case, this is the function to use for benchmarking Python or timing 
algorithms. 
On Windows, this function returns wall-clock seconds elapsed since the first call to this 
function, as a floating point number, based on the Win32 function 
QueryPerformanceCounter. 
Syntax 
Following is the syntax for clock() method- 
time.clock() 
Parameters 
NA 
Return Value 
This method returns the current processor time as a floating point number expressed in 
seconds on Unix and in Windows it returns wall-clock seconds elapsed since the first call 
to this function, as a floating point number. 
Example 
The following example shows the usage of clock() method. 


Python 3 
185 
#!/usr/bin/python3 
import time 
def procedure(): 
time.sleep(2.5) 
# measure process time 
t0 = time.clock() 
procedure() 
print (time.clock() - t0, "seconds process time") 
# measure wall time 
t0 = time.time() 
procedure() 
print (time.time() - t0, "seconds wall time") 
When we run the above program, it produces the following result- 
2.4993855364299096 seconds process time 
2.5 seconds wall time 
Note
: Not all systems can measure the true process time. On such systems (including 
Windows), clock usually measures the wall time since the program was started. 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   126   127   128   129   130   131   132   133   ...   234




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish