Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Parameters for running scripts/commands at specific times. #69

Merged
merged 1 commit into from
Feb 3, 2016

Conversation

andreeaflorescu
Copy link
Contributor

Added three parameters for running scripts/commands before warmup, after warmup
and after benchmark.
Internally we use these parameters to profile HHVM using VTune/perf or to
regenerate the oss hot section ordering file.

Example for running VTune:
perf.php --wordpress
--i-am-not-benchmarking
--exec-after-warmup="amplxe-cl
-collect advanced-hotspots
--analyze-system
--d 60 > dmp_vtune.txt &"
--hhvm=$HHVM_PATH

Added three parameters for running scripts/commands before warmup, after warmup
and after benchmark.
Internally we use these parameters to profile HHVM using VTune/perf or to
regenerate the oss hot section ordering file.

Example for running VTune:
perf.php --wordpress  \
	 --i-am-not-benchmarking \
	 --exec-after-warmup="amplxe-cl \
		-collect advanced-hotspots  \
		--analyze-system \
		--d 60 > dmp_vtune.txt &" \
	 --hhvm=$HHVM_PATH
@fredemmott
Copy link
Contributor

Thanks!

fredemmott added a commit that referenced this pull request Feb 3, 2016
Parameters for running scripts/commands at specific times.
@fredemmott fredemmott merged commit 7c49112 into facebookarchive:master Feb 3, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants