Searched refs:time_ (Results 1 – 4 of 4) sorted by relevance
52 CumulativeTime(const char* name, uint64_t time) : name_(name), time_(time) {} in CumulativeTime()53 void Add(uint64_t time) { time_ += time; } in Add()55 uint64_t Sum() const { return time_; } in Sum()63 uint64_t time_; variable106 time_ = NanoTime(); in Timing()109 time_ = ThreadCpuNanoTime(); in Timing()120 return time_; in GetTime()127 uint64_t time_;
410 first_reg->UnfreeLarge(this, time_); in AllocLargeInRange()427 regions_[p].UnfreeLargeTail(this, time_); in AllocLargeInRange()
111 time_(1U), in RegionSpace()316 ++time_; in SetFromSpace()1055 r->Unfree(this, time_); in AllocateRegion()
377 return time_; in Time()752 uint32_t time_; // The time as the number of collections since the startup. variable