Releases: gaogaotiantian/viztracer
VizTracer 0.8.1 Release, Fix argument parsing
Add prebuild command for LD_LIBRARY_PATH
VizTracer 0.8.0 Release, log_var and log_number supported
VizTracer can log any variable without changing the source code now.
VizTracer 0.7.5 Release, python 3.9 supported
-
python 3.9 is officially supported.
-
--open
is added
VizTracer 0.7.4 Release, Fix include/exclude files
-
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
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
VizTracer can log garbage collector operation now.
Fixed a potential double decref issue.
VizTracer 0.7.1 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.
- 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
tracer can be accessed globally now if viztracer
is used. Some bug fixes
VizTracer 0.6.2 Release, counter and object in vdb
Default tracer_entries is reduced so all computers can open the report with no issues.
Counter and Objects can be displayed in vdb now