#
instrumentation
Here are 480 public repositories matching this topic...
Runtime code generation for the Java virtual machine.
-
Updated
Apr 27, 2021 - Java
kotlin
java
groovy
coverage
bytecode
instrumentation
java-agent
jacoco
java-virtual-machine
java5
java15
java16
-
Updated
May 1, 2021 - Java
Prometheus instrumentation library for Python applications
-
Updated
Apr 8, 2021 - Python
Java distributed tracing implementation compatible with Zipkin backend services.
-
Updated
Feb 28, 2021 - Java
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
performance
monitoring
influxdb
dotnet
metrics
application-insights
dotnetcore
grafana
health-check
graphite
prometheus
instrumentation
dotnet-core
dotnet-standard
grafana-dashboard
dotnet-framework
-
Updated
Apr 15, 2021 - C#
C/C++ Performance Profiler
performance
profiler
instrumentation
visualizer
etw
sampling
hooking
dynamic-instrumentation
cpu-profiler
-
Updated
Apr 30, 2021 - C++
The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!
instrumentation
qemu
fuzzing
fuzz-testing
afl
afl-fuzz
fuzzer
unicorn-emulator
afl-fuzzer
afl-gcc
fuzzer-afl
afl-compiler
unicorn-mode
-
Updated
May 1, 2021 - C
derekbruening
commented
Apr 16, 2021
There are many instances of INSTR_CREATE macro documentation saying things like this:
* \param dc The void * dcontext used to allocate memory for the instr_t.
That should have a # to link up the instr_t type.
Prometheus instrumentation library for JVM applications
-
Updated
May 2, 2021 - Java
Distributed tracing for spring cloud
java
microservices
spring
spring-boot
spring-cloud
instrumentation
tracing
cloud-native
zipkin
distributed-tracing
spring-cloud-core
zipkin-brave
open-telemetry
open-telemetry-java
-
Updated
Apr 30, 2021 - Java
Documentation:
android
reverse-engineering
instrumentation
ios-app
mobile-security
frida
security-tools
macos-app
appmon
-
Updated
Apr 30, 2021 - JavaScript
A modern tool for the Windows kernel exploration and tracing
-
Updated
Apr 30, 2021 - Go
Hand-crafted Frida examples
android
java
ios
objective-c
reverse-engineering
instrumentation
dynamic-analysis
java-native-interface
arm64
mobile-security
frida
aarch64
hooking
runtime-analysis
-
Updated
Feb 10, 2021 - JavaScript
aki-0919
commented
Jun 8, 2020
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
c
linux
performance-engineering
benchmarking
lua
assembly
instrumentation
x86
threading
performance-analysis
profiling
hwloc
pin
armv8
likwid
hardware-performance-counters
nvidia-gpu
power9
-
Updated
May 1, 2021 - C
A Dynamic Binary Instrumentation framework based on LLVM.
-
Updated
Apr 1, 2021 - C++
php probe for zipkin and opentracing
-
Updated
Aug 4, 2020 - C
Dynamic dispatching library for metrics and instrumentations.
-
Updated
Apr 15, 2021 - Erlang
-
Updated
Apr 29, 2021 - Elixir
Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
-
Updated
Mar 1, 2021 - C++
inspectIT is the leading Open Source APM (Application Performance Management) tool for analyzing your Java (EE) applications.
java
agent
performance
monitoring
metrics
end-to-end
instrumentation
apm
performance-metrics
trace
performance-tuning
performance-dashboard
opentracing
performance-analysis
monitor-performance
diagnosis
performance-testing
bytecode-manipulation
inspectit
end-user-monitoring
-
Updated
May 15, 2019 - Java
OpenTracing Bridge for Zipkin Go
-
Updated
Jun 28, 2020 - Go
Zipkin tracer library for go
-
Updated
Mar 27, 2021 - Go
Frida core library intended for static linking into bindings
-
Updated
Apr 30, 2021 - Vala
Attach hooks to any database/sql driver
-
Updated
Mar 22, 2021 - Go
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