Skip to content

Releases: gaogaotiantian/viztracer

VizTracer 0.8.1 Release, Fix argument parsing

15 Oct 08:52
Compare
Choose a tag to compare
Add prebuild command for LD_LIBRARY_PATH

VizTracer 0.8.0 Release, log_var and log_number supported

10 Oct 05:25
Compare
Choose a tag to compare

VizTracer can log any variable without changing the source code now.

VizTracer 0.7.5 Release, python 3.9 supported

07 Oct 05:37
Compare
Choose a tag to compare
  • python 3.9 is officially supported.

  • --open is added

VizTracer 0.7.4 Release, Fix include/exclude files

03 Oct 23:37
Compare
Choose a tag to compare
  • Now include/exclude files only check python functions.

  • viztracer command will convert the file to abs path

  • add example scripts

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