HomeSort by: relevance | last modified time | path
    Searched refs:PROFILING (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/
configure.in 617 dnl -- Enable profiling
618 AC_MSG_CHECKING(whether to gather gcov profiling data)
619 AC_ARG_ENABLE(profiling,
620 AC_HELP_STRING(--enable-profiling, [Gather gcov profiling data]),
621 PROFILING=$enableval, PROFILING=no)
622 AC_MSG_RESULT($PROFILING)
624 if test "x$PROFILING" = xyes; then
629 AC_MSG_ERROR([lcov and genhtml are required for profiling])
    [all...]
configure 1514 --enable-profiling Gather gcov profiling data
12072 { $as_echo "$as_me:$LINENO: checking whether to gather gcov profiling data" >&5
12073 $as_echo_n "checking whether to gather gcov profiling data... " >&6; }
12074 # Check whether --enable-profiling was given.
12076 enableval=$enable_profiling; PROFILING=$enableval
12078 PROFILING=no
12081 { $as_echo "$as_me:$LINENO: result: $PROFILING" >&5
12082 $as_echo "$PROFILING" >&6; }
12084 if test "x$PROFILING" = xyes; the
    [all...]

Completed in 34 milliseconds