85 #include "reduction_job.h"
91 uint32 _ReductionJob::job_count_ = 0;
93 _ReductionJob::_ReductionJob() :
_Object() {
95 job_id_ = ++job_count_;
98 void _ReductionJob::register_latency(Timestamp now) {
99 _Mem::Get()->register_reduction_job_latency(now - ijt_);
104 bool ShutdownReductionCore::update(Timestamp now) {
111 bool AsyncInjectionJob::update(Timestamp now) {
113 _Mem::Get()->inject(input_);