Home
last modified time | relevance | path

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

/external/libchrome/base/
Dlogging.cc143 uint64_t TickCount() { in TickCount() function
806 stream_ << TickCount() << ':'; in Init()
/external/dng_sdk/source/
Ddng_utils.cpp316 return TickCount () * (1.0 / 60.0); in TickCountInSeconds()