Home
last modified time | relevance | path

Searched refs:real_time (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/histogram/doc/
Dbaseline_gcc8340 "real_time": 3.9113201530413320e+00,
47 "real_time": 3.9754595952715328e+00,
54 "real_time": 3.9334062069739129e+00,
61 "real_time": 3.9953355887657285e+00,
68 "real_time": 4.0139648529429008e+00,
75 "real_time": 3.9714189522673049e+00,
82 "real_time": 4.0164175160412725e+00,
89 "real_time": 4.0101859431075368e+00,
96 "real_time": 3.9538811616066991e+00,
103 "real_time": 3.9971986772225998e+00,
[all …]
Diteration_performance.dat40 "real_time": 3.3683881934817235e+00,
47 "real_time": 6.1177169240587093e+00,
54 "real_time": 2.3479127625078444e+01,
61 "real_time": 1.0470953377551155e+02,
68 "real_time": 3.9532748029827735e+02,
75 "real_time": 2.7052694800181820e+00,
82 "real_time": 4.4245859526037705e+00,
89 "real_time": 2.0140500539427315e+01,
96 "real_time": 1.1157260140579641e+02,
103 "real_time": 5.1810916544417455e+02,
[all …]
/third_party/ffmpeg/libavcodec/
Dccaption_dec.c239 int real_time; member
664 if (!ctx->real_time) in handle_edm()
672 if (ctx->real_time) in handle_edm()
686 if (!ctx->real_time) in handle_eoc()
693 if (ctx->real_time) in handle_eoc()
795 if (!ctx->real_time) in process_cc608()
804 if (ctx->real_time) { in process_cc608()
872 if (!ctx->real_time && ctx->mode == CCMODE_POPON) in decode()
877 if (ctx->buffer[bidx].str[0] || ctx->real_time) { in decode()
882 if (!ctx->real_time) in decode()
[all …]
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dconsole_reporter.cc130 const double real_time = result.GetAdjustedRealTime(); in PrintRunData() local
135 printer(Out, COLOR_YELLOW, "%10.2f %s %10.2f %s ", real_time, big_o.c_str(), in PrintRunData()
138 printer(Out, COLOR_YELLOW, "%10.0f %% %10.0f %% ", real_time * 100, in PrintRunData()
142 printer(Out, COLOR_YELLOW, "%10.0f %s %10.0f %s ", real_time, timeLabel, in PrintRunData()
Dcomplexity.cc161 std::vector<double> real_time; in ComputeBigO() local
168 real_time.push_back(run.real_accumulated_time / run.iterations); in ComputeBigO()
177 result_real = MinimalLeastSq(n, real_time, reports[0].complexity_lambda); in ComputeBigO()
180 result_real = MinimalLeastSq(n, real_time, result_cpu.complexity); in ComputeBigO()
/third_party/benchmark/src/
Dconsole_reporter.cc133 const double real_time = result.GetAdjustedRealTime(); in PrintRunData() local
135 const std::string real_time_str = FormatTime(real_time); in PrintRunData()
140 printer(Out, COLOR_YELLOW, "%10.2f %-4s %10.2f %-4s ", real_time, in PrintRunData()
143 printer(Out, COLOR_YELLOW, "%10.0f %-4s %10.0f %-4s ", real_time * 100, "%", in PrintRunData()
Dcomplexity.cc166 std::vector<double> real_time; in ComputeBigO() local
174 real_time.push_back(run.real_accumulated_time / run.iterations); in ComputeBigO()
183 result_real = MinimalLeastSq(n, real_time, reports[0].complexity_lambda); in ComputeBigO()
186 result_real = MinimalLeastSq(n, real_time, result_cpu.complexity); in ComputeBigO()
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc.c170 gpr_timespec real_time; in grpc_rb_time_val_to_time() local
173 real_time = gpr_convert_clock_type(*time_const, GPR_CLOCK_REALTIME); in grpc_rb_time_val_to_time()
174 return rb_funcall(rb_cTime, id_at, 2, INT2NUM(real_time.tv_sec), in grpc_rb_time_val_to_time()
175 INT2NUM(real_time.tv_nsec / 1000)); in grpc_rb_time_val_to_time()
/third_party/gstreamer/gstplugins_bad/gst/onvif/
Dgstrtponviftimestamp.c485 guint64 real_time = g_get_real_time (); in handle_buffer() local
490 real_time *= 1000; in handle_buffer()
493 real_time += (G_GUINT64_CONSTANT (2208988800) * GST_SECOND); in handle_buffer()
495 self->ntp_offset = real_time - running_time; in handle_buffer()
/third_party/json/benchmarks/thirdparty/benchmark/
DREADME.md709 BM_Factorial/real_time 26 ns 26 ns 26587936 40320
740 BM_Factorial/real_time 26 ns 26 ns 26494107 40320
848 "real_time": 29275,
856 "real_time": 32317,
864 "real_time": 32724,
876 name,iterations,real_time,cpu_time,bytes_per_second,items_per_second,label
/third_party/benchmark/docs/
Duser_guide.md102 "real_time": 29275,
110 "real_time": 32317,
118 "real_time": 32724,
131 name,iterations,real_time,cpu_time,bytes_per_second,items_per_second,label
703 BM_Factorial/real_time 26 ns 26 ns 26587936 40320
734 BM_Factorial/real_time 26 ns 26 ns 26494107 40320
/third_party/ffmpeg/tests/fate/
Dsubtitles.mak8 fate-sub-cc-realtime: CMD = fmtstdout ass -real_time 1 -f lavfi -i "movie=$(TARGET_SAMPLES)/sub/Clo…
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/
DREADME.md50 will be used. The `opt` is used to get cpu_time and real_time, and the