Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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のサンプル

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
```