instrumentation
Here are 549 public repositories matching this topic...
-
Updated
Feb 2, 2022 - Java
-
Updated
Feb 3, 2022 - Java
-
Updated
Feb 2, 2022 - Go
-
Updated
Feb 6, 2022 - Python
-
Updated
Feb 4, 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
Feb 3, 2022 - Java
-
Updated
Jan 19, 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
Feb 5, 2022 - Java
-
Updated
Feb 2, 2022 - Java
-
Updated
Feb 4, 2022 - Go
-
Updated
Dec 22, 2021 - JavaScript
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
Oct 30, 2021 - Erlang
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
Jan 31, 2022 - C
-
Updated
Nov 9, 2021 - C++
-
Updated
May 27, 2021 - C
-
Updated
Feb 1, 2022 - Erlang
-
Updated
Jan 2, 2022 - Elixir
-
Updated
Jan 15, 2022 - C++
-
Updated
May 15, 2019 - Java
-
Updated
Dec 28, 2021 - Go
-
Updated
Jan 13, 2022 - 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."
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