Agent-Hellboy / Agent-Hellboy/spewer
Add [dependency library name][file name][line number] to each statement.
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 3
- Fork
- 5
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Add line number before each line, and don't trace spewer, setrace, and setprofile
```
time test-pr-10.py
a
__main__:8: x = 10
__main__:9: y = 20
__main__:10: return x + y
x=10 y=20
spewer.spewer:34: sys.settrace(None)
sys=
python3 a.py 0.02s user 0.01s system 62% cpu 0.052 total
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.