omnitrace-sample (#169)
- `omnitrace-sample` executable which executes sampling (no instrumentation) - fixes bug with OMPT ignoring value of `OMNITRACE_USE_OMPT` - fixes some issues with sampling duration - new `OMNITRACE_SAMPLING_INCLUDE_INLINES` configuration variable - restricts process-sampling to 100 interrupts/sec when inheriting value from `OMNITRACE_SAMPLING_FREQ` - `OMNITRACE_PROCESS_SAMPLING_FREQ` still supports up to 1000 interrupts/sec - fixes bug with colorized log not truly being disabled in all instances - adds tests for `omnitrace-sample` - adds tests for sampling duration - settings ROCP_TOOL_LIB to libomnitrace-dl throws error - rocprofiler does not configure correctly when this is done - Quiet numa_gotcha warnings - Fixed some shadowed variables
이 커밋은 다음에 포함됨:
@@ -289,11 +289,18 @@ pthread_create_gotcha::shutdown()
|
||||
|
||||
bundles->clear();
|
||||
|
||||
OMNITRACE_BASIC_VERBOSE(
|
||||
1,
|
||||
// 2 && _ndangling > 0,
|
||||
"[pthread_create_gotcha::shutdown] cleaned up %lu dangling bundles\n",
|
||||
_ndangling);
|
||||
if(config::settings_are_configured())
|
||||
{
|
||||
OMNITRACE_VERBOSE(2 && _ndangling > 0,
|
||||
"[pthread_create_gotcha] cleaned up %lu dangling bundles\n",
|
||||
_ndangling);
|
||||
}
|
||||
else
|
||||
{
|
||||
OMNITRACE_BASIC_VERBOSE(
|
||||
2 && _ndangling > 0,
|
||||
"[pthread_create_gotcha] cleaned up %lu dangling bundles\n", _ndangling);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
새 이슈에서 참조
사용자 차단