Searched refs:testTimeEnd (Results 1 – 4 of 4) sorted by relevance
65 long long testTimeEnd = GetTimestamp(); in DoRunMuxer() local66 std::cout << "muxer used time: " << testTimeEnd - testTimeStart << "us" << std::endl; in DoRunMuxer()
103 long long testTimeEnd = GetTimestamp(); in DoRunMuxer() local104 std::cout << "muxer used time: " << testTimeEnd - testTimeStart << "us" << std::endl; in DoRunMuxer()
104 long long testTimeEnd = GetTimestamp(); in DoRunMuxer() local105 std::cout << "muxer used time: " << testTimeEnd - testTimeStart << "us" << std::endl; in DoRunMuxer()
676 long long testTimeEnd = GetTimestamp(); in RunNativeMuxer() local677 printf("muxer used time: %lld us\n", testTimeEnd - testTimeStart); in RunNativeMuxer()