Select the types of activity you want to include in your feed.
@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
···55555656 public static function startProfiler() {
5757 self::includeXHProfLib();
5858- xhprof_enable();
5858+ // Note: HPHP's implementation of XHProf currently requires an argument
5959+ // to xhprof_enable() -- see Facebook Task #531011.
6060+ xhprof_enable(0);
5961 }
60626163 public static function stopProfiler() {