Home
last modified time | relevance | path

Searched refs:PERF (Results 1 – 25 of 549) sorted by relevance

12345678910>>...22

/dports/devel/isa-l/isa-l-2.30.0/include/
H A Dtest.h181 perf_start(PERF); \
183 perf_pause(PERF); \
188 perf_start(PERF); \
192 perf_stop(PERF); \
202 (PERF)->iterations = 0; \
203 perf_start(PERF); \
207 perf_pause(PERF); \
215 perf_continue(PERF); \
219 perf_pause(PERF); \
231 perf_start(PERF); \
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/
H A Dperf-with-kcore.sh19 if [ -n "$PERF" ] ; then
22 PERF=`which perf || true`
23 if [ -z "$PERF" ] ; then
27 if [ ! -x "$PERF" ] ; then
31 echo "Using $PERF"
32 "$PERF" version
46 ("$PERF" record -o perf.data.junk "${PERF_OPTIONS[@]}" -- sleep 60) >/dev/null 2>/dev/null &
52 KCORE=$(($SUDO "$PERF" buildid-cache -v -f -k /proc/kcore >/dev/null) 2>&1)
184 echo "$PERF record -o $PERF_DATA_DIR/perf.data ${PERF_OPTIONS[@]} -- $@"
185 "$PERF" record -o "$PERF_DATA_DIR/perf.data" "${PERF_OPTIONS[@]}" -- "$@" || true
[all …]
H A D.gitignore2 PERF-CFLAGS
3 PERF-GUI-VARS
4 PERF-VERSION-FILE
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/
H A Dperf-with-kcore.sh19 if [ -n "$PERF" ] ; then
22 PERF=`which perf || true`
23 if [ -z "$PERF" ] ; then
27 if [ ! -x "$PERF" ] ; then
31 echo "Using $PERF"
32 "$PERF" version
46 ("$PERF" record -o perf.data.junk "${PERF_OPTIONS[@]}" -- sleep 60) >/dev/null 2>/dev/null &
52 KCORE=$(($SUDO "$PERF" buildid-cache -v -f -k /proc/kcore >/dev/null) 2>&1)
184 echo "$PERF record -o $PERF_DATA_DIR/perf.data ${PERF_OPTIONS[@]} -- $@"
185 "$PERF" record -o "$PERF_DATA_DIR/perf.data" "${PERF_OPTIONS[@]}" -- "$@" || true
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/
H A Dperf-with-kcore.sh19 if [ -n "$PERF" ] ; then
22 PERF=`which perf || true`
23 if [ -z "$PERF" ] ; then
27 if [ ! -x "$PERF" ] ; then
31 echo "Using $PERF"
32 "$PERF" version
46 ("$PERF" record -o perf.data.junk "${PERF_OPTIONS[@]}" -- sleep 60) >/dev/null 2>/dev/null &
52 KCORE=$(($SUDO "$PERF" buildid-cache -v -f -k /proc/kcore >/dev/null) 2>&1)
184 echo "$PERF record -o $PERF_DATA_DIR/perf.data ${PERF_OPTIONS[@]} -- $@"
185 "$PERF" record -o "$PERF_DATA_DIR/perf.data" "${PERF_OPTIONS[@]}" -- "$@" || true
[all …]
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/unix/aix/
H A DPerfstatTest.java51 private static final Perfstat PERF = Platform.isAIX() ? Perfstat.INSTANCE : null; field in PerfstatTest
57 PERF.perfstat_partition_config(null, config, config.size(), 1)); in testPerfstatParitionConfig()
75 int cputotal = PERF.perfstat_cpu(null, null, cpu.size(), 0); in testPerfstatCpu()
91 int total = PERF.perfstat_disk(null, null, disk_stats.size(), 0); in testPerfstatDisk()
98 PERF.perfstat_disk(firstdisk_stats, statp, disk_stats.size(), total)); in testPerfstatDisk()
122 int total = PERF.perfstat_netinterface(null, null, netinterface.size(), 0); in testPerfstatNetInterfaces()
129PERF.perfstat_netinterface(firstnetinterface, statp, netinterface.size(), total)); in testPerfstatNetInterfaces()
142 int procCount = PERF.perfstat_process(null, null, process.size(), 0); in testPerfstatProcesses()
146 int ret = PERF.perfstat_process(firstprocess, proct, process.size(), procCount); in testPerfstatProcesses()
170 int total = PERF.perfstat_protocol(null, null, protocol.size(), 0); in testPerfstatProtocols()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/tests/ext4/
H A Dandroid_emmc_perf_tests.sh3 PERF="rand_emmc_perf"
17 if [ ! -r "$PERF" ]
19 echo "Cannot read $PERF test binary"
86 adb push "$PERF" /dev
113 adb push "$PERF" "$PERF_LOC"
158 adb shell /dev/$PERF -w -o -s 20000 -f /dev/full_stats 400 "$CACHE"
248 adb shell "$PERF_LOC"/"$PERF" -r 6000 "/dev/block/$MMCDEV"
257 adb shell "$PERF_LOC"/"$PERF" -r 6000 "/dev/block/$MMCDEV"
265 adb shell "$PERF_LOC"/"$PERF" -w 100 "$CACHE"
272 adb shell "$PERF_LOC"/"$PERF" -w -o 100 "$CACHE"
[all …]
/dports/math/libxsmm/libxsmm-1.16.3/samples/cp2k/
H A Dcp2k-plot.sh28 PERF=$(${GREP} -A1 -i "${VARIANT}" ${FILE} | \
33 NUM=$(echo "${PERF}" | wc -l | tr -d " ")
34 MIN=$(echo ${PERF} | ${CUT} -d" " -f1)
35 MAX=$(echo ${PERF} | ${CUT} -d" " -f${NUM})
43 AVG=$(echo "$(echo -n "scale=3;(${PERF})/${NUM}" | tr "\n" "+")" | ${BC})
47 A=$(echo ${PERF} | ${CUT} -d" " -f${NUM2})
48 B=$(echo ${PERF} | ${CUT} -d" " -f$((NUM2 + 1)))
51 MED=$(echo ${PERF} | ${CUT} -d" " -f$((NUM2 + 1)))
/dports/www/moodle310/moodle/lib/classes/session/
H A Dmanager.php87 global $CFG, $DB, $PERF;
121 global $PERF;
136 $PERF->sessionlock['wait'] = $PERF->sessionlock['gained'] - $PERF->sessionlock['start'];
168 global $CFG, $PERF;
688 global $PERF;
694 … $PERF->sessionlock['held'] = $PERF->sessionlock['released'] - $PERF->sessionlock['gained'];
1337 global $PERF;
1358 global $PERF;
1363 return $PERF->sessionlock;
1370 global $CFG, $PERF;
[all …]
/dports/www/moodle39/moodle/lib/classes/session/
H A Dmanager.php87 global $CFG, $DB, $PERF;
121 global $PERF;
136 $PERF->sessionlock['wait'] = $PERF->sessionlock['gained'] - $PERF->sessionlock['start'];
168 global $CFG, $PERF;
688 global $PERF;
694 … $PERF->sessionlock['held'] = $PERF->sessionlock['released'] - $PERF->sessionlock['gained'];
1337 global $PERF;
1358 global $PERF;
1363 return $PERF->sessionlock;
1370 global $CFG, $PERF;
[all …]
/dports/math/libxsmm/libxsmm-1.16.3/samples/eigen/
H A Deigen_smm-plot.sh27 PERF=$(${GREP} -A2 "${VARIANT}" ${FILE} \
32 NUM=$(echo "${PERF}" | wc -l | tr -d " ")
33 MIN=$(echo ${PERF} | ${CUT} -d" " -f1)
34 MAX=$(echo ${PERF} | ${CUT} -d" " -f${NUM})
42 AVG=$(echo "$(echo -n "scale=3;(${PERF})/${NUM}" | tr "\n" "+")" | ${BC})
46 A=$(echo ${PERF} | ${CUT} -d" " -f${NUM2})
47 B=$(echo ${PERF} | ${CUT} -d" " -f$((NUM2 + 1)))
50 MED=$(echo ${PERF} | ${CUT} -d" " -f$((NUM2 + 1)))
/dports/www/moodle311/moodle/lib/classes/session/
H A Dmanager.php104 global $CFG, $DB, $PERF;
149 global $PERF, $CFG;
164 $PERF->sessionlock['wait'] = $PERF->sessionlock['gained'] - $PERF->sessionlock['start'];
204 global $CFG, $PERF;
724 global $PERF, $ME, $CFG;
730 … $PERF->sessionlock['held'] = $PERF->sessionlock['released'] - $PERF->sessionlock['gained'];
1373 global $PERF;
1394 global $PERF;
1399 return $PERF->sessionlock;
1406 global $CFG, $PERF;
[all …]
/dports/devel/icu-lx/icu/source/test/perf/utrie2perf/
H A Dutrie2perf.bat7 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf variable
17 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
19 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
20 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
21 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
H A Dutrie2perf.sh13 PERF=~/svn.icu/utf8-dev/test/perf/utrie2perf/utrie2perf
23 $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
26 $PERF ToNFC -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
27 $PERF GetBiDiClass -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
/dports/devel/icu/icu/source/test/perf/utrie2perf/
H A Dutrie2perf.bat7 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf variable
17 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
19 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
20 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
21 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
H A Dutrie2perf.sh13 PERF=~/svn.icu/utf8-dev/test/perf/utrie2perf/utrie2perf
23 $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
26 $PERF ToNFC -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
27 $PERF GetBiDiClass -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
/dports/www/httest/httest-2.4.24/test/
H A Dsimple_rampup.htt1 REQUIRE_MODULE PERF
24 PERF:RAMPUP 10 5000
25 PERF:DISTRIBUTED localhost:10011
26 PERF:DISTRIBUTED localhost:10012
27 PERF:DISTRIBUTED localhost:10013
28 PERF:DISTRIBUTED localhost:10014
H A Dsimple_perf.htt1 REQUIRE_MODULE PERF
25 PERF:DISTRIBUTED localhost:10011
26 PERF:DISTRIBUTED localhost:10012
27 PERF:DISTRIBUTED localhost:10013
28 PERF:DISTRIBUTED localhost:10014
/dports/textproc/words/words-1.97F_3/
H A Dput_example_line.adb107 elsif TENSE = PERF then
108 if (TENSE = PERF) and (PERSON = 3) and (NUMBER = S) then
148 elsif TENSE = PERF then
164 elsif TENSE = PERF then
211 elsif TENSE in PERF..FUTP then
222 if TENSE in PERF..PLUP then
245 elsif KIND = SEMIDEP and then TENSE in PERF..FUTP then
324 when PERF =>
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/disk/
H A Dhdsentinel125 PERF=`echo $linf | awk '{print $15}'`
126 if [[ "$PERF" == *Unknown* ]] || [[ "$PERF" == "" ]] ; then
127 PERF='U'
129 echo $PERF
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DClientConfigPerf.cs37 #if PERF in ClientConfigPerf()
48 #if PERF in Reset()
54 #if PERF in Record()
68 #if PERF in DoPrint()
87 #if PERF in Print()
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/EXTRAS/indexes/cache/
H A Dadtran27 ADTRAN-IF-PERF-HISTORY-MIB adGenAosIfPerformanceHistory.mib
28 ADTRAN-MEF-PER-COS-PER-EVC-PERF-HISTORY-MIB adGenAosMefPerCosPerEvcPerformanceHistory.mib
29 ADTRAN-MEF-PER-COS-PER-UNI-PERF-HISTORY-MIB adGenAosMefPerCosPerUniPerformanceHistory.mib
30 ADTRAN-MEF-PER-EVC-PERF-HISTORY-MIB adGenAosMefPerEvcPerformanceHistory.mib
31 ADTRAN-MEF-PER-UNI-PERF-HISTORY-MIB adGenAosMefPerUniPerformanceHistory.mib
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A DPERF-VERSION-GEN8 GVF=${OUTPUT}PERF-VERSION-FILE
23 elif test -f ../../PERF-VERSION-FILE
25 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A DPERF-VERSION-GEN8 GVF=${OUTPUT}PERF-VERSION-FILE
23 elif test -f ../../PERF-VERSION-FILE
25 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A DPERF-VERSION-GEN8 GVF=${OUTPUT}PERF-VERSION-FILE
23 elif test -f ../../PERF-VERSION-FILE
25 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')

12345678910>>...22