Searched defs:GetUserTime (Results 1 - 5 of 5) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dtimer.c295 % GetUserTime() returns the User time (user and system) by the operating
299 % The format of the GetUserTime method is:
301 % double GetUserTime(TimerInfo *time_info)
308 MagickExport double GetUserTime(TimerInfo *time_info)
298 MagickExport double GetUserTime(TimerInfo *time_info) function
H A Dmethods.h595 #define GetUserTime PrependMagickMethod(GetUserTime) macro
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp426 UInt64 GetUserTime() function in struct:CUserTime
457 UInt64 GetUserTime() { return GetWinUserTime() - StartTime; }
517 dest.UserTime = UserTime.GetUserTime();
/external/v8/src/base/platform/
H A Dplatform-posix.cc369 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { function in class:v8::base::OS
H A Dplatform-win32.cc427 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { function in class:v8::base::OS

Completed in 544 milliseconds