/external/libcxx/utils/google-benchmark/src/ |
D | timers.cc | 62 double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) { in MakeTime() argument 67 user.HighPart = user_time.dwHighDateTime; in MakeTime() 68 user.LowPart = user_time.dwLowDateTime; in MakeTime() 83 return (static_cast<double>(info.user_time.seconds) + in MakeTime() 84 static_cast<double>(info.user_time.microseconds) * 1e-6 + in MakeTime() 115 FILETIME user_time; in ProcessCPUUsage() 117 &user_time)) in ProcessCPUUsage() 118 return MakeTime(kernel_time, user_time); in ProcessCPUUsage() 139 FILETIME user_time; in ThreadCPUUsage() 141 &user_time); in ThreadCPUUsage() [all …]
|
/external/google-benchmark/src/ |
D | timers.cc | 66 double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) { in MakeTime() argument 71 user.HighPart = user_time.dwHighDateTime; in MakeTime() 72 user.LowPart = user_time.dwLowDateTime; in MakeTime() 87 return (static_cast<double>(info.user_time.seconds) + in MakeTime() 88 static_cast<double>(info.user_time.microseconds) * 1e-6 + in MakeTime() 112 FILETIME user_time; in ProcessCPUUsage() local 114 &user_time)) in ProcessCPUUsage() 115 return MakeTime(kernel_time, user_time); in ProcessCPUUsage() 143 FILETIME user_time; in ThreadCPUUsage() local 145 &user_time); in ThreadCPUUsage() [all …]
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | portable_timer.hh | 74 double user_time() { return elapsed(); } in user_time() function in Portable_Timer 117 return user_time(); in elapsed() 120 double user_time() in user_time() function in Portable_Timer 169 return user_time(); in elapsed() 172 double user_time() in user_time() function in Portable_Timer
|
D | portable_perf_analyzer_old.hh | 104 return _chronos.user_time(); in time_init() 118 return _chronos.user_time(); in time_calculate()
|
D | portable_perf_analyzer.hh | 86 return _chronos.user_time(); in time_calculate()
|
/external/toolchain-utils/bestflags/examples/omnetpp/ |
D | build_omnetpp | 55 user_time=$(cat build_timer$file | grep "user" | cut -d "u" -f 1) 64 echo $checksum $user_time $output_file $file_size $size
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | client_info.cc | 68 FILETIME creation_time, exit_time, kernel_time, user_time; in Initialize() local 70 &kernel_time, &user_time)) { in Initialize()
|
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/ |
D | hog.c | 42 uint64_t user_time; member 193 result.user_time = DiffTimeval(usage_start.ru_utime, in main()
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Process.inc | 107 Process::GetTimeUsage(TimeValue& elapsed, TimeValue& user_time, 114 user_time = TimeValue( 124 user_time.seconds(0); 125 user_time.microseconds(0);
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Process.inc | 85 TimeValue& elapsed, TimeValue& user_time, TimeValue& sys_time) 95 user_time.seconds( UserTime / 10000000 ); 96 user_time.nanoseconds( unsigned(UserTime % 10000000) * 100 );
|
/external/ltp/utils/benchmark/kernbench-0.42/ |
D | kernbench | 202 read elapsed_time user_time sys_time percent ctx sleeps <timelog 204 temp_user=`add_data_point $user_time $temp_user`
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Process.h | 58 TimeValue& user_time,
|
/external/libchrome/base/time/ |
D | time_mac.cc | 95 thread_info_data.user_time.seconds + in ComputeThreadTicks() 98 absolute_micros += (thread_info_data.user_time.microseconds + in ComputeThreadTicks()
|
/external/llvm/include/llvm/Support/ |
D | Process.h | 63 static void GetTimeUsage(TimeValue &elapsed, TimeValue &user_time,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Process.h | 64 std::chrono::nanoseconds &user_time,
|
/external/libchrome/base/process/ |
D | process_metrics_mac.cc | 281 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval); in GetCPUUsage() 286 TIME_VALUE_TO_TIMEVAL(&task_info_data.user_time, &user_timeval); in GetCPUUsage()
|
/external/eigen/bench/btl/actions/ |
D | action_lu_solve.hh | 101 double time=chronos.user_time(); in calculate()
|
/external/autotest/client/site_tests/platform_CompressedSwapPerf/ |
D | platform_CompressedSwapPerf.py | 238 user_time = result_unpacked[1] 242 return (wall_time, user_time, sys_time, fault_count)
|
/external/ImageMagick/MagickCore/ |
D | log.c | 940 user_time; in TranslateEvent() local 965 user_time=GetUserTime(&log_info->timer); in TranslateEvent() 993 (1000.0*(elapsed_time-floor(elapsed_time))+0.5),user_time, in TranslateEvent() 1129 q+=FormatLocaleString(q,extent,"%0.3fu",user_time); in TranslateEvent()
|
D | identify.c | 465 user_time; in IdentifyImage() local 564 user_time=GetUserTime(&image->timer); in IdentifyImage() 628 (void) FormatLocaleFile(file,"%0.3fu %lu:%02lu.%03lu",user_time, in IdentifyImage() 1398 (void) FormatLocaleFile(file," User time: %0.3fu\n",user_time); in IdentifyImage()
|
D | nt-base.c | 2670 } user_time; in NTUserTime() local 2677 &kernel_time.filetime,&user_time.filetime); in NTUserTime() 2680 return((double) 1.0e-7*(kernel_time.filetime64+user_time.filetime64)); in NTUserTime()
|
/external/v8/src/base/platform/ |
D | time.cc | 44 thread_info_data.user_time.seconds + in ComputeThreadTicks() 47 absolute_micros += (thread_info_data.user_time.microseconds + in ComputeThreadTicks()
|
/external/llvm/lib/Support/Windows/ |
D | Process.inc | 96 void Process::GetTimeUsage(TimeValue &elapsed, TimeValue &user_time, 105 user_time = getTimeValueFromFILETIME(UserTime);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Process.inc | 84 void Process::GetTimeUsage(TimePoint<> &elapsed, std::chrono::nanoseconds &user_time, 93 user_time = toDuration(UserTime);
|
/external/ImageMagick/coders/ |
D | json.c | 698 user_time; in EncodeImageAttributes() local 728 user_time=GetUserTime(&image->timer); in EncodeImageAttributes() 1550 (void) FormatLocaleFile(file," \"userTime\": \"%0.3fu\",\n",user_time); in EncodeImageAttributes()
|