Skip to content

Releases: gaogaotiantian/viztracer

VizTracer 0.11.3 Release, support spawn

22 Jan 05:57
Compare
Choose a tag to compare
Pre-release

Now --log_multiprocess supports spawn

VizTracer 0.11.2 Release

14 Jan 03:40
Compare
Choose a tag to compare
Pre-release

Fix __name__ issue with -m

VizTracer 0.11.1 Release, ignore_frozen

07 Jan 05:20
Compare
Choose a tag to compare
Pre-release

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

31 Dec 20:17
Compare
Choose a tag to compare
  • thread and process name supported
  • subprocess works in more cases now
  • multithread works better now
  • plugin feature is added

VizTracer 0.10.5 Release

08 Dec 04:15
Compare
Choose a tag to compare
Pre-release
  • Fixed run_module issue to locate the attributes
  • Fixed log_sparse when --log_sparse is not passed in

VizTracer 0.10.4 Release

26 Nov 21:06
Compare
Choose a tag to compare
Pre-release
  • set_afterfork is added to customize tracer after fork()
  • forked process will clear the buffer and reset current stack depth with multiprocessing
  • --max_stack_depth works properly with multiprocessing now

VizTracer 0.10.3 Release

21 Nov 07:05
Compare
Choose a tag to compare
Pre-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

17 Nov 02:48
Compare
Choose a tag to compare
Pre-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

15 Nov 00:02
b2a44e4
Compare
Choose a tag to compare
Pre-release
  • Global tracer registry is added
  • --version is supported
  • docs is restructured
  • Some function names are unified

VizTracer 0.10.0 Release

12 Nov 05:14
Compare
Choose a tag to compare
Pre-release
  • Tracer save entries are unified.
  • Function name format is changed.