* `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
0.10.3
* 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
0.10.2
* Do not reference to the whole frame/args, only keep the useful part * Escape </script> to keep report from crashing
0.10.1
* Global tracer registry is added * --version is supported * docs is restructured * Some function names are unified
0.10.0
* Tracer save entries are unified. * Function name format is changed.
0.9.5
VizTracer can display the source code of the function now