Releases: gaogaotiantian/viztracer
Releases · gaogaotiantian/viztracer
VizTracer 0.15.3 Release
- Thread safe now
- Supported external processor
- Stack for log_sparse
VizTracer 0.15.2 Release
- Enabled color on Windows terminal without default VT
- Fixed vizviewer Ctrl+C bug on Windows
- Enforced C99 for C code compile
- Added manual thread aware feature
VizTracer 0.15.1 Release
- Fix jupyter
- Add py3.6 wheel
- Add functools.wraps for decorators
- Deprecate vdb
VizTracer 0.15.0 Release
- Supported REAL attach
VizTracer 0.14.5 Release
- aarch64 wheels
- Fix help command
- add trio support
VizTracer 0.14.4 Release
- Added
log_audit
feature - Accelerated report generation speed with raw dump
- Added directory viewer feature
VizTracer 0.14.3 Release
- Fixed an encoding bug in vizviewer
- Saved trace even with exception with
with
statement - Added
.viztracerrc
rcfile for configuration - Cleared the exit routine, less failure, faster dump, better messages
- Added conditional magic comment
VizTracer 0.14.2 Release
- Fixed duplicated timestamp calculation
- Made multiprocessing pool more stable
VizTracer 0.14.1 Release
- Supported python 3.10
- Added fast log feature - log_var and log_instant
- Added magic comment feature
- Enabled vizviewer to use arbitrary port
- Fixed subprocess and exit routine bugs
VizTracer 0.14.0 Release
- removed
--log_multiprocess
and--log_subprocess
- fix multiprocess bugs
- upgrade perfetto version
- add
min_duration
filter