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

  /external/ImageMagick/MagickCore/
timer.h 55 GetUserTime(TimerInfo *);
timer.c 295 % 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)
log.c 981 user_time=GetUserTime(&log_info->timer);
    [all...]
methods.h     [all...]
identify.c 566 user_time=GetUserTime(&image->timer);
    [all...]
  /external/v8/src/base/platform/
platform.h 120 static int GetUserTime(uint32_t* secs, uint32_t* usecs);
platform-posix.cc 369 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) {
platform-win32.cc 427 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) {
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 426 UInt64 GetUserTime()
457 UInt64 GetUserTime() { return GetWinUserTime() - StartTime; }
517 dest.UserTime = UserTime.GetUserTime();
    [all...]
  /external/ImageMagick/coders/
json.c 733 user_time=GetUserTime(&image->timer);
    [all...]
  /external/ImageMagick/tests/
validate.c     [all...]
  /external/v8/src/
log.cc     [all...]
  /external/ImageMagick/MagickWand/
mogrify.c 290 user_time=GetUserTime(timer);
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 400 milliseconds