aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/erl_driver.xml
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2016-02-02 16:21:15 +0100
committerRickard Green <[email protected]>2016-02-02 16:21:15 +0100
commit876af25b600bf698cac95cd1902fa16aeecc0c7e (patch)
tree1692da4f540f75506f88fe06715c1cfe7cafdc4f /erts/doc/src/erl_driver.xml
parent61ef7511c5ffae0b061d7cc45e9d564b02b891db (diff)
parent18f0707c218ebdeb6024ecffd7704d3582e0b91c (diff)
downloadotp-876af25b600bf698cac95cd1902fa16aeecc0c7e.tar.gz
otp-876af25b600bf698cac95cd1902fa16aeecc0c7e.tar.bz2
otp-876af25b600bf698cac95cd1902fa16aeecc0c7e.zip
Merge branch 'rickard/monotonic-time-improvements/OTP-13222' into maint
* rickard/monotonic-time-improvements/OTP-13222: 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