You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Ryan Thompson (Jira)" <ji...@apache.org> on 2022/04/05 14:24:00 UTC

[jira] [Created] (BEAM-14255) Drop the clock abastraction and just use time.time for time measurements

Ryan Thompson created BEAM-14255:
------------------------------------

             Summary: Drop the clock abastraction and just use time.time for time measurements
                 Key: BEAM-14255
                 URL: https://issues.apache.org/jira/browse/BEAM-14255
             Project: Beam
          Issue Type: Sub-task
          Components: sdk-py-core
            Reporter: Ryan Thompson


Right now the TFX-BSL Runinference library uses an abstract clock class to get microsecond precision, but time.time should give an adequate precision.

 

Investigate removing the clock abstraction and just using time.time.

 

Alternatively, comment why the abstraction is useful.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)