mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 10:50:28 +00:00
Merge 584397bdad
into 792b1c84c0
This commit is contained in:
commit
afabc14d31
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ local function BinaryTreesDemo()
|
||||||
Write('<dd>\r\n')
|
Write('<dd>\r\n')
|
||||||
Write('%g seconds, or<br>\r\n' % {nanos / 1e9})
|
Write('%g seconds, or<br>\r\n' % {nanos / 1e9})
|
||||||
Write('%g milliseconds, or<br>\r\n' % {nanos / 1e6})
|
Write('%g milliseconds, or<br>\r\n' % {nanos / 1e6})
|
||||||
Write('%g microseconds, or<br>\r\n' % {nanos / 1e6})
|
Write('%g microseconds, or<br>\r\n' % {nanos / 1e3})
|
||||||
Write('%d nanoseconds\r\n' % {nanos})
|
Write('%d nanoseconds\r\n' % {nanos})
|
||||||
Write('<dt>unix.clock_gettime() #1\r\n')
|
Write('<dt>unix.clock_gettime() #1\r\n')
|
||||||
Write('<dd>%d, %d\r\n' % {secs1, nanos1})
|
Write('<dd>%d, %d\r\n' % {secs1, nanos1})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue