https://github.com/vic-lsh/subsecond-visualizer
https://github.com/vic-lsh/subsecond-visualizer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vic-lsh/subsecond-visualizer
- Owner: vic-lsh
- License: mit
- Created: 2021-10-24T01:22:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T03:09:30.000Z (over 3 years ago)
- Last Synced: 2025-01-25T13:07:35.244Z (4 months ago)
- Language: TypeScript
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# subsecond-visualizer
Understanding different subsecond time units:
```
1,000 nanoseconds = 1 microsecond
1,000 microseconds = 1 millisecond
1,000 milliseconds = 1 second
```Therefore,
```
1 second = 1,000 milliseconds (1k ms)
1 second = 1,000,000 microseconds (1 million μs)
1 second = 1,000,000,000 nanoseconds (1 billion ns)
```