Home | History | Annotate | Download | only in heap

Lines Matching refs:start_time

67       start_time(0.0),
157 double start_time = heap_->MonotonicallyIncreasingTimeInMs();
158 SampleAllocation(start_time, heap_->NewSpaceAllocationCounter(),
180 current_.start_time = start_time;
203 counters->aggregated_memory_heap_committed()->AddSample(start_time,
205 counters->aggregated_memory_heap_used()->AddSample(start_time, used_memory);
253 double duration = current_.end_time - current_.start_time;
399 double duration = current_.end_time - current_.start_time;
435 double duration = current_.end_time - current_.start_time;
436 double spent_in_mutator = current_.start_time - previous_.end_time;