
{Define cp time statistics record.
{
{ NOTE: If TYPE declarations or record fields are added/changed/deleted, please
{   make the appropriate changes in the corresponding display procedures in the
{   module(s) for the System Core Debugger: SYM$DEBUG, SYM$DEBUG1
{

  TYPE
*IF NOT $true(osv$unix)
    ost$cp_time_value = 0 .. 0ffffffffff(16),
*ELSE
    ost$cp_time_value = 0 .. 7fffffff(16),
*IFEND

    ost$cp_time = record
      time_spent_in_job_mode: ost$cp_time_value,
      time_spent_in_mtr_mode: ost$cp_time_value,
    recend;
