X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=python%2Fovs%2Ftimeval.py;h=71160798d6269eabc27f55cae2bba2f6e0e78ec0;hb=e44a6fe503ad639787ec2f8d1ee0710e63dacd81;hp=cd657ddc417844e76af4a7842830f0529701f2ad;hpb=991559357f6a03c3a5b70c053c8c2554aa8d5ee4;p=sliver-openvswitch.git diff --git a/python/ovs/timeval.py b/python/ovs/timeval.py index cd657ddc4..71160798d 100644 --- a/python/ovs/timeval.py +++ b/python/ovs/timeval.py @@ -14,11 +14,13 @@ import time + def msec(): """Returns the current time, as the amount of time since the epoch, in milliseconds, as a float.""" return time.time() * 1000.0 + def postfork(): # Just a stub for now pass