instrumentation
Here are 451 public repositories matching this topic...
Runtime code generation for the Java virtual machine.
-
Updated
Nov 26, 2020 - Java
-
Updated
Nov 26, 2020 - Java
Java distributed tracing implementation compatible with Zipkin backend services.
-
Updated
Nov 26, 2020 - Java
Prometheus instrumentation library for Python applications
-
Updated
Nov 24, 2020 - Python
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
-
Updated
Dec 4, 2020 - C#
The memtrace* sample clients use drutil_expand_rep_string, but the instrace* ones do not. This can confuse users: https://groups.google.com/g/dynamorio-users/c/HR4pX6lwP_I
Distributed tracing for spring cloud
-
Updated
Dec 4, 2020 - Java
Prometheus instrumentation library for JVM applications
-
Updated
Dec 1, 2020 - Java
C/C++ Performance Profiler
-
Updated
Dec 5, 2020 - C++
Documentation:
-
Updated
Oct 13, 2020 - JavaScript
Just lost my status screens with few billions of execs :(
So, my ideas:
- Can we store all the fuzzer stats as shown in status screen, and then restore it when resuming (with both AFL_AUTORESUME and '-i' option) ? If it somehow affects or depends on inner state of AFL++ instance, can we restore this inner state too?
- Can we prevent random Ctrl+C presses for example, by asking to confirm? You
Hand-crafted Frida examples
-
Updated
Nov 15, 2020 - JavaScript
Hi,
For safety use, it's better to have null check for all variables which are used in this function.
if (!_sessionPriv.$clientAlarmList) {
return;
}
↓
if (!_sessionPriv.$clientAlarmList
|| !_sessionPriv.$monitoredItemForAlarmList
|| !_sessionPriv.$subscriptionforAlarmList ) {
return;
}
Performance monitoring and benchmarking suite
-
Updated
Dec 5, 2020 - C
A modern tool for the Windows kernel exploration and tracing
-
Updated
Dec 6, 2020 - Go
Refactor host -> guest context switch assembly codes that have been duplicated when we introduced AVX support.
php probe for zipkin and opentracing
-
Updated
Aug 4, 2020 - C
Dynamic dispatching library for metrics and instrumentations.
-
Updated
Oct 1, 2020 - Erlang
-
Updated
Nov 15, 2020 - Elixir
inspectIT is the leading Open Source APM (Application Performance Management) tool for analyzing your Java (EE) applications.
-
Updated
May 15, 2019 - Java
Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
-
Updated
Nov 29, 2020 - C++
OpenTracing Bridge for Zipkin Go
-
Updated
Jun 28, 2020 - Go
Zipkin tracer library for go
-
Updated
Nov 11, 2020 - Go
Attach hooks to any database/sql driver
-
Updated
Nov 25, 2019 - Go
Frida core library intended for static linking into bindings
-
Updated
Dec 4, 2020 - C
Prometheus.io Elixir client
-
Updated
Nov 5, 2020 - Elixir
Improve this page
Add a description, image, and links to the instrumentation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the instrumentation topic, visit your repo's landing page and select "manage topics."


It would be helpful if the lcov generated reports could generate relative paths. My use case is that I am generating coverage reports from a docker image and then using VS Code Coverage Gutters which supports relative paths to view the coverage. But it doesn't work because the absolute paths on the docker c