Page MenuHomePhorge
Diviner Arcanist Tech Docs phutil_microseconds_since

function phutil_microseconds_since($timestamp)
Arcanist Technical Documentation ()

Compute the number of microseconds that have elapsed since an earlier timestamp (from microtime(true)).

Parameters
double$timestampMicrosecond-precision timestamp, from `microtime(true)`.
Return
intElapsed microseconds.