File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RESTRICT="perfdata-sample-gen? ( strip ) !test? ( test )"
42
42
RDEPEND="
43
43
perfdata-sample-gen? (
44
44
app-alternatives/sh
45
- =dev-util/perfdata-0.7 *
45
+ =dev-util/perfdata-0.12 *
46
46
)
47
47
"
48
48
DEPEND="
239
239
use perfdata-sample-gen && cat << EOF
240
240
. '/etc/profile.env' # make sure llvm tools are in PATH
241
241
export PERFDATA_PROFILE_DIR="${PERFDATA_PROFILE_DIR_BOINC} "
242
- exec perfdata --format prof --binary "${CMDOCK_EXE} " --binary "${CMDOCK_LIB} " "${CMDOCK_EXE} " "\$ {@}"
242
+
243
+ # all hot paths are in libcmdock.so so sampling from cmdock also would be a waste of time
244
+ exec perfdata --format prof --binary "${CMDOCK_LIB} " "${CMDOCK_EXE} " "\$ {@}"
243
245
EOF
244
246
245
247
! use perfdata-sample-gen &&
You can’t perform that action at this time.
0 commit comments