public virtual WrappedPeriodicStatsAccumulator GetProgressCPUTime() { if (wrappedProgressCPUTime == null) { wrappedProgressCPUTime = new WrappedPeriodicStatsAccumulator(progressCPUTime); } return(wrappedProgressCPUTime); }
public virtual WrappedPeriodicStatsAccumulator GetProgressPhysicalMemoryKbytes() { if (wrappedProgressPhysicalMemoryKbytes == null) { wrappedProgressPhysicalMemoryKbytes = new WrappedPeriodicStatsAccumulator(progressPhysicalMemoryKbytes ); } return(wrappedProgressPhysicalMemoryKbytes); }