Lines Matching refs:duration

439     float duration = scopeDuration_[Scope::ScopeId::TotalGC];
443 SetRecordDuration(RecordDuration::EDEN_MIN_PAUSE, duration);
444 SetRecordDuration(RecordDuration::EDEN_MAX_PAUSE, duration);
447 std::min(GetRecordDuration(RecordDuration::EDEN_MIN_PAUSE), duration));
449 std::max(GetRecordDuration(RecordDuration::EDEN_MAX_PAUSE), duration));
452 IncreaseRecordDuration(RecordDuration::EDEN_TOTAL_PAUSE, duration);
463 SetRecordDuration(RecordDuration::YOUNG_MIN_PAUSE, duration);
464 SetRecordDuration(RecordDuration::YOUNG_MAX_PAUSE, duration);
467 std::min(GetRecordDuration(RecordDuration::YOUNG_MIN_PAUSE), duration));
469 std::max(GetRecordDuration(RecordDuration::YOUNG_MAX_PAUSE), duration));
472 IncreaseRecordDuration(RecordDuration::YOUNG_TOTAL_PAUSE, duration);
483 SetRecordDuration(RecordDuration::OLD_MIN_PAUSE, duration);
484 SetRecordDuration(RecordDuration::OLD_MAX_PAUSE, duration);
487 std::min(GetRecordDuration(RecordDuration::OLD_MIN_PAUSE), duration));
489 std::max(GetRecordDuration(RecordDuration::OLD_MAX_PAUSE), duration));
492 IncreaseRecordDuration(RecordDuration::OLD_TOTAL_PAUSE, duration);
500 SetRecordDuration(RecordDuration::COMPRESS_MIN_PAUSE, duration);
501 SetRecordDuration(RecordDuration::COMPRESS_MAX_PAUSE, duration);
504 std::min(GetRecordDuration(RecordDuration::COMPRESS_MIN_PAUSE), duration));
506 std::max(GetRecordDuration(RecordDuration::COMPRESS_MAX_PAUSE), duration));
509 IncreaseRecordDuration(RecordDuration::COMPRESS_TOTAL_PAUSE, duration);
616 for (float &duration : scopeDuration_) {
617 duration = 0.0f;
746 float duration = scopeDuration_[Scope::ScopeId::TotalGC];
748 SetRecordDuration(RecordDuration::SHARED_MIN_PAUSE, duration);
749 SetRecordDuration(RecordDuration::SHARED_MAX_PAUSE, duration);
752 std::min(GetRecordDuration(RecordDuration::SHARED_MIN_PAUSE), duration));
754 std::max(GetRecordDuration(RecordDuration::SHARED_MAX_PAUSE), duration));
757 IncreaseRecordDuration(RecordDuration::SHARED_TOTAL_PAUSE, duration);