Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hendriknielaender/zflame
🔥 Flamegraph Profiling
https://github.com/hendriknielaender/zflame
flamegraph performance zig
Last synced: 4 months ago
JSON representation
🔥 Flamegraph Profiling
- Host: GitHub
- URL: https://github.com/hendriknielaender/zflame
- Owner: hendriknielaender
- License: mit
- Created: 2024-02-13T17:20:00.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-16T21:55:29.000Z (10 months ago)
- Last Synced: 2024-04-22T04:10:03.469Z (10 months ago)
- Topics: flamegraph, performance, zig
- Language: Zig
- Homepage:
- Size: 334 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zflame - Flamegraph Profiling Tool in Zig
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/hendriknielaender/zflame/blob/HEAD/LICENSE)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/hendriknielaender/zflame)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/hendriknielaender/zflame/blob/HEAD/CONTRIBUTING.md)zflame is a cutting-edge flamegraph profiling tool designed for the Zig programming language, aimed at simplifying performance analysis and optimization. By leveraging Zig's low-level capabilities, `zflame` provides detailed, interactive flamegraphs that help developers identify and address performance bottlenecks in their applications.