Simple metrics library for C++ programs
-
Updated
Oct 8, 2012 - C++
In computer science, instrumentation is a technique that consists of inserting specific instructions into a program to monitor and/or analyze its performance, functionality, or behavior, but without changing how it behaves.
It can be done statically, changing the program before executing it, or dynamically, inserting instructions while it’s being executed.
Simple metrics library for C++ programs
Low-overhead instrumentation for work-based profiling in LLVM
Experiment in implementation of an instrumentation for American Fuzzy Lop using DynamoRIO
Lock-free framework for loggers, tracers, and mockers in multithreaded C++ programs.
Dynamic Control Flow Recovery
Runtime application probing with lightweight binary instrumentation. Related to PLDI17.
A ShiViz-compatible logging library for C++
[DEPRECATED] Modular Application Tracing Framework
Dynamic Program Slicing in LLVM Compiler
Using an Arduino Board as a Multiprobe Voltmeter
Instrument nginx for OpenTracing.
ARTist module for the Gunshop challenge in the ASIS CTF 2018 Finals
Custom IP for the Mini-EUSO PDM-DP Zynq system
Compatibility layer for running Orbis executables natively on Windows.
Fork of android's official platform/art repo, with ARTist's branches and the ARTist submodule.
ARTist's core implementation meant to be included in the art project. Provides ARTist APIs and boilerplate code for modules.