Home
last modified time | relevance | path

Searched refs:end_time (Results 1 - 25 of 59) sorted by relevance

123

/third_party/ninja/src/
H A Dbuild_log.h51 bool RecordCommand(Edge* edge, int start_time, int end_time,
62 int end_time; member
70 start_time == o.start_time && end_time == o.end_time && in operator ==()
76 int start_time, int end_time, TimeStamp mtime);
H A Dbuild_log.cc119 int start_time, int end_time, TimeStamp mtime) in LogEntry()
121 start_time(start_time), end_time(end_time), mtime(mtime) in LogEntry()
144 bool BuildLog::RecordCommand(Edge* edge, int start_time, int end_time, in RecordCommand() argument
161 log_entry->end_time = end_time; in RecordCommand()
312 int start_time = 0, end_time = 0; in Load() local
322 end_time = atoi(start); in Load()
352 entry->end_time = end_time; in Load()
118 LogEntry(const string& output, uint64_t command_hash, int start_time, int end_time, TimeStamp mtime) LogEntry() argument
[all...]
H A Dbuild_log_test.cc193 ASSERT_EQ(456, e->end_time); in TEST_F()
219 ASSERT_EQ(456, e->end_time); in TEST_F()
226 ASSERT_EQ(789, e->end_time); in TEST_F()
303 ASSERT_EQ(789, e->end_time); in TEST_F()
324 ASSERT_EQ(22, e2->end_time); in TEST_F()
325 ASSERT_EQ(22, e2->end_time); in TEST_F()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dprocess_angle_perf_results.py117 end_time = time.time()
118 print_duration('Merging json test results', begin_time, end_time)
166 end_time = time.time()
167 print_duration('Analyzing perf json test results', begin_time, end_time)
195 end_time = time.time()
196 print_duration('Generating perf log streams', begin_time, end_time)
207 end_time = time.time()
208 print_duration('Generating benchmark shard map stream', begin_time, end_time)
323 end_time = time.time()
324 print_duration('Total process_perf_results', begin_time, end_time)
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dtime_test.cc95 int64 start_time, end_time; in TEST() local
97 ASSERT_TRUE(DateTimeToSeconds(end, &end_time)); in TEST()
98 EXPECT_EQ(315537897599LL, end_time - start_time); in TEST()
102 ASSERT_TRUE(SecondsToDateTime(end_time, &time)); in TEST()
104 EXPECT_EQ(end_time, seconds); in TEST()
219 int64 start_time, end_time; in TEST() local
221 ASSERT_TRUE(DateTimeToSeconds(end, &end_time)); in TEST()
224 EXPECT_EQ("9999-12-31T23:59:59Z", FormatTime(end_time, 0)); in TEST()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_sw.c136 sq->end_time = os_time_get();
138 sq->end_time = ctx->stats.draw_calls;
152 (result->u64 * 1000000) / (double)(sq->end_time - sq->begin_time); in fd_sw_get_query_result()
156 ((double)result->u64) / (double)(sq->end_time - sq->begin_time); in fd_sw_get_query_result()
H A Dfreedreno_query_sw.h41 uint64_t begin_time, end_time; member
/third_party/libuv/test/
H A Dbenchmark-getaddrinfo.c38 static int64_t end_time; variable
81 end_time = uv_now(loop); in BENCHMARK_IMPL()
87 (double) calls_completed / (double) (end_time - start_time) * 1000.0); in BENCHMARK_IMPL()
H A Dbenchmark-spawn.c139 static int64_t start_time, end_time; in BENCHMARK_IMPL() local
156 end_time = uv_now(loop); in BENCHMARK_IMPL()
159 (double) N / (double) (end_time - start_time) * 1000.0); in BENCHMARK_IMPL()
H A Dbenchmark-pound.c280 uint64_t end_time; in pound_it() local
297 end_time = uv_hrtime(); in pound_it()
300 secs = (double)(end_time - start_time) / NANOSEC; in pound_it()
/third_party/ltp/testcases/kernel/syscalls/times/
H A Dtimes03.c59 time_t start_time, end_time; in generate_stime() local
72 end_time = time(NULL); in generate_stime()
73 if ((end_time - start_time) > 2) in generate_stime()
/third_party/ffmpeg/libavfilter/
H A Dtrim.c42 int64_t start_time, end_time; member
94 if (s->end_time != INT64_MAX) { in config_input()
95 int64_t end_pts = av_rescale_q(s->end_time, AV_TIME_BASE_Q, tb); in config_input()
112 "should be dropped again", OFFSET(end_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \
114 "should be dropped again", OFFSET(end_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \
/third_party/node/deps/v8/src/base/platform/
H A Dcondition-variable.cc109 Time end_time = now + rel_time; in WaitFor() local
110 DCHECK_GE(end_time, now); in WaitFor()
111 ts = end_time.ToTimespec(); in WaitFor()
/third_party/googletest/googletest/samples/
H A Dsample5_unittest.cc72 const time_t end_time = time(nullptr); variable
77 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long.";
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_sync.c133 struct timespec end_time; in pvr_srv_sync_wait_many() local
144 pvr_start_timeout(&end_time, abs_timeout_ns); in pvr_srv_sync_wait_many()
185 remaining_time = pvr_get_remaining_time(&end_time); in pvr_srv_sync_wait_many()
/third_party/ffmpeg/libavformat/
H A Dimfdec.c103 AVRational end_time; /**< exclusive end time of the resource on the CPL timeline (s) */ member
489 vt_ctx.end_time = av_add_q(track->duration, in open_track_file_resource()
494 track->duration = vt_ctx.end_time; in open_track_file_resource()
726 if (av_cmp_q(track->resources[i].end_time, track->current_timestamp) > 0) { in get_resource_context_for_timestamp()
812 if (av_cmp_q(next_timestamp, resource->end_time) > 0) { in imf_read_packet()
819 av_sub_q(resource->end_time, track->current_timestamp), in imf_read_packet()
846 av_sub_q(next_timestamp, resource->end_time), in imf_read_packet()
861 next_timestamp = resource->end_time; in imf_read_packet()
H A Dsegment.c49 double start_time, end_time; member
303 max_duration = FFMAX(max_duration, entry->end_time - entry->start_time); in segment_list_open()
324 avio_printf(list_ioctx, ",%f,%f\n", list_entry->start_time, list_entry->end_time); in segment_list_print_entry()
328 list_entry->end_time - list_entry->start_time, list_entry->filename); in segment_list_print_entry()
426 tc.start += (int)((seg->cur_entry.end_time - seg->cur_entry.start_time) * av_q2d(rate));/* increment timecode */ in segment_end()
446 st_tc.start += (int)((seg->cur_entry.end_time - seg->cur_entry.start_time) * av_q2d(st_rate)); // increment timecode in segment_end()
904 seg->cur_entry.end_time = (double)pkt->pts * av_q2d(st->time_base); in seg_write_packet()
916 seg->cur_entry.end_time = seg->cur_entry.start_time; in seg_write_packet()
924 seg->cur_entry.end_time = in seg_write_packet()
925 FFMAX(seg->cur_entry.end_time, (doubl in seg_write_packet()
[all...]
/third_party/mesa3d/src/util/
H A Dos_time.c156 int64_t end_time = start_time + timeout; in os_wait_until_zero() local
159 if (os_time_timeout(start_time, end_time, os_time_get_nano())) in os_wait_until_zero()
/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_driver.c737 long end_time; /* time when program finished */ local
742 end_time = time(NULL);
744 printf("\nend time = %s\n", ctime(&end_time));
747 ((end_time - start_time) / 3600.0));
/third_party/python/Lib/concurrent/futures/
H A D_base.py218 end_time = timeout + time.monotonic()
237 wait_timeout = end_time - time.monotonic()
606 end_time = timeout + time.monotonic()
621 yield _result_or_cancel(fs.pop(), end_time - time.monotonic())
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_client.c144 ctx->end_time = now + ctx->total_timeout; in send_receive_check()
145 if (now >= ctx->end_time) { in send_receive_check()
149 if (!ossl_assert(ctx->end_time - now < INT_MAX)) { in send_receive_check()
154 time_left = (int)(ctx->end_time - now); in send_receive_check()
169 ctx->total_timeout != 0 && time(NULL) >= ctx->end_time ? in send_receive_check()
315 int64_t time_left = (int64_t)(ctx->end_time - exp - time(NULL)); in poll_for_response()
/third_party/openssl/crypto/cmp/
H A Dcmp_client.c147 ctx->end_time = now + ctx->total_timeout; in send_receive_check()
148 if (now >= ctx->end_time) { in send_receive_check()
152 if (!ossl_assert(ctx->end_time - now < INT_MAX)) { in send_receive_check()
157 time_left = (int)(ctx->end_time - now); in send_receive_check()
172 ctx->total_timeout != 0 && time(NULL) >= ctx->end_time ? in send_receive_check()
318 int64_t time_left = (int64_t)(ctx->end_time - exp - time(NULL)); in poll_for_response()
/third_party/node/deps/v8/src/heap/
H A Dgc-tracer.cc96 end_time(0.0), in Event()
194 current_.end_time = MonotonicallyIncreasingTimeInMs(); in GCTracer()
203 current_.end_time = MonotonicallyIncreasingTimeInMs(); in ResetForTesting()
372 // TODO(chromium:1154636): The end_time of the current event contains in StopObservablePause()
375 current_.end_time = MonotonicallyIncreasingTimeInMs(); in StopObservablePause()
382 AddAllocation(current_.end_time); in UpdateStatistics()
384 double duration = current_.end_time - current_.start_time; in UpdateStatistics()
405 RecordMutatorUtilization(current_.end_time, in UpdateStatistics()
676 double duration = current_.end_time - current_.start_time; in Print()
688 current_.end_time in Print()
[all...]
/third_party/mesa3d/.gitlab-ci/tests/
H A Dtest_lava_job_submitter.py228 end_time = datetime.now()
229 delta_time = end_time - start_time
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_pipe.c124 int64_t end_time = os_time_get_nano() + timeout; in virtio_pipe_wait() local
135 (os_time_get_nano() >= end_time)) in virtio_pipe_wait()

Completed in 17 milliseconds

123