Home
last modified time | relevance | path

Searched refs:nano_length (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dgarbage_collector.h74 void RegisterPause(uint64_t nano_length);
Dgarbage_collector.cc78 void GarbageCollector::RegisterPause(uint64_t nano_length) { in RegisterPause() argument
79 GetCurrentIteration()->pause_times_.push_back(nano_length); in RegisterPause()