pi_time

Crates.iopi_time
lib.rspi_time
version0.5.0
sourcesrc
created_at2022-03-01 01:49:19.795166
updated_at2024-10-14 11:25:50.251726
descriptionThe library is used to obtain the time and is not affected by the system modification time
homepage
repositoryhttps://github.com/GaiaWorld/pi_time.git
max_upload_size
id541270
size46,589
dev (github:gaiaworld:dev)

documentation

README

pi_time

  • 该库用于获取时间,不受系统修改时间的影响
  • 采用进程启动时记录启动时间(对齐到秒),然后获取时间时,返回启动后的时间+启动时间
  • 时刻在创建时始终保证不小于任何先前测量的时刻,并且通常对测量基准或计时操作所需时间等任务很有用。
  • 但是请注意,不能保证瞬间是稳定的。换句话说,底层时钟的每个滴答声的长度可能不同(例如,某些秒可能比其他秒长)。一个瞬间可能会向前跳跃或经历时间膨胀(减速或加速),但它永远不会倒退。
Commit count: 24

cargo fmt