HomeSort by relevance Sort by last modified time
    Searched refs:allocation_time (Results 1 - 2 of 2) sorted by null

  /external/blktrace/
blkparse.c 250 unsigned long long allocation_time; member in struct:io_track
1005 iot->allocation_time = t->time;
1047 if (!iot->allocation_time)
1050 elapsed = iot->queue_time - iot->allocation_time;
    [all...]
  /art/runtime/gc/
heap.cc 457 uint64_t allocation_time = static_cast<uint64_t>(total_allocation_time_) * kTimeAdjust; local
471 os << "Total time spent allocating: " << PrettyDuration(allocation_time) << "\n";
472 os << "Mean allocation time: " << PrettyDuration(allocation_time / total_objects_allocated)
    [all...]

Completed in 63 milliseconds