Skip to content

Releases: gaogaotiantian/viztracer

VizTracer 0.17.0 Release

15 Oct 01:22
Compare
Choose a tag to compare
  • Supported 3.13 and 3.13t, dropped 3.8
  • Updated Perfetto to v47.x
  • Dropped flamegraph feature because Perfetto supports it natively now
  • Allowed unfinished function and dump unfinished functions at exit
  • Made logsparse work for spawned process
  • Used __qualname__ when possible
  • Fixed patching when shell=True
  • A few minor bug fixes

VizTracer 0.16.3 Release

10 May 01:47
Compare
Choose a tag to compare
  • Added option to generate unique file name
  • Fixed compiler warning for conda-forge
  • Made pickle to work for multi-processing
  • Tried to support FreeBSD
  • Fixed a couple of bugs

VizTracer 0.16.2 Release

01 Feb 22:07
Compare
Choose a tag to compare
Pre-release
  • Much better experience with multiproccesing trace report collection
  • Support Apple Silicon!
  • Show reasonable process name in case of subprocess

VizTracer 0.16.1 Release

03 Dec 02:54
56faa75
Compare
Choose a tag to compare
Pre-release
  • Supported VS Code extension!
  • Fixed subprocess argument issue
  • Much better support on jupyter

VizTracer 0.16.0 Release

05 Oct 07:59
3ecd46a
Compare
Choose a tag to compare
Pre-release
  • Supported Python 3.12, dropped 3.7
  • Upgraded Perfetto to v37.0
  • Added log compressor
  • Python options supported
  • Removed vdb

VizTracer 0.15.6 Release

13 Nov 23:49
138269b
Compare
Choose a tag to compare
Pre-release
  • Fixed vizplugins

VizTracer 0.15.5 Release

31 Oct 01:34
Compare
Choose a tag to compare
Pre-release
  • Added support for 3.11 and dropped support for 3.6
  • Fixed escape character issue in dump_raw

VizTracer 0.15.4 Release

15 Aug 02:35
Compare
Choose a tag to compare
Pre-release
  • Nested multi-process worked
  • Supported function name error ignore
  • vizviewer now exits when the port is occupied

VizTracer 0.15.3 Release

10 Jun 06:10
Compare
Choose a tag to compare
Pre-release
  • Thread safe now
  • Supported external processor
  • Stack for log_sparse

VizTracer 0.15.2 Release

13 May 03:37
Compare
Choose a tag to compare
Pre-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