aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/erl_driver.xml
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2016-02-02 16:20:19 +0100
committerRickard Green <[email protected]>2016-02-02 16:20:19 +0100
commit18f0707c218ebdeb6024ecffd7704d3582e0b91c (patch)
treeddae22caf23f7cf4b6559b08ee6436d1f268caee /erts/doc/src/erl_driver.xml
parent3f33428db9aea0d767295322c4e882a5c6bbf7db (diff)
downloadotp-18f0707c218ebdeb6024ecffd7704d3582e0b91c.tar.gz
otp-18f0707c218ebdeb6024ecffd7704d3582e0b91c.tar.bz2
otp-18f0707c218ebdeb6024ecffd7704d3582e0b91c.zip
Use nano second time unit in tracing
Diffstat (limited to 'erts/doc/src/erl_driver.xml')
-rw-r--r--erts/doc/src/erl_driver.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/erts/doc/src/erl_driver.xml b/erts/doc/src/erl_driver.xml
index e338e95938..34dc8af238 100644
--- a/erts/doc/src/erl_driver.xml
+++ b/erts/doc/src/erl_driver.xml
@@ -1052,8 +1052,9 @@ typedef struct ErlIOVec {
<desc>
<marker id="driver_get_now"></marker>
<warning><p><em>This function is deprecated! Do not use it!</em>
- Use the documented
- <seealso marker="#time_measurement">time measurement functionality</seealso>
+ Use <seealso marker="#erl_drv_monotonic_time"><c>erl_drv_monotonic_time()</c></seealso>
+ (perhaps in combination with
+ <seealso marker="#erl_drv_time_offset"><c>erl_drv_time_offset()</c></seealso>)
instead.</p></warning>
<p>This function reads a timestamp into the memory pointed to by
the parameter <c>now</c>. See the description of <seealso marker="#ErlDrvNowData">ErlDrvNowData</seealso> for