Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →
Top 10 C Profiler Projects
-
Project mention: Show HN: I wrote a tool in Rust for tracking all allocations in a Linux process | news.ycombinator.com | 2023-02-15
Interesting approach. How is performance compared to something like https://github.com/koute/bytehound
-
Coz. It's in a Debian package so you don't have to build it. Watch the video embedded in the page I linked; I;m all about profiling, but the devil is if you're not a statistician, you don't know how to read profiler results.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Project mention: Remotery - Single c file, realtime cpu/gpu profiler with remote web viewer | reddit.com/r/github_trends | 2022-08-19
-
Not used it in a while, but https://github.com/NoiseByNorthwest/php-spx is worth checking out.
-
-
-
I learned a lot in the process, but also noticed the nice memory graphs in the video and figured it would be hard to troubleshoot anything if I didn't have them. When using php extensions such as Benoît's or Arnaud Le Blanc's to take a snapshot of the memory, it's great to think about the most appropriate moment to take that snapshot in order to capture the memory leak you might be hunting. Sure, you can use Monolog's MemoryUsageProcessor to that end, but I thought it would be more useful to get something a bit more ✨visual✨.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
Check your SSD's firmware, SSD-Z is a good one under Windows for example http://aezay.dk/aezay/ssdz/ Hardinfo is a good one under Linux, most distro has it in their repo https://github.com/lpereira/hardinfo
Then go here https://semiconductor.samsung.com/consumer-storage/support/t...
> Samsung SSD Firmware and check what's the newest firmware file
-
plpgsql_check
plpgsql_check is a linter tool (does source code static analyze) for the PostgreSQL language plpgsql (the native language for PostgreSQL store procedures).
-
Project mention: What are your most advanced C projects to date. | reddit.com/r/C_Programming | 2022-08-14
A 6502/65C02 emulator/profiler https://github.com/specht/champ
C Profiler related posts
- Fake Samsung 980 Pro SSDs Are Spreading Around
- Performance analysing tools
- Suggestions for how to reduce memory usage
- Introducing alloc-track: Precise memory profiling by stack trace and thread.
- How much does Rust's bounds checking actually cost?
- Implementing a C++ memory allocator to track our framework memory usage
- Coz: Finding Code That Counts with Causal Profiling
-
A note from our sponsor - SonarQube
www.sonarqube.org | 24 Mar 2023
Index
What are some of the best open-source Profiler projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | bytehound | 3,450 |
2 | coz | 3,414 |
3 | Remotery | 2,471 |
4 | php-spx | 1,503 |
5 | PHPSpy | 1,319 |
6 | perftools.rb | 1,025 |
7 | php-memory-profiler | 738 |
8 | hardinfo | 624 |
9 | plpgsql_check | 482 |
10 | champ | 21 |