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