Simple Profiler
GitHubC++ProfilingInstrumentationPerformance Analysis
TLDR
Lightweight instrumentation based profiler for C/C++ projects. Measures function execution times and performance metrics.
Detailed
Tech Stack:
C++
Goal:
Create minimal, non intrusive profiling tool for quick performance analysis.
What I did:
- •Built instrumentation based profiler
- •Measures function execution times
- •Tracks performance metrics
What was achieved:
Lightweight tool for development time performance analysis. Minimal overhead.