An open API service indexing awesome lists of open source software.

https://github.com/vic-lsh/subsecond-visualizer


https://github.com/vic-lsh/subsecond-visualizer

Last synced: 2 months ago
JSON representation

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)
```