This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parameters for running scripts/commands at specific times.
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
- Loading branch information
andreeaflorescu
committed
Jan 25, 2016
1 parent
1d6662f
commit 8f0f0b0
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters