Various places in WissKI time things like this:

    $start = microtime(TRUE);
    // some code here
    $end = microtime(TRUE);
    $duration = $end - $start;

Microtime() returns wall clock time and is not guaranteed to be monotone.
From the documentation:

For performance measurements, using hrtime() is recommended.

We should update WissKI code accordingly.

Issue fork wisski-3566657

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

twiesing created an issue. See original summary.

twiesing’s picture

Assigned: Unassigned » khefele

khefele made their first commit to this issue’s fork.

twiesing’s picture

Status: Active » Postponed

Postponing this for after the release.