HomeSort by relevance Sort by last modified time
    Searched defs:GetUserTime (Results 1 - 6 of 6) sorted by null

  /external/ImageMagick/MagickCore/
timer.c 313 % GetUserTime() returns the User time (user and system) by the operating
317 % The format of the GetUserTime method is:
319 % double GetUserTime(TimerInfo *time_info)
326 MagickExport double GetUserTime(TimerInfo *time_info)
methods.h     [all...]
  /external/v8/src/base/platform/
platform-fuchsia.cc 136 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) {
platform-posix.cc 524 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) {
platform-win32.cc 439 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) {
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 424 UInt64 GetUserTime()
455 UInt64 GetUserTime() { return GetWinUserTime() - StartTime; }
515 dest.UserTime = UserTime.GetUserTime();
    [all...]

Completed in 164 milliseconds