TomaszAugustyn / call-stack-loggerLinks
Call Stack Logger uses function instrumentation to facilitate logging of every function call. Each nesting adds an ident, whereas returning from a function removes it. As the result call stack tree is produced at the runtime giving knowledge of the actual program's flow of execution.
☆105Updated 2 years ago
Alternatives and similar repositories for call-stack-logger
Users that are interested in call-stack-logger are comparing it to the libraries listed below
Sorting:
- C++(11) library to implement custom binary communication protocols☆56Updated last month
- a tiny rpc library, support c++14 and rust☆47Updated 3 weeks ago
- C++ based Hierarchical / Finite State Machine library oriented for embedded and RTOS systems.☆98Updated 11 months ago
- A safe and fast high-level and low-level character input/output library for bare-metal and RTOS based embedded systems with a very small …☆170Updated 3 weeks ago
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆74Updated 11 months ago
- Provides ability to mock global functions with gmock☆76Updated last year
- A Lightweight, Process-Specific, Embedded Command Line Shell/CLI for C/C++/Python/Go Applications☆26Updated last year
- Lightweight finite state machine framework for C++11☆166Updated 4 years ago
- Embedded Systems C++ Library Support (Currently wraps libcxx)☆90Updated 8 months ago
- "Lock-Free Ring Buffer" (LFRB) is a minimal, customizable implementation of a ring buffer (a.k.a. circular buffer) in C, specifically sui…☆57Updated 10 months ago
- State Machine Design in C++☆158Updated last month
- crc16/crc32/crc64☆178Updated last year
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆419Updated last year
- simppl::dbus - an easy-to-use C++ D-Bus wrapper☆71Updated 4 months ago
- ☆38Updated 3 months ago
- ☆84Updated last year
- 一些简单、高效的数据结构☆32Updated last year
- C++ Active Objects☆66Updated 8 years ago
- A C++11/14 implementation of fixed size, exception safe, STL style circular buffers for both single threaded and multithreaded contexts☆20Updated 9 years ago
- C11标准的原子操作详解☆26Updated 2 years ago
- Two C/C++ testing tools, mockcpp and testngpp.☆78Updated last year
- Shared-memory based ring buffer☆63Updated 8 years ago
- PolyM is a very simple C++ message queue intended for inter-thread communication☆196Updated last year
- Fast and small logger for embedded (or not) devices☆68Updated 5 months ago
- C Language Template Library C语言 模板库☆32Updated 6 months ago
- 以一个简单计算器为例,展示传统、MVC、MVP和MVVM几种模式在AWTK上的实现方法。☆11Updated 4 years ago
- Finite state machine library based on the boost hana meta programming library. It follows the principles of the boost msm and boost sml l…☆200Updated 2 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆145Updated 4 years ago
- QP/C++ Real-Time Event Framework/RTOS is a lightweight implementation of the asynchronous, event-driven Active Object (Actor) model combi…☆430Updated last week
- Protothread.h, a C++ port of Adam Dunkels' protothreads library☆198Updated last year