Home
last modified time | relevance | path

Searched refs:measure_runtime (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/utility/benchmark/
H A Dbenchmarksuite.cpp121 static double measure_runtime( in measure_runtime() function
145 measure_runtime( in compute_measurement_count()
166 measure_runtime( in measure_call_overhead_ticks()
254 Impl::measure_runtime( in run()
282 Impl::measure_runtime( in run()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/scripts/
H A Drun-splash216 …test_output="${1}-p${p}.out" measure_runtime "$@" -p${psep}${p} "${test_args}" | avgstddev > "$tmp"
28 …test_output="${1}-p${p}.out" measure_runtime "$@" -p${psep}${p} "${test_args}" | avgstddev > "$tmp"
40 …test_output="${1}-p${p}.out" measure_runtime "$@" -p${psep}${p} "${test_args}" | avgstddev > "$tmp"
H A Dmeasurement-functions105 function measure_runtime {
141 measure_runtime "$@" | avgstddev > "$tmp"
H A Drun-matinv27 measure_runtime ${MATINV} $n | avgstddev > "$tmp"
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/scripts/
H A Drun-splash216 …test_output="${1}-p${p}.out" measure_runtime "$@" -p${psep}${p} "${test_args}" | avgstddev > "$tmp"
28 …test_output="${1}-p${p}.out" measure_runtime "$@" -p${psep}${p} "${test_args}" | avgstddev > "$tmp"
40 …test_output="${1}-p${p}.out" measure_runtime "$@" -p${psep}${p} "${test_args}" | avgstddev > "$tmp"
H A Dmeasurement-functions105 function measure_runtime {
141 measure_runtime "$@" | avgstddev > "$tmp"
H A Drun-matinv27 measure_runtime ${MATINV} $n | avgstddev > "$tmp"
/dports/www/hiawatha/hiawatha-10.12/src/
H A Dtarget.c535 bool timed_out = false, measure_runtime = false; in execute_cgi() local
737 measure_runtime = gettimeofday(&tv_begin, &tz_begin) == 0; in execute_cgi()
1178 if (session->config->monitor_enabled && measure_runtime) { in execute_cgi()