
  PROCEDURE [INLINE] jmp$incr_scheduler_statistic_sc
    (    scheduler_statistic: jmt$sched_statistic_elements);

?? PUSH (LISTEXT := ON) ??

{ PURPOSE: Inline version of JMP$INCR_SCHEDULER_STATISTICS
{ NOTE:    (can only be used in System Core or Monitor!)

    jmv$job_scheduler_statistics [scheduler_statistic] :=
          jmv$job_scheduler_statistics [scheduler_statistic] + 1;

  PROCEND jmp$incr_scheduler_statistic_sc;

*copyc jmv$job_scheduler_statistics
?? POP ??
