-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62e6db2
commit 700648b
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |