Viztracer Versions Save

VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code execution.

0.16.2

3 months ago
  • Much better experience with multiproccesing trace report collection
  • Support Apple Silicon!
  • Show reasonable process name in case of subprocess

0.16.1

5 months ago
  • Supported VS Code extension!
  • Fixed subprocess argument issue
  • Much better support on jupyter

0.16.0

7 months ago
  • Supported Python 3.12, dropped 3.7
  • Upgraded Perfetto to v37.0
  • Added log compressor
  • Python options supported
  • Removed vdb

0.15.6

1 year ago
  • Fixed vizplugins

0.15.5

1 year ago
  • Added support for 3.11 and dropped support for 3.6
  • Fixed escape character issue in dump_raw

0.15.4

1 year ago
  • Nested multi-process worked
  • Supported function name error ignore
  • vizviewer now exits when the port is occupied

0.15.3

1 year ago
  • Thread safe now
  • Supported external processor
  • Stack for log_sparse

0.15.2

2 years ago
  • 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

0.15.1

2 years ago
  • Fix jupyter
  • Add py3.6 wheel
  • Add functools.wraps for decorators
  • Deprecate vdb

0.15.0

2 years ago
  • Supported REAL attach