-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
bugError, flaw, or fault that causes unexpected behaviorError, flaw, or fault that causes unexpected behavior
Description
Describe the problem.
The add_time method converts NS to MS by dividing by 1000 but it should be divide by 1000000.
proxystore/proxystore/store/metrics.py
Line 162 in ed774b6
| times[name].add_time(time_ns / 1000) |
Potentially, we should change
Metrics.add_time to take milliseconds directly, and use the elapsed_ms attribute of the Timer in `Store.
How did you install ProxyStore?
pip install proxystoreProxyStore Version
v0.6.4
Python Version
All
OS and Platform
All
Metadata
Metadata
Assignees
Labels
bugError, flaw, or fault that causes unexpected behaviorError, flaw, or fault that causes unexpected behavior