instrumentation
Here are 569 public repositories matching this topic...
-
Updated
May 19, 2022 - Java
-
Updated
Jun 2, 2022 - Java
-
Updated
May 30, 2022 - Go
-
Updated
May 18, 2022 - Python
-
Updated
Jun 2, 2022 - C++
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
-
Updated
May 7, 2022 - Java
-
Updated
Feb 23, 2022 - C#
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.
-
Updated
Jun 1, 2022 - Java
-
Updated
May 31, 2022 - Java
-
Updated
May 27, 2022 - Go
-
Updated
Dec 22, 2021 - JavaScript
-
Updated
May 18, 2022 - JavaScript
-
Updated
Oct 30, 2021 - Erlang
-
Updated
May 24, 2022 - C
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;
}
-
Updated
Jun 2, 2022 - C++
-
Updated
May 27, 2021 - C
-
Updated
May 27, 2022 - Erlang
-
Updated
Jun 2, 2022 - TypeScript
-
Updated
Feb 26, 2022 - Elixir
-
Updated
Mar 23, 2022 - C++
-
Updated
Apr 1, 2022 - Go
-
Updated
May 15, 2019 - Java
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."


When the computer is suspended during a fuzzing session, the time spent in suspended state is counted as a "run time" on a statistics screen. In case fuzzing was running for several hours and then the computer was suspended for several more hours, on one hand I would prefer not restarting the session, on the other hand, now it may be harder to tell how well a harness performs (corpus count vs. run