Lines Matching refs:now

465     for (uint64_t now = start_time; now <= end_time; now++) {  in WriteMissRatioTimeline()  local
467 header += std::to_string(now); in WriteMissRatioTimeline()
472 for (uint64_t now = start_time; now <= end_time; now++) { in WriteMissRatioTimeline() local
473 auto misses = label.second.find(now); in WriteMissRatioTimeline()
531 for (uint64_t now = start_time; now <= end_time; now++) { in WriteMissTimeline() local
533 header += std::to_string(now); in WriteMissTimeline()
538 for (uint64_t now = start_time; now <= end_time; now++) { in WriteMissTimeline() local
539 auto misses = label.second.find(now); in WriteMissTimeline()
902 for (uint64_t now = start_time; now <= end_time; now++) { in WriteAccessTimeline() local
904 header += std::to_string(now); in WriteAccessTimeline()
912 for (uint64_t now = start_time; now <= end_time; now++) { in WriteAccessTimeline() local
913 auto it = label_access_timeline[block_id_it].find(now); in WriteAccessTimeline()
927 for (uint64_t now = start_time; now <= end_time; now++) { in WriteAccessTimeline() local
929 header += std::to_string(now); in WriteAccessTimeline()
934 for (uint64_t now = start_time; now <= end_time; now++) { in WriteAccessTimeline() local
935 auto it = label.second.find(now); in WriteAccessTimeline()
1572 uint64_t now = env_->NowMicros(); in Analyze() local
1573 uint64_t duration = (now - start) / kMicrosInSecond; in Analyze()
1586 uint64_t now = env_->NowMicros(); in Analyze() local
1587 uint64_t duration = (now - start) / kMicrosInSecond; in Analyze()