Skip to content
This repository was archived by the owner on Aug 24, 2020. It is now read-only.
This repository was archived by the owner on Aug 24, 2020. It is now read-only.

In python 3.8 error AttributeError: module 'time' has no attribute 'clock' #58

@heckad

Description

@heckad
  File "profiling\tracing\timers.py", line 24, in Timer
    clock = time.clock
AttributeError: module 'time' has no attribute 'clock'

Seems need change function clock on time.perf_counter() or time.process_time()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions