This tool logs any arbitrary variable such as function entries and exits. It then displays all the collected data using an intuitive front-end Google Trace-Viewer.
Among other things, it automatically records function arguments and return values and displays all information related to these items in detail. It also allows creating new signals and use them to register variables.
VizTracer includes advanced functionalities, such as filters to pinpoint features you don’t want to track for a report focused on what really matters.
As it is Open Source, its code can be modified to create other functions. It is licensed under Apache 2.0 and is compatible with Linux, macOS and Windows.
Its source code is available at GitHub.
You can read the original article at opensource.com
0 Comments