\"\" \"\" \"\"
Go backward to RT_Argument: Runtime Environment
Go up to Types
RISC-Linz logo

RT_Result: Execution Statistics

class RT_Result
{
      public:
      int ret_code
      int time_real
      int time_proc
      int time_all
      int gc_number
      int gc_inc
      int gc_wait
      int gc_time
      int gc_blocks
      int gc_bytes
}
res.init()
res.print()
      RT_Result res

Specification: init fills res with statistical information about the currently executing RT++ program. print writes the contents of res to the standard output stream.

A pointer to such a structure is used in rt_main to return statistical information about the execution of an RT++ program after the program has terminated.

The components of the structure have the following interpretation:


Author: Wolfgang Schreiner
Last Modification: April 12, 1997