Skip to content

Releases: gaogaotiantian/viztracer

VizTracer 0.7.3 Release, Encoding Fix

26 Sep 03:29
Compare
Choose a tag to compare
Pre-release

Use binary to read the script to avoid encoding conflict.

Also force using utf-8 to read the html file because that's how we check it in.

VizTracer 0.7.2 release, Garbage Collector Log

21 Sep 23:12
Compare
Choose a tag to compare

VizTracer can log garbage collector operation now.

Fixed a potential double decref issue.

VizTracer 0.7.1 Release

17 Sep 21:49
Compare
Choose a tag to compare
Pre-release

VizLogging, VizObject and VizCounter can handle tracer = None now.

Use get_tracer() instead of the global variable __viz_tracer__

added a filter ignore_non_file

VizTracer 0.7.0 Release, Function Args Supported.

14 Sep 21:45
Compare
Choose a tag to compare
  • You can automatically log function arguments now
  • You can add --novdb to reduce the instrument cost
  • vdb now checks the version of the json file

VizTracer 0.6.3 Release, Global tracer access

11 Sep 01:52
Compare
Choose a tag to compare

tracer can be accessed globally now if viztracer is used. Some bug fixes

VizTracer 0.6.2 Release, counter and object in vdb

08 Sep 07:05
Compare
Choose a tag to compare

Default tracer_entries is reduced so all computers can open the report with no issues.

Counter and Objects can be displayed in vdb now

VizTracer 0.6.1 Release, multi processes/threads supported

07 Sep 00:48
Compare
Choose a tag to compare

You can debug between multiple processes/threads now.

add a couple commands and fixed some bugs in source file displaying

VizTracer 0.6.0 Release, vdb is available

06 Sep 00:00
Compare
Choose a tag to compare

Virtual debug feature is introduced but still in alpha. You can debug your json report now.

VizTracer 0.5.4 Release, fixed path finding

04 Sep 07:09
Compare
Choose a tag to compare

Now if the file name does not exist, VizTracer will try to find its absolute path by using which on Linux/MacOS. This can make VizTracer run on flask.

VizTracer 0.5.3 Release, add_functionarg fixed

02 Sep 22:19
Compare
Choose a tag to compare

Fixed the bug in add_functionarg().

Reduced the overhead by moving converting data to parsing phase. Should save some run time memory as well.