Releases: gaogaotiantian/viztracer
Releases · gaogaotiantian/viztracer
VizTracer 0.11.3 Release, support spawn
Now --log_multiprocess
supports spawn
VizTracer 0.11.2 Release
Fix __name__
issue with -m
VizTracer 0.11.1 Release, ignore_frozen
Renamed ignore_non_file
to ignore_frozen
and changed the implementation to reflect that. Now it will only ignore frozen functions, not <string>
ones.
VizTracer 0.11.0 Release, plugins supported
- thread and process name supported
subprocess
works in more cases now- multithread works better now
- plugin feature is added
VizTracer 0.10.5 Release
- Fixed
run_module
issue to locate the attributes - Fixed
log_sparse
when--log_sparse
is not passed in
VizTracer 0.10.4 Release
set_afterfork
is added to customize tracer afterfork()
- forked process will clear the buffer and reset current stack depth with
multiprocessing
--max_stack_depth
works properly withmultiprocessing
now
VizTracer 0.10.3 Release
- Added space after file path print on console to make it clickable
- Make
log_var
work with function and for loop - Increment timestamp if we had the same timestamp to fix same ts issue
VizTracer 0.10.2 Release
- Do not reference to the whole frame/args, only keep the useful part
- Escape
</script>
to keep report from crashing
VizTracer 0.10.1 Release
- Global tracer registry is added
--version
is supported- docs is restructured
- Some function names are unified
VizTracer 0.10.0 Release
- Tracer save entries are unified.
- Function name format is changed.