Skip to content

Commit

Permalink
Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
kangtegong authored Nov 27, 2024
1 parent 62e6db2 commit 700648b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
- add -vv option for large codebase (e.g. Django, Pytorch, etc)
- -v option: Additionally enable built-in functions tracing
- -vv option: Additionally enable stdlib tracing
- -vv option: Additionally enable site_packages_modules tracing
- -vvv option: Additionally enable stdlib tracing
- stdlib path: sysconfig.get_paths()["stdlib"]
- depth limit: --depth/-D <int>
- trace format using ├, │, ─
- tui: fold/unfold
- tui: '/' (search function)
- function filtering: --function/-f <string>
- function-exclude filtering: --exclude-function/-e <string>
- depth limit: --depth/-D <int>
- output format: -o/--output -O <filename> / sqlite dump
- multiprocessing(pid) & multithreading(tid) tracing
- argument tracing

0 comments on commit 700648b

Please sign in to comment.