From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- erts/doc/src/erlang.xml | 782 ++++++++++++++++++++++++------------------------ 1 file changed, 391 insertions(+), 391 deletions(-) (limited to 'erts/doc/src/erlang.xml') diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index e498825ba4..6cecc2f77f 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -29,7 +29,7 @@ erlang.xml - erlang + erlang The Erlang BIFs.

By convention, most Built-In Functions (BIFs) are included @@ -210,8 +210,8 @@ - - + + Arithmetical absolute value.

Returns an integer or float that is the arithmetical @@ -227,7 +227,7 @@ - + Compute adler32 checksum.

Computes and returns the adler32 checksum for @@ -236,7 +236,7 @@ - + Compute adler32 checksum.

Continues computing the adler32 checksum by combining @@ -253,7 +253,7 @@ Y = erlang:adler32([Data1,Data2]). - + Combine two adler32 checksums.

Combines two previously computed adler32 checksums. @@ -272,7 +272,7 @@ Z = erlang:adler32_combine(X,Y,iolist_size(Data2)). - + Append an extra element to a tuple.

Returns a new tuple that has one element more than @@ -289,7 +289,7 @@ Z = erlang:adler32_combine(X,Y,iolist_size(Data2)). - + Apply a function to an argument list.

Calls a fun, passing the elements in Args @@ -307,7 +307,7 @@ Z = erlang:adler32_combine(X,Y,iolist_size(Data2)). - + Apply a function to an argument list.

Returns the result of applying Function in @@ -337,7 +337,7 @@ Z = erlang:adler32_combine(X,Y,iolist_size(Data2)). - + Return the binary representation of an atom.

Returns a binary corresponding to the text @@ -362,7 +362,7 @@ Z = erlang:adler32_combine(X,Y,iolist_size(Data2)). - + Text representation of an atom.

Returns a string corresponding to the text @@ -409,7 +409,7 @@ Z = erlang:adler32_combine(X,Y,iolist_size(Data2)). - + Convert from text representation to an atom.

Returns the atom whose text representation is @@ -438,7 +438,7 @@ Z = erlang:adler32_combine(X,Y,iolist_size(Data2)). - + Convert from text representation to an atom.

As @@ -502,7 +502,7 @@ Z = erlang:adler32_combine(X,Y,iolist_size(Data2)). - + Convert a binary to a list.

Returns a list of integers corresponding to the bytes of @@ -511,7 +511,7 @@ Z = erlang:adler32_combine(X,Y,iolist_size(Data2)). - + Convert part of a binary to a list. 1..byte_size(Binary) @@ -533,7 +533,7 @@ Z = erlang:adler32_combine(X,Y,iolist_size(Data2)). - + Decode an Erlang external term format binary.

Returns an Erlang term that is the result of decoding @@ -613,7 +613,7 @@ hello - + Return the size of a bitstring.

Returns an integer that is the size in bits of @@ -628,7 +628,7 @@ hello - + Convert a bitstring to a list.

Returns a list of integers corresponding to the bytes of @@ -639,7 +639,7 @@ hello - + Increment the reduction counter.

This implementation-dependent function increments @@ -657,7 +657,7 @@ hello - + Return the size of a bitstring (or binary).

Returns an integer that is the number of bytes needed to @@ -674,7 +674,7 @@ hello - + Cancel a timer.

Cancels a timer. The same as calling @@ -790,7 +790,7 @@ hello - + Check if a process executes old code for a module.

The same as @@ -922,7 +922,7 @@ hello - + Compute crc32 (IEEE 802.3) checksum.

Computes and returns the crc32 (IEEE 802.3 style) checksum @@ -931,7 +931,7 @@ hello - + Compute crc32 (IEEE 802.3) checksum.

Continues computing the crc32 checksum by combining @@ -948,7 +948,7 @@ Y = erlang:crc32([Data1,Data2]). - + Combine two crc32 (IEEE 802.3) checksums.

Combines two previously computed crc32 checksums. @@ -967,7 +967,7 @@ Z = erlang:crc32_combine(X,Y,iolist_size(Data2)). - + Current date.

Returns the current date as {Year, Month, Day}.

@@ -980,7 +980,7 @@ Z = erlang:crc32_combine(X,Y,iolist_size(Data2)). - + Extract a protocol packet from a binary.

Decodes the binary Bin according to the packet @@ -1103,7 +1103,7 @@ Z = erlang:crc32_combine(X,Y,iolist_size(Data2)). - + Make the current code for a module old.

Makes the current code for Module become old @@ -1121,7 +1121,7 @@ Z = erlang:crc32_combine(X,Y,iolist_size(Data2)). - + Stop monitoring.

If MonitorRef is a reference that the @@ -1163,7 +1163,7 @@ Z = erlang:crc32_combine(X,Y,iolist_size(Data2)). - + Stop monitoring.

The returned value is true unless info is part @@ -1231,7 +1231,7 @@ end - + Force the disconnection of a node.

Forces the disconnection of a node. This appears to @@ -1245,7 +1245,7 @@ end - + Print a term on standard output.

Prints a text representation of Term on the @@ -1392,7 +1392,7 @@ end - + Return the Nth element of a tuple. 1..tuple_size(Tuple) @@ -1406,7 +1406,7 @@ b - + Return and delete the process dictionary.

Returns the process dictionary and deletes it, for @@ -1420,7 +1420,7 @@ b - + Return and delete a value from the process dictionary. @@ -1437,7 +1437,7 @@ b - + Stop execution with a specified reason.

Stops the execution of the calling process with the reason @@ -1461,7 +1461,7 @@ b - + Stop execution with a specified reason.

Stops the execution of the calling process with the reason @@ -1478,7 +1478,7 @@ b - + Stop execution with a specified reason.

Stops the execution of the calling process with exit reason @@ -1495,7 +1495,7 @@ b - + Send an exit signal to a process or a port.

Sends an exit signal with exit reason Reason to @@ -1570,7 +1570,7 @@ true - + Convert a number to a float.

Returns a float by converting Number to a float, @@ -1619,7 +1619,7 @@ true - + Text representation of a float.

The same as @@ -1678,7 +1678,7 @@ true - + Information about a fun.

Returns a list with information about the fun @@ -1779,7 +1779,7 @@ true - + Information about a fun. @@ -1799,7 +1799,7 @@ true - + Text representation of a fun.

Returns a string corresponding to the text @@ -1808,7 +1808,7 @@ true - + Check if a function is exported and loaded.

Returns true if the module Module is @@ -1824,7 +1824,7 @@ true - + Force an immediate garbage collection of the calling process. @@ -1840,7 +1840,7 @@ true - + Garbage collect a process.

The same as @@ -1915,7 +1915,7 @@ true - + Return the process dictionary.

Returns the process dictionary as a list of @@ -1930,7 +1930,7 @@ true - + Return a value from the process dictionary.

Returns the value Val associated with @@ -1946,7 +1946,7 @@ true - + Get the magic cookie of the local node.

Returns the magic cookie of the local node if the node is @@ -1971,7 +1971,7 @@ true - + Return a list of keys from the process dictionary.

Returns a list of keys that are associated with the value @@ -1989,7 +1989,7 @@ true - + Get the call stack back-trace of the last exception. @@ -2054,7 +2054,7 @@ end - + Get the group leader for the calling process.

Returns the process identifier of the group leader for the @@ -2069,7 +2069,7 @@ end - + Set the group leader for a process.

Sets the group leader of Pid @@ -2090,7 +2090,7 @@ end - + Halt the Erlang runtime system and indicate normal exit to the calling environment. @@ -2103,7 +2103,7 @@ os_prompt% - + Halt the Erlang runtime system.

The same as @@ -2159,7 +2159,7 @@ os_prompt% - + Head of a list.

Returns the head of List, that is, @@ -2174,7 +2174,7 @@ os_prompt% - + Hibernate a process until a message is sent to it.

Puts the calling process into a wait state where its memory @@ -2258,7 +2258,7 @@ os_prompt% - + Text representation of an integer.

Returns a string corresponding to the text @@ -2270,7 +2270,7 @@ os_prompt% - + Text representation of an integer.

Returns a string corresponding to the text @@ -2283,7 +2283,7 @@ os_prompt% - + Size of an iolist.

Returns an integer, that is the size in bytes, @@ -2296,7 +2296,7 @@ os_prompt% - + Convert an iolist to a binary.

Returns a binary that is made from the integers and @@ -2323,7 +2323,7 @@ os_prompt% - + Check whether the local node is alive.

Returns true if the local node is alive (that is, if @@ -2333,7 +2333,7 @@ os_prompt% - + Check whether a term is an atom.

Returns true if Term is an atom, @@ -2343,7 +2343,7 @@ os_prompt% - + Check whether a term is a binary.

Returns true if Term is a binary, @@ -2354,7 +2354,7 @@ os_prompt% - + Check whether a term is a bitstring.

Returns true if Term is a @@ -2364,7 +2364,7 @@ os_prompt% - + Check whether a term is a boolean.

Returns true if Term is the @@ -2375,7 +2375,7 @@ os_prompt% - + Check if a function is a BIF implemented in C.

This BIF is useful for builders of cross-reference tools.

@@ -2386,7 +2386,7 @@ os_prompt%
- + Check whether a term is a float.

Returns true if Term is a floating point @@ -2396,7 +2396,7 @@ os_prompt% - + Check whether a term is a fun.

Returns true if Term is a fun, otherwise @@ -2406,7 +2406,7 @@ os_prompt% - + Check whether a term is a fun with a specified given arity. @@ -2418,7 +2418,7 @@ os_prompt% - + Check whether a term is an integer.

Returns true if Term is an integer, @@ -2428,7 +2428,7 @@ os_prompt% - + Check whether a term is a list.

Returns true if Term is a list with @@ -2468,7 +2468,7 @@ false - + Check whether a term is a number.

Returns true if Term is an integer or a @@ -2478,7 +2478,7 @@ false - + Check whether a term is a process identifier.

Returns true if Term is a process @@ -2488,7 +2488,7 @@ false - + Check whether a term is a port.

Returns true if Term is a port identifier, @@ -2498,7 +2498,7 @@ false - + Check whether a process is alive.

Pid must refer to a process at the local @@ -2510,7 +2510,7 @@ false - + Check whether a term appears to be a record.

Returns true if Term is a tuple and its @@ -2531,7 +2531,7 @@ false - + Check whether a term appears to be a record.

RecordTag must be an atom.

@@ -2550,7 +2550,7 @@ false
- + Check whether a term is a reference.

Returns true if Term is a reference, @@ -2560,7 +2560,7 @@ false - + Check whether a term is a tuple.

Returns true if Term is a tuple, @@ -2570,7 +2570,7 @@ false - + Length of a list.

Returns the length of List, for example:

@@ -2582,7 +2582,7 @@ false
- + Create a link to another process (or port).

Creates a link between the calling process and another @@ -2609,7 +2609,7 @@ false - + Convert from text representation to an atom.

Returns the atom whose text representation is @@ -2629,7 +2629,7 @@ false - + Convert a list to a binary.

Returns a binary that is made from the integers and @@ -2647,7 +2647,7 @@ false - + Convert a list to a bitstring. @@ -2668,7 +2668,7 @@ false - + Convert from text representation to an atom.

Returns the atom whose text representation is @@ -2689,7 +2689,7 @@ false - + Convert from text representation to a float.

Returns the float whose text representation is @@ -2703,7 +2703,7 @@ false - + Convert from text representation to an integer.

Returns an integer whose text representation is @@ -2717,7 +2717,7 @@ false - + Convert from text representation to an integer.

Returns an integer whose text representation in base @@ -2732,7 +2732,7 @@ false - + Convert from text representation to a pid.

Returns a process identifier whose text representation is a @@ -2786,7 +2786,7 @@ false - + Convert a list to a tuple.

Returns a tuple corresponding to List, @@ -2799,7 +2799,7 @@ false - + Load object code for a module.

If Binary contains the object code for module @@ -2832,7 +2832,7 @@ false - + Load NIF library.

Loads and links a dynamic library containing native @@ -2885,7 +2885,7 @@ false - + List all loaded modules.

Returns a list of all loaded Erlang modules (current and @@ -2896,7 +2896,7 @@ false - + Current local date and time.

Returns the current local date and time, @@ -2911,7 +2911,7 @@ false - + Convert from local to Universal Time Coordinated (UTC) date and time. @@ -2928,7 +2928,7 @@ false - + Convert from local to Universal Time Coordinated (UTC) date and time. @@ -2954,7 +2954,7 @@ false - + Return a unique reference.

Returns a @@ -2971,7 +2971,7 @@ false - + Create a new tuple of a specified arity.

Creates a new tuple of the specified Arity, where @@ -2983,7 +2983,7 @@ false - + Create a new tuple with specifed arity and contents.

Creates a tuple of size Arity, where each element @@ -3071,7 +3071,7 @@ false - + Return the largest of two terms.

Returns the largest of Term1 and @@ -3081,7 +3081,7 @@ false - + Compute an MD5 message digest.

Computes an MD5 message digest from Data, where @@ -3099,7 +3099,7 @@ false - + Finish the update of an MD5 context and return the computed MD5 message digest. @@ -3109,7 +3109,7 @@ false - + Create an MD5 context.

Creates an MD5 context, to be used in the following calls to @@ -3118,7 +3118,7 @@ false - + Update an MD5 context with data and return a new context. @@ -3129,7 +3129,7 @@ false - + Information about dynamically allocated memory. @@ -3273,8 +3273,8 @@ RealSystem = system + MissedSystem - - + + Information about dynamically allocated memory. @@ -3313,7 +3313,7 @@ RealSystem = system + MissedSystem - + Return the smallest of two terms.

Returns the smallest of Term1 and @@ -3323,7 +3323,7 @@ RealSystem = system + MissedSystem - + Check if a module is loaded.

Returns true if the module Module @@ -3338,9 +3338,9 @@ RealSystem = system + MissedSystem - - - + + + Start monitoring. @@ -3512,7 +3512,7 @@ RealSystem = system + MissedSystem - + Monitor the status of a node.

Monitor the status of the node Node. @@ -3536,7 +3536,7 @@ RealSystem = system + MissedSystem - + Monitor the status of a node.

Behaves as @@ -3640,7 +3640,7 @@ RealSystem = system + MissedSystem - + Name of the local node.

Returns the name of the local node. If the node is not alive, @@ -3650,7 +3650,7 @@ RealSystem = system + MissedSystem - + At which node a pid, port, or reference originates.

Returns the node where Arg originates. @@ -3663,7 +3663,7 @@ RealSystem = system + MissedSystem - + All visible nodes in the system.

Returns a list of all visible nodes in the system, except @@ -3672,7 +3672,7 @@ RealSystem = system + MissedSystem - + All nodes of a certain type in the system.

Returns a list of nodes according to the argument specified. @@ -3715,7 +3715,7 @@ RealSystem = system + MissedSystem - + Elapsed time since 00:00 GMT. @@ -3744,7 +3744,7 @@ RealSystem = system + MissedSystem - + Open a port.

Returns a port identifier as the result of opening a @@ -4085,7 +4085,7 @@ RealSystem = system + MissedSystem - + Portable hash function. Range = 1..2^32, Hash = 1..Range @@ -4100,8 +4100,8 @@ RealSystem = system + MissedSystem - - + + Portable hash function. 1..2^32 0..Range-1 @@ -4125,7 +4125,7 @@ RealSystem = system + MissedSystem - + Text representation of a pid.

Returns a string corresponding to the text @@ -4134,7 +4134,7 @@ RealSystem = system + MissedSystem - + Perform a synchronous call to a port with term data.

Performs a synchronous call to a port. The meaning of @@ -4179,7 +4179,7 @@ RealSystem = system + MissedSystem - + Close an open port.

Closes an open port. Roughly the same as Port ! @@ -4219,7 +4219,7 @@ RealSystem = system + MissedSystem - + Send data to a port.

Sends data to a port. Same as @@ -4266,7 +4266,7 @@ RealSystem = system + MissedSystem - + Send data to a port.

Sends data to a port. port_command(Port, Data, []) @@ -4325,7 +4325,7 @@ RealSystem = system + MissedSystem - + Set the owner of a port.

Sets the port owner (the connected port) to Pid. @@ -4394,7 +4394,7 @@ RealSystem = system + MissedSystem - + Perform a synchronous control operation on a port.

Performs a synchronous control operation on a port. @@ -4431,7 +4431,7 @@ RealSystem = system + MissedSystem - + Information about a port.

Returns a list containing tuples with information about @@ -4462,7 +4462,7 @@ RealSystem = system + MissedSystem - + Information about the connected process of a port.

Pid is the process identifier of the process @@ -4478,7 +4478,7 @@ RealSystem = system + MissedSystem - + Information about the internal index of a port.

Index is the internal index of the port. This @@ -4494,7 +4494,7 @@ RealSystem = system + MissedSystem - + Information about the input of a port.

Bytes is the total number of bytes @@ -4510,7 +4510,7 @@ RealSystem = system + MissedSystem - + Information about the links of a port.

Pids is a list of the process identifiers @@ -4526,7 +4526,7 @@ RealSystem = system + MissedSystem - + Information about the locking of a port.

Locking is one of the following:

@@ -4547,7 +4547,7 @@ RealSystem = system + MissedSystem
- + Information about the memory size of a port.

Bytes is the total number of @@ -4565,7 +4565,7 @@ RealSystem = system + MissedSystem - + Information about the monitors of a port.

Monitors represent processes monitored by @@ -4581,7 +4581,7 @@ RealSystem = system + MissedSystem - + Which processes are monitoring this port.

Returns list of pids that are monitoring given port at the @@ -4597,7 +4597,7 @@ RealSystem = system + MissedSystem - + Information about the name of a port.

Name is the command name set by @@ -4613,7 +4613,7 @@ RealSystem = system + MissedSystem - + Information about the OS pid of a port.

OsPid is the process identifier (or equivalent) @@ -4632,7 +4632,7 @@ RealSystem = system + MissedSystem - + Information about the output of a port.

Bytes is the total number of bytes written @@ -4651,7 +4651,7 @@ RealSystem = system + MissedSystem - + Information about the parallelism hint of a port.

Boolean corresponds to the port parallelism @@ -4662,7 +4662,7 @@ RealSystem = system + MissedSystem - + Information about the queue size of a port.

Bytes is the total number @@ -4679,7 +4679,7 @@ RealSystem = system + MissedSystem - + Information about the registered name of a port.

RegisteredName is the registered name of @@ -4696,7 +4696,7 @@ RealSystem = system + MissedSystem - + Text representation of a port identifier.

Returns a string corresponding to the text @@ -4705,7 +4705,7 @@ RealSystem = system + MissedSystem - + List all existing ports.

Returns a list of port identifiers corresponding to all the @@ -4715,7 +4715,7 @@ RealSystem = system + MissedSystem - + List all preloaded modules.

Returns a list of Erlang modules that are preloaded in @@ -4726,7 +4726,7 @@ RealSystem = system + MissedSystem - + Write information about a local process on standard error. @@ -4740,7 +4740,7 @@ RealSystem = system + MissedSystem - + Set process flag trap_exit for the calling process.

When trap_exit is set to true, exit signals @@ -4757,7 +4757,7 @@ RealSystem = system + MissedSystem - + Set process flag error_handler for the calling process. @@ -4772,7 +4772,7 @@ RealSystem = system + MissedSystem + anchor="process_flag_min_heap_size" since=""/> Set process flag min_heap_size for the calling process. @@ -4782,7 +4782,7 @@ RealSystem = system + MissedSystem - + Set process flag min_bin_vheap_size for the calling process. @@ -4794,7 +4794,7 @@ RealSystem = system + MissedSystem + anchor="process_flag_max_heap_size" since=""/> Set process flag max_heap_size for the calling process. @@ -4868,7 +4868,7 @@ RealSystem = system + MissedSystem + anchor="process_flag_message_queue_data" since=""/> Set process flag message_queue_data for the calling process. @@ -4910,7 +4910,7 @@ RealSystem = system + MissedSystem + anchor="process_flag_priority" since=""/> Set process flag priority for the calling process. @@ -4982,7 +4982,7 @@ RealSystem = system + MissedSystem - + Set process flag save_calls for the calling process.

N must be an integer in the interval 0..10000. @@ -5013,7 +5013,7 @@ RealSystem = system + MissedSystem - + Set process flag sensitive for the calling process.

Sets or clears flag sensitive for the current process. @@ -5047,7 +5047,7 @@ RealSystem = system + MissedSystem - + Set process flags for a process.

Sets certain flags for the process Pid, @@ -5062,7 +5062,7 @@ RealSystem = system + MissedSystem - + Information about a process. @@ -5113,8 +5113,8 @@ RealSystem = system + MissedSystem - - + + Information about a process. @@ -5447,7 +5447,7 @@ RealSystem = system + MissedSystem - + All processes.

Returns a list of process identifiers corresponding to @@ -5464,7 +5464,7 @@ RealSystem = system + MissedSystem - + Remove old code for a module.

Removes old code for Module. @@ -5489,7 +5489,7 @@ RealSystem = system + MissedSystem - + Add a new value to the process dictionary.

Adds a new Key to the process dictionary, @@ -5511,7 +5511,7 @@ RealSystem = system + MissedSystem - + Stop execution with an exception of specified class, reason, and call stack backtrace. @@ -5550,7 +5550,7 @@ RealSystem = system + MissedSystem - + Read the state of a timer.

Reads the state of a timer. The same as calling @@ -5616,7 +5616,7 @@ RealSystem = system + MissedSystem - + Text representation of a reference.

Returns a string corresponding to the text @@ -5629,7 +5629,7 @@ RealSystem = system + MissedSystem - + Register a name for a pid (or port).

Associates the name RegName with a process @@ -5658,7 +5658,7 @@ true - + All registered names.

Returns a list of names that have been registered using @@ -5671,7 +5671,7 @@ true - + Resume a suspended process.

Decreases the suspend count on the process identified by @@ -5712,7 +5712,7 @@ true - + Return an integer by rounding a number.

Returns an integer by rounding Number, @@ -5725,7 +5725,7 @@ true - + Return pid of the calling process.

Returns the process identifier of the calling process, for @@ -5738,7 +5738,7 @@ true - + Send a message. @@ -5758,7 +5758,7 @@ true - + Send a message conditionally. @@ -5790,7 +5790,7 @@ true - + Start a timer.

Starts a timer. The same as calling @@ -5814,7 +5814,7 @@ true - + Try to send a message without ever blocking. @@ -5864,7 +5864,7 @@ true - + Try to send a message without ever blocking. @@ -5897,7 +5897,7 @@ true - + Set the magic cookie of a node.

Sets the magic cookie of Node to the atom @@ -5914,7 +5914,7 @@ true - + Set the Nth element of a tuple. 1..tuple_size(Tuple1 @@ -5931,7 +5931,7 @@ true - + Size of a tuple or binary.

Returns the number of elements in a tuple or the number of @@ -5954,7 +5954,7 @@ true - + Create a new process with a fun as entry point.

Returns the process identifier of a new process started by the @@ -5965,7 +5965,7 @@ true - + Create a new process with a fun as entry point on a specified node. @@ -5979,7 +5979,7 @@ true - + Create a new process with a function as entry point.

Returns the process identifier of a new process started by @@ -6004,7 +6004,7 @@ true - + Create a new process with a function as entry point on a specified node. @@ -6019,7 +6019,7 @@ true - + Create and link to a new process with a fun as entry point. @@ -6033,7 +6033,7 @@ true - + Create and link to a new process with a fun as entry point on a specified node. @@ -6050,7 +6050,7 @@ true - + Create and link to a new process with a function as entry point. @@ -6064,7 +6064,7 @@ true - + Create and link to a new process with a function as entry point on a specified node. @@ -6082,7 +6082,7 @@ true - + Create and monitor a new process with a fun as entry point. @@ -6096,7 +6096,7 @@ true - + Create and monitor a new process with a function as entry point. @@ -6110,7 +6110,7 @@ true - + Create a new process with a fun as entry point. @@ -6128,7 +6128,7 @@ true - + Create a new process with a fun as entry point on a specified node. @@ -6146,7 +6146,7 @@ true - + Create a new process with a function as entry point. @@ -6282,7 +6282,7 @@ true - + Create a new process with a function as entry point on a specified node. @@ -6305,7 +6305,7 @@ true - + Split a binary into two. 0..byte_size(Bin) @@ -6329,7 +6329,7 @@ true - + Start a timer.

Starts a timer. The same as calling @@ -6399,7 +6399,7 @@ true + anchor="statistics_active_tasks" since=""/> Information about active processes and ports.

Returns the same as @@ -6414,7 +6414,7 @@ true + anchor="statistics_active_tasks_all" since=""/> Information about active processes and ports.

Returns a list where each element represents the amount @@ -6455,7 +6455,7 @@ true - + Information about context switches.

Returns the total number of context switches since the @@ -6465,7 +6465,7 @@ true + anchor="statistics_exact_reductions" since=""/> Information about exact reductions.

Returns the number of exact reductions.

@@ -6479,7 +6479,7 @@ true
- + Information about garbage collection.

Returns information about garbage collection, for example:

@@ -6491,7 +6491,7 @@ true
- + Information about I/O.

Returns Input, @@ -6503,7 +6503,7 @@ true + anchor="statistics_microstate_accounting" since=""/> Information about microstate accounting.

Microstate accounting can be used to measure how much time the Erlang @@ -6646,7 +6646,7 @@ lists:map( + anchor="statistics_reductions" since=""/> Information about reductions.

Returns information about reductions, for example:

@@ -6665,7 +6665,7 @@ lists:map( + anchor="statistics_run_queue" since=""/> Information about the run-queues.

Returns the total length of all normal run-queues. That is, the number @@ -6682,7 +6682,7 @@ lists:map( + anchor="statistics_run_queue_lengths" since=""/> Information about the run-queue lengths.

Returns the same as @@ -6697,7 +6697,7 @@ lists:map( + anchor="statistics_run_queue_lengths_all" since=""/> Information about the run-queue lengths.

Returns a list where each element represents the amount @@ -6739,7 +6739,7 @@ lists:map( - + Information about runtime.

Returns information about runtime, in milliseconds.

@@ -6758,7 +6758,7 @@ lists:map( + anchor="statistics_scheduler_wall_time" since=""/> Information about each schedulers work time.

Returns a list of tuples with @@ -6882,7 +6882,7 @@ ok + anchor="statistics_scheduler_wall_time_all" since=""/> Information about each schedulers work time.

The same as @@ -6910,7 +6910,7 @@ ok + anchor="statistics_total_active_tasks" since=""/> Information about active processes and ports.

The same as calling @@ -6921,7 +6921,7 @@ ok + anchor="statistics_total_active_tasks_all" since=""/> Information about active processes and ports.

The same as calling @@ -6932,7 +6932,7 @@ ok + anchor="statistics_total_run_queue_lengths" since=""/> Information about the run-queue lengths.

The same as calling @@ -6943,7 +6943,7 @@ ok + anchor="statistics_total_run_queue_lengths_all" since=""/> Information about the run-queue lengths.

The same as calling @@ -6953,7 +6953,7 @@ ok - + Information about wall clock.

Returns information about wall clock. wall_clock can @@ -6964,7 +6964,7 @@ ok - + Suspend a process.

Suspends the process identified by @@ -6979,7 +6979,7 @@ ok - + Suspend a process.

Increases the suspend count on the process identified by @@ -7125,7 +7125,7 @@ ok - + Set system flag backtrace_depth.

Sets the maximum depth of call stack back-traces in the @@ -7138,7 +7138,7 @@ ok + anchor="system_flag_cpu_topology" since=""/> Set system flag cpu_topology. @@ -7186,7 +7186,7 @@ ok + anchor="system_flag_dirty_cpu_schedulers_online" since=""/> Set system_flag_dirty_cpu_schedulers_online.

@@ -7214,7 +7214,7 @@ ok - + Set system flag for erts_alloc.

Sets system flags for @@ -7231,7 +7231,7 @@ ok - + Set system flag fullsweep_after.

Sets system flag fullsweep_after. @@ -7251,7 +7251,7 @@ ok + anchor="system_flag_microstate_accounting" since=""/> Set system flag microstate_accounting.

@@ -7264,7 +7264,7 @@ ok - + Set system flag min_heap_size.

Sets the default minimum heap size for processes. The size @@ -7279,7 +7279,7 @@ ok - + Set system flag min_bin_vheap_size.

Sets the default minimum binary virtual heap size for @@ -7297,7 +7297,7 @@ ok + anchor="system_flag_max_heap_size" since=""/> Set system flag max_heap_size. @@ -7315,7 +7315,7 @@ ok + anchor="system_flag_multi_scheduling" since=""/> Set system flag multi_scheduling.

@@ -7371,7 +7371,7 @@ ok + anchor="system_flag_scheduler_bind_type" since=""/> Set system flag scheduler_bind_type. @@ -7498,7 +7498,7 @@ ok + anchor="system_flag_scheduler_wall_time" since=""/> Set system flag scheduler_wall_time.

@@ -7511,7 +7511,7 @@ ok + anchor="system_flag_schedulers_online" since=""/> Set system flag schedulers_online.

@@ -7539,7 +7539,7 @@ ok - + Set system flag trace_control_word.

Sets the value of the node trace control word to @@ -7554,7 +7554,7 @@ ok + anchor="system_flag_time_offset" since=""/> Finalize the time offset.

@@ -7583,7 +7583,7 @@ ok - + System info overview.

Returns information about the current system. @@ -7716,12 +7716,12 @@ ok - - - - - + anchor="system_info_allocator" since=""/> + + + + + Information about the system allocators. @@ -7873,10 +7873,10 @@ ok - - - + anchor="system_info_cpu_topology" since=""/> + + + Information about the CPU topology of the system. @@ -8028,15 +8028,15 @@ ok - - - - - - - - + anchor="system_info_process" since=""/> + + + + + + + + Information about the default process heap settings. @@ -8146,14 +8146,14 @@ ok - - - - - - - - + + + + + + + + Information about various system limits. @@ -8227,14 +8227,14 @@ ok - - - - - - - + anchor="system_info_time" since=""/> + + + + + + + Information about system time. @@ -8455,19 +8455,19 @@ ok - - - - - - - - - - - - + anchor="system_info_scheduler" since=""/> + + + + + + + + + + + + Information about system schedulers. @@ -8755,11 +8755,11 @@ ok - - - - + anchor="system_info_dist" since=""/> + + + + Information about erlang distribution. @@ -8825,83 +8825,83 @@ ok - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + anchor="system_info_misc" since=""/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Information about the system. @@ -9110,7 +9110,7 @@ ok - + Current system performance monitoring settings. @@ -9124,7 +9124,7 @@ ok - + Set or clear system performance monitoring options. @@ -9142,7 +9142,7 @@ ok - + Set system performance monitoring options. @@ -9274,7 +9274,7 @@ ok - + Current system profiling settings. @@ -9289,7 +9289,7 @@ ok - + Current system profiling settings. @@ -9407,7 +9407,7 @@ ok - + Encode a term to an Erlang external term format binary. @@ -9435,7 +9435,7 @@ hello - + Encode a term to en Erlang external term format binary. @@ -9500,7 +9500,7 @@ hello - + Throw an exception.

A non-local return from a function. If evaluated within a @@ -9514,7 +9514,7 @@ hello - + Current time.

Returns the current time as {Hour, Minute, Second}.

@@ -9617,7 +9617,7 @@ timestamp() ->
- + Tail of a list.

Returns the tail of List, that is, @@ -9632,7 +9632,7 @@ timestamp() -> - + Set trace flags for a process or processes. @@ -10288,7 +10288,7 @@ timestamp() -> - + Notification when trace has been delivered.

The delivery of trace messages (generated by @@ -10343,7 +10343,7 @@ timestamp() -> - + Trace information about a process or function. @@ -10479,7 +10479,7 @@ timestamp() -> - + Set trace patterns for call, send, or 'receive' tracing. @@ -10497,7 +10497,7 @@ timestamp() -> - + Set trace pattern for message sending. @@ -10568,7 +10568,7 @@ timestamp() -> - + Set trace pattern for tracing of message receiving. @@ -10640,7 +10640,7 @@ timestamp() -> - + Set trace patterns for tracing of function calls. @@ -10831,7 +10831,7 @@ timestamp() -> - + Return an integer by truncating a number.

Returns an integer by truncating Number, @@ -10844,7 +10844,7 @@ timestamp() -> - + Return the size of a tuple.

Returns an integer that is the number of elements in @@ -10857,7 +10857,7 @@ timestamp() -> - + Convert a tuple to a list.

Returns a list corresponding to Tuple. @@ -10965,7 +10965,7 @@ timestamp() -> - + Current date and time according to Universal Time Coordinated (UTC). @@ -10982,7 +10982,7 @@ timestamp() -> - + Convert from Universal Time Coordinated (UTC) to local date and time. @@ -11001,7 +11001,7 @@ timestamp() -> - + Remove a link to another process or port.

Removes the link, if there is one, between the calling @@ -11047,7 +11047,7 @@ end - + Remove the registered name for a process (or port).

Removes the registered name RegName @@ -11063,7 +11063,7 @@ true - + Get the pid (or port) with a specified registered name. @@ -11077,7 +11077,7 @@ true - + Let other processes get a chance to execute.

Voluntarily lets other processes (if any) get a chance to -- cgit v1.2.3