How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
The Missing Semester is a free, open-source educational curriculum designed to bridge the gap between theoretical computer science and the practical tooling every software engineer needs. Organized as a structured course, it covers Unix shell mastery, version control with Git, software debugging and profiling, system administration fundamentals, and computer security practices — the skills often left out of traditional degree programs. The project is maintained as a collaborative set of lecture notes, exercises, and guides that function as both a professional development tools course and a Uni
Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer
Self-contained C/C++ profiler library for Linux.
The main features of cyrus-and/prof are: Benchmarking and Profiling.
Open-source alternatives to cyrus-and/prof include: missing-semester/missing-semester — The Missing Semester is a free, open-source educational curriculum designed to bridge the gap between theoretical… celtoys/remotery — Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer. ibob/picobench — A micro microbenchmarking library for C++11 in a single header file. jonasmr/microprofile — microprofile is an embeddable profiler. sheredom/ubench.h — A simple one header solution to benchmarking for C/C++.