Depends on D19796. Simplify some timing code by using phutil_microseconds_since() instead of duplicate casting and arithmetic.
Details
Details
Grepped for 1000000 to find these. Pulled, pushed, made a conduit call. This isn't exhaustive but it should be hard for these to break in a bad way since they're all just diagnostic.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Tests failed since we don't have phutil_microseconds_since() in master yet (until D19796).
Comment Actions
Grepped for 1000000 to find these.
So we only found the callsites that do have the correct number of zeroes 😢
Comment Actions
hahaha
grep 10000 | grep -v 1000000 doesn't seem to turn up anything suspicious so I suspect we're okay.