단조 시계 (모노토닉 클록)
technicalEmbed This Widget
Add the script tag and a data attribute to embed this widget.
<script src="https://cdn.jsdelivr.net/npm/timefyi-embed@1/dist/embed.min.js" defer></script>
<div data-timefyi="glossary" data-slug="monotonic-clock"></div>
Embed via iframe for maximum compatibility.
<iframe src="https://timefyi.com/iframe/glossary/monotonic-clock/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://timefyi.com/glossary/monotonic-clock/
Add a dynamic SVG badge to your README or docs.
[](https://timefyi.com/glossary/monotonic-clock/)
Use the native HTML custom element.
<script src="https://cdn.jsdelivr.net/npm/timefyi-embed@1/dist/embed.min.js" defer></script>
<timefyi-glossary slug="monotonic-clock"></timefyi-glossary>
정의
NTP에 의해 뒤로 조정될 수 있는 벽시계와 달리 절대 뒤로 가지 않고 앞으로만 진행하는 시계입니다. 프로그래밍에서 경과 시간을 정확하게 측정하는 데 사용됩니다(예: Python의 time.monotonic()).