[PR #1661] Add viztracer #1445

Open
opened 2025-11-06 13:16:25 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1661
Author: @in-the-ocean
Created: 10/10/2020
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

VizTracer is a logging/debugging/profiling tool that can trace and visualize code execution. It can record function entries/exits along with a lot of other optional information and generate an HTML file using google-trace-viewer to visualize the whole execution through time.

What's the difference between this Python project and similar ones?

  • VizTracer is using a much more intuitive UI - an interactive web page, compared to many other command line based tracers.
  • VizTracer has a very low overhead, similar to cProfile, because the essential part is implemented in pure C.
  • VizTracer is very powerful feature wise. It can record different kind of information without changing the source code. It has even more logging options with source code modification.
  • VizTracer is super easy to use and has no dependecies at all, and, it supports Windows.

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1661 **Author:** [@in-the-ocean](https://github.com/in-the-ocean) **Created:** 10/10/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c460ff7`](https://github.com/vinta/awesome-python/commit/c460ff74b663f98b919f153ee3fc16c1870d7377) Update README.md ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? VizTracer is a logging/debugging/profiling tool that can trace and visualize code execution. It can record function entries/exits along with a lot of other optional information and generate an HTML file using google-trace-viewer to visualize the whole execution through time. ## What's the difference between this Python project and similar ones? * VizTracer is using a much more intuitive UI - an interactive web page, compared to many other command line based tracers. * VizTracer has a very low overhead, similar to cProfile, because the essential part is implemented in pure C. * VizTracer is very powerful feature wise. It can record different kind of information without changing the source code. It has even more logging options with source code modification. * VizTracer is super easy to use and has no dependecies at all, and, it supports Windows. -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:16:25 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1445