Page MenuHomePhabricator

TimingMetric and recursion edge case
Closed, ResolvedPublic

Description

Due to the stateful nature of TimingMetric->start() and stop(), these helpers cannot be used when the operation being measured recurs back on itself. This limitation should be documented with an alternative pattern.

T367110: PagedTiffHandler phpunit failure on TimingMetric
T367928: TimingMetric warning on File: page after uploading video file