Home
last modified time | relevance | path

Searched refs:user_time (Results 1 – 25 of 29) sorted by relevance

12

/external/libcxx/utils/google-benchmark/src/
Dtimers.cc62 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/
Dtimers.cc66 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/
Dportable_timer.hh74 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
Dportable_perf_analyzer_old.hh104 return _chronos.user_time(); in time_init()
118 return _chronos.user_time(); in time_calculate()
Dportable_perf_analyzer.hh86 return _chronos.user_time(); in time_calculate()
/external/toolchain-utils/bestflags/examples/omnetpp/
Dbuild_omnetpp55 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/
Dclient_info.cc68 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/
Dhog.c42 uint64_t user_time; member
193 result.user_time = DiffTimeval(usage_start.ru_utime, in main()
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DProcess.inc107 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/
DProcess.inc85 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/
Dkernbench202 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/
DProcess.h58 TimeValue& user_time,
/external/libchrome/base/time/
Dtime_mac.cc95 thread_info_data.user_time.seconds + in ComputeThreadTicks()
98 absolute_micros += (thread_info_data.user_time.microseconds + in ComputeThreadTicks()
/external/llvm/include/llvm/Support/
DProcess.h63 static void GetTimeUsage(TimeValue &elapsed, TimeValue &user_time,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DProcess.h64 std::chrono::nanoseconds &user_time,
/external/libchrome/base/process/
Dprocess_metrics_mac.cc281 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/
Daction_lu_solve.hh101 double time=chronos.user_time(); in calculate()
/external/autotest/client/site_tests/platform_CompressedSwapPerf/
Dplatform_CompressedSwapPerf.py238 user_time = result_unpacked[1]
242 return (wall_time, user_time, sys_time, fault_count)
/external/ImageMagick/MagickCore/
Dlog.c940 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()
Didentify.c465 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()
Dnt-base.c2670 } 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/
Dtime.cc44 thread_info_data.user_time.seconds + in ComputeThreadTicks()
47 absolute_micros += (thread_info_data.user_time.microseconds + in ComputeThreadTicks()
/external/llvm/lib/Support/Windows/
DProcess.inc96 void Process::GetTimeUsage(TimeValue &elapsed, TimeValue &user_time,
105 user_time = getTimeValueFromFILETIME(UserTime);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc84 void Process::GetTimeUsage(TimePoint<> &elapsed, std::chrono::nanoseconds &user_time,
93 user_time = toDuration(UserTime);
/external/ImageMagick/coders/
Djson.c698 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()

12