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

  /external/ImageMagick/MagickCore/
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)
methods.h     [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/v8/src/base/platform/
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...]

Completed in 120 milliseconds