@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
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix tooltip typo.

Summary: chilren.

Test Plan: yep.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4400

authored by

Ricky Elrod and committed by
epriestley
86938688 6a691083

+1 -1
+1 -1
src/applications/xhprof/view/PhabricatorXHProfProfileTopLevelView.php
··· 90 90 'sigil' => 'has-tooltip', 91 91 'meta' => array( 92 92 'tip' => 'Total wall time spent in this function and all of '. 93 - 'its children (chilren are other functions it called '. 93 + 'its children (children are other functions it called '. 94 94 'while executing).', 95 95 'size' => 200, 96 96 ),