v0.2.0-alpha
版本发布时间: 2018-09-29 04:42:00
P403n1x87/austin最新发布版本:v3.6.0(2023-10-05 00:45:44)
Austin can now be attached to a running Python 3 process.
Added new command line options:
-
--alt-format, -a:
Use the alternative format for collapsed stack samples.
-
--exclude-empty, -e:
Exclude samples of threads with no frame stacks.
Usually, these are Python threads created by C extensions, whose code cannot currently be traced.
-
--sleepless, -s:
Suppress idle samples.
These are samples where a call to wait has been made and the thread sits there doing nothing.
Fixed a bug that caused some valid thread samples to be marked as invalid.
Austin has been tested successfully on Windows 10 64-bit via WSL.