Skip to content
Commit d9dfb379 authored by Arjen Hiemstra's avatar Arjen Hiemstra
Browse files

ProcessCore: Ignore elapsedTime < 0 when updating process usage

QElapsedTimer::restart() of a timer that was not yet started will
potentially return something < 0. Since time travel is not possible we
can treat it as an invalid value and ignore it.
parent bcbb9482
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment