computer () | Function File |
Print or return a string of the form cpu-vendor-os
that identifies the kind of computer Octave is running on. If invoked
with an output argument the value is returned instead of printed. For
example
computer () -| i586-pc-linux-gnu x = computer () => x = "i586-pc-linux-gnu" |
isieee () | Built-in Function |
Return 1 if your computer claims to conform to the IEEE standard for floating point calculations. |
OCTAVE_VERSION | Built-in Variable |
The version number of Octave as a string. |
octave_config_info (option) | Built-in Function |
Return a structure containing configuration and installation
information for Octave.
if option is a string return the configuration information for the specified option. |
getrusage () | Loadable Function |
Return a structure containing a number of statistics about the current
Octave process. Not all fields are available on all systems. If it is
not possible to get CPU time statistics the CPU time slots are set to
zero. Other missing data are replaced by NaN. Here is a list of all
the possible fields that can be present in the structure returned by
getrusage :
|