3973. [test] Added hooks for Google Performance Tools
CPU profiler, including real-time/wall-clock
profiling. [RT #37339]
3974. [bug] Handle DH_compute_key() failure correctly in
openssldh_link.c. [RT #37477]
-3973. [func] Added hooks for Google/Great Performance Tools
- CPU Profiler, including in real time. [RT #37339]
+3973. [test] Added hooks for Google Performance Tools
+ CPU profiler, including real-time/wall-clock
+ profiling. [RT #37339]
3972. [bug] Fix host's usage statement. [RT #37397]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: app.c,v 1.64 2009/11/04 05:58:46 marka Exp $ */
-
/*! \file */
#include <config.h>
return (ISC_R_UNEXPECTED);
}
#ifdef HAVE_GPERFTOOLS_PROFILER
- /*
- * Don't want to get 99.99% real time is sigsuspend()!
- */
if (sigaddset(&sset, SIGALRM) != 0) {
isc__strerror(errno, strbuf, sizeof(strbuf));
UNEXPECTED_ERROR(__FILE__, __LINE__,