## Constant: COMMON-LISP:INTERNAL-TIME-UNITS-PER-SECOND [![package](https://img.shields.io/badge/Package-COMMON--LISP-5f9ea0.svg?style=social&colorA=999999)](../) [![type](https://img.shields.io/badge/Type-Constant-5f9ea0.svg?style=social&colorA=999999)](../#constant) [![clhs](https://img.shields.io/badge/CLHS-INTERNAL--TIME--UNITS--PER--SECOND-5f9ea0.svg?style=social&colorA=999999)](http://www.lispworks.com/documentation/HyperSpec/Body/v_intern.htm) > The number of internal time units that fit into a second. See > GET-INTERNAL-REAL-TIME and GET-INTERNAL-RUN-TIME. ### Value ```cl 1000 ```