일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- judge
- Laravel
- Package
- Linux
- TORCH
- numpy
- Flask
- Paper
- docker
- format
- Python
- PostgreSQL
- AI
- CUDA
- git
- DB
- evaluation
- Converting
- pandas
- file
- list
- Mac
- Database
- pytorch
- LLM
- GitLab
- KAKAO
- enV
- Windows
- Container
Archives
- Today
- Total
Daily Develope
[Python] 시간 측정 (예제코드) 본문
import time
cur_time = time.time()
for i in range(1, 1000):
print(i)
print("소요시간 : {}".format(time.time()-cur_time))
'Develope > Python' 카테고리의 다른 글
[Python] 엑셀(Excel) 파일 데이터 읽기/쓰기 (0) | 2022.09.22 |
---|---|
[Anaconda] Python conda 가상환경 (0) | 2022.07.04 |
[Python] Draw Image 이미지 그리기 (0) | 2022.04.11 |
[Python] 정렬 Sort (Dict, Class) (0) | 2022.04.11 |
[Python] Kakao API 사용예시 (0) | 2022.04.11 |
Comments