gf_sys_clock_high_res  190 applications/dashcast/video_encoder.c 	time_spent = gf_sys_clock_high_res();
gf_sys_clock_high_res  216 applications/dashcast/video_encoder.c 	time_spent = gf_sys_clock_high_res() - time_spent;
gf_sys_clock_high_res 1804 applications/mp4box/main.c 		fprintf(logs, "At "LLD" ", gf_sys_clock_high_res() );
gf_sys_clock_high_res 1044 applications/mp4client/main.c 			u64 now = gf_sys_clock_high_res();
gf_sys_clock_high_res 1077 applications/mp4client/main.c 			log_time_start = gf_sys_clock_high_res();
gf_sys_clock_high_res  436 applications/testapps/hevcbench/main.c 	draw_start = gf_sys_clock_high_res();
gf_sys_clock_high_res  611 applications/testapps/hevcbench/main.c 	end = gf_sys_clock_high_res() - draw_start;
gf_sys_clock_high_res  643 applications/testapps/hevcbench/main.c 	gl_draw_time_frame = gf_sys_clock_high_res() - draw_start;
gf_sys_clock_high_res  653 applications/testapps/hevcbench/main.c 	u64 start = gf_sys_clock_high_res();
gf_sys_clock_high_res  668 applications/testapps/hevcbench/main.c 	start = gf_sys_clock_high_res() - start;
gf_sys_clock_high_res  813 applications/testapps/hevcbench/main.c 	start = gf_sys_clock_high_res();
gf_sys_clock_high_res  839 applications/testapps/hevcbench/main.c 			u64 time_spent = gf_sys_clock_high_res();
gf_sys_clock_high_res  847 applications/testapps/hevcbench/main.c 					time_spent = gf_sys_clock_high_res() - time_spent;
gf_sys_clock_high_res  851 applications/testapps/hevcbench/main.c 					time_spent = gf_sys_clock_high_res() - time_spent;
gf_sys_clock_high_res  854 applications/testapps/hevcbench/main.c 						u64 sdl_init_time = gf_sys_clock_high_res();
gf_sys_clock_high_res  857 applications/testapps/hevcbench/main.c 						start += gf_sys_clock_high_res() - sdl_init_time;
gf_sys_clock_high_res  866 applications/testapps/hevcbench/main.c 					time_spent = gf_sys_clock_high_res() - time_spent;
gf_sys_clock_high_res  869 applications/testapps/hevcbench/main.c 						u64 sdl_init_time = gf_sys_clock_high_res();
gf_sys_clock_high_res  879 applications/testapps/hevcbench/main.c 						start += gf_sys_clock_high_res() - sdl_init_time;
gf_sys_clock_high_res  919 applications/testapps/hevcbench/main.c 			now = gf_sys_clock_high_res();
gf_sys_clock_high_res  946 applications/testapps/hevcbench/main.c 						start += gf_sys_clock_high_res()-pause_time;
gf_sys_clock_high_res  949 applications/testapps/hevcbench/main.c 						pause_time=gf_sys_clock_high_res();
gf_sys_clock_high_res  953 applications/testapps/hevcbench/main.c 					start = gf_sys_clock_high_res();
gf_sys_clock_high_res  964 applications/testapps/hevcbench/main.c 	now = gf_sys_clock_high_res();
gf_sys_clock_high_res  781 include/gpac/tools.h u64 gf_sys_clock_high_res();
gf_sys_clock_high_res  304 src/compositor/audio_render.c 			ar->freeze_time = gf_sys_clock_high_res();
gf_sys_clock_high_res  307 src/compositor/audio_render.c 			GF_LOG(GF_LOG_DEBUG, GF_LOG_SYNC, ("[Audio] pausing master clock - time "LLD" (sys time "LLD")\n", ar->freeze_time, gf_sys_clock_high_res()));
gf_sys_clock_high_res  313 src/compositor/audio_render.c 			ar->start_time += gf_sys_clock_high_res() - ar->freeze_time;
gf_sys_clock_high_res  314 src/compositor/audio_render.c 			GF_LOG(GF_LOG_DEBUG, GF_LOG_SYNC, ("[Audio] resuming master clock - new time "LLD" (sys time "LLD") \n", ar->start_time, gf_sys_clock_high_res()));
gf_sys_clock_high_res  559 src/compositor/audio_render.c 	ar->start_time = gf_sys_clock_high_res();
gf_sys_clock_high_res  711 src/compositor/audio_render.c 	return (u32) ((gf_sys_clock_high_res() - ar->start_time) / 1000);
gf_sys_clock_high_res 2779 src/compositor/compositor.c 			u64 start = gf_sys_clock_high_res();
gf_sys_clock_high_res 2784 src/compositor/compositor.c 				diff = gf_sys_clock_high_res() - start;
gf_sys_clock_high_res  913 src/media_tools/dash_segmenter.c 		GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DASH] Sampling NTP TS "LLU" at "LLU" us, at UTC "LLU"\n", ntpts, gf_sys_clock_high_res(), gf_net_get_utc()));
gf_sys_clock_high_res 1773 src/media_tools/dash_segmenter.c 						GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DASH] Segment %s, storing NTP TS "LLU" at "LLU" us, at UTC "LLU"\n", SegmentName, ntpts, gf_sys_clock_high_res(), gf_net_get_utc()));
gf_sys_clock_high_res 1962 src/media_tools/dash_segmenter.c 				GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DASH] Segment %s, going to sleep before flushing fragment %d at "LLU" us, at UTC "LLU" (flush target UTC "LLU")\n", SegmentName, nbFragmentInSegment, gf_sys_clock_high_res(), gf_net_get_utc(), generation_start_utc + end_time));
gf_sys_clock_high_res 1970 src/media_tools/dash_segmenter.c 				                                   gf_sys_clock_high_res(), gf_net_get_utc(), generation_start_utc + end_time));
gf_sys_clock_high_res 2060 src/media_tools/dash_segmenter.c 				GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DASH] Closing segment %s at "LLU" us, at UTC "LLU" - segment AST "LLU" (MPD AST "LLU")\n", SegmentName, gf_sys_clock_high_res(), gf_net_get_utc(), generation_start_utc + period_duration + (u64)segment_start_time, generation_start_utc ));
gf_sys_clock_high_res 2134 src/media_tools/dash_segmenter.c 		GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DASH] Closing segment %s at "LLU" us, at UTC "LLU"\n", SegmentName, gf_sys_clock_high_res(), gf_net_get_utc()));
gf_sys_clock_high_res  258 src/media_tools/filestreamer.c 	clock = gf_sys_clock_high_res();
gf_sys_clock_high_res 1656 src/media_tools/m2ts_mux.c 						clock = gf_sys_clock_high_res();
gf_sys_clock_high_res 1765 src/media_tools/m2ts_mux.c 			u64 now = gf_sys_clock_high_res();
gf_sys_clock_high_res 2534 src/media_tools/m2ts_mux.c 	return (u32) (gf_sys_clock_high_res() - muxer->init_sys_time)/1000;
gf_sys_clock_high_res 2587 src/media_tools/m2ts_mux.c 	now_us = gf_sys_clock_high_res();
gf_sys_clock_high_res 2809 src/media_tools/m2ts_mux.c 			u64 us_diff = gf_sys_clock_high_res() - muxer->init_sys_time;
gf_sys_clock_high_res  836 src/terminal/decoder.c 	now = gf_sys_clock_high_res();
gf_sys_clock_high_res  842 src/terminal/decoder.c 	now = gf_sys_clock_high_res() - now;
gf_sys_clock_high_res  936 src/terminal/decoder.c 	now = gf_sys_clock_high_res();
gf_sys_clock_high_res  942 src/terminal/decoder.c 	now = gf_sys_clock_high_res() - now;
gf_sys_clock_high_res 1090 src/terminal/decoder.c 	entryTime = gf_sys_clock_high_res();
gf_sys_clock_high_res 1350 src/terminal/decoder.c 		now = gf_sys_clock_high_res();
gf_sys_clock_high_res 1365 src/terminal/decoder.c 		now = gf_sys_clock_high_res() - now;
gf_sys_clock_high_res 1626 src/terminal/decoder.c 		now = gf_sys_clock_high_res() - entryTime;
gf_sys_clock_high_res  413 src/terminal/media_manager.c 		time_taken = gf_sys_clock_high_res();
gf_sys_clock_high_res  420 src/terminal/media_manager.c 		time_taken = gf_sys_clock_high_res() - time_taken;
gf_sys_clock_high_res 1361 src/utils/downloader.c 		now  =gf_sys_clock_high_res();
gf_sys_clock_high_res 1377 src/utils/downloader.c 					sess->connect_time = (u32) (gf_sys_clock_high_res() - now);
gf_sys_clock_high_res 1390 src/utils/downloader.c 		sess->connect_time = (u32) (gf_sys_clock_high_res() - now);
gf_sys_clock_high_res 1400 src/utils/downloader.c 		u64 now = gf_sys_clock_high_res();
gf_sys_clock_high_res 1491 src/utils/downloader.c 			sess->ssl_setup_time = (u32) (gf_sys_clock_high_res() - now);
gf_sys_clock_high_res 2108 src/utils/downloader.c 	runtime = (u32) (gf_sys_clock_high_res() - sess->start_time) / 1000;
gf_sys_clock_high_res 2201 src/utils/downloader.c 		sess->total_time_since_req = (u32) (gf_sys_clock_high_res() - sess->request_start_time);
gf_sys_clock_high_res 2204 src/utils/downloader.c 		                                     gf_sys_clock_high_res() - sess->start_time, 8*sess->bytes_per_sec/1024, sess->total_time_since_req, sess->reply_time ));
gf_sys_clock_high_res 2366 src/utils/downloader.c 		sess->request_start_time = gf_sys_clock_high_res();
gf_sys_clock_high_res 2561 src/utils/downloader.c 		sess->request_start_time = gf_sys_clock_high_res();
gf_sys_clock_high_res 2579 src/utils/downloader.c 		sess->request_start_time = gf_sys_clock_high_res();
gf_sys_clock_high_res 2672 src/utils/downloader.c 			if (e == GF_IP_CONNECTION_CLOSED || (!sess->total_size && !sess->chunked && (gf_sys_clock_high_res() - sess->start_time > 5000000))) {
gf_sys_clock_high_res 2779 src/utils/downloader.c 		sess->reply_time = (u32) (gf_sys_clock_high_res() - sess->request_start_time);
gf_sys_clock_high_res 2794 src/utils/downloader.c 	sess->start_time = gf_sys_clock_high_res();
gf_sys_clock_high_res 2803 src/utils/downloader.c 				if (gf_sys_clock_high_res() - sess->request_start_time > 1000 * sess->dm->request_timeout) {
gf_sys_clock_high_res 2857 src/utils/downloader.c 	sess->reply_time = (u32) (gf_sys_clock_high_res() - sess->request_start_time);
gf_sys_clock_high_res 3749 src/utils/downloader.c 			if (gf_sys_clock_high_res() - sess->start_time>2000000) {
gf_sys_clock_high_res  801 src/utils/os_divers.c 		sys_start_time_hr = gf_sys_clock_high_res();