Searched refs:GetUserTime (Results 1 - 15 of 15) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dtimer.h55 GetUserTime(TimerInfo *);
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 Dlog.c981 user_time=GetUserTime(&log_info->timer);
H A Dmethods.h595 #define GetUserTime PrependMagickMethod(GetUserTime) macro
H A Didentify.c566 user_time=GetUserTime(&image->timer);
/external/v8/src/base/platform/
H A Dplatform.h119 static int GetUserTime(uint32_t* secs, uint32_t* usecs);
H A Dplatform-posix.cc360 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { function in class:v8::base::OS
H A Dplatform-win32.cc428 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { function in class:v8::base::OS
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp340 UInt64 GetUserTime() function in struct:CUserTime
371 UInt64 GetUserTime() { return GetWinUserTime() - StartTime; }
431 dest.UserTime = UserTime.GetUserTime();
/external/ImageMagick/coders/
H A Djson.c733 user_time=GetUserTime(&image->timer);
/external/v8/src/
H A Dlog.cc1289 if (base::OS::GetUserTime(&sec, &usec) != -1) {
/external/ImageMagick/tests/
H A Dvalidate.c2672 user_time=GetUserTime(timer);
/external/ImageMagick/MagickWand/
H A Dmogrify.c290 user_time=GetUserTime(timer);
/external/ImageMagick/PerlMagick/
H A DMagick.xs5708 s=newSVnv(GetUserTime(&image->timer));
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.xs.in5708 s=newSVnv(GetUserTime(&image->timer));

Completed in 228 milliseconds