Releases: gaogaotiantian/viztracer
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
VizTracer 0.6.1 Release, multi processes/threads supported
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
Virtual debug feature is introduced but still in alpha. You can debug your json report now.
VizTracer 0.5.4 Release, fixed path finding
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
Fixed the bug in add_functionarg()
.
Reduced the overhead by moving converting data to parsing phase. Should save some run time memory as well.