Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/ex-line_profiler
line_profilerのサンプル
https://github.com/zztkm/ex-line_profiler
Last synced: 10 days ago
JSON representation
line_profilerのサンプル
- Host: GitHub
- URL: https://github.com/zztkm/ex-line_profiler
- Owner: zztkm
- Created: 2021-01-05T04:38:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-05T04:38:54.000Z (almost 4 years ago)
- Last Synced: 2024-12-20T23:29:48.604Z (14 days ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ex line_profiler
公式リポジトリ: https://github.com/pyutils/line_profiler
参考にした記事: https://blog.amedama.jp/entry/2016/08/31/213229
## プロファイル実行方法
```console
$ python3 -m venv venv
$ source venv/bin/activate(venv) $ pip install -r requirements.txt
(vnev) $ python doprofile.py
```