Searched refs:avrg_time (Results 1 – 2 of 2) sorted by relevance
69 float avrg_time = totle_time_use / CYCLE_TIMES; variable71 std::cout << avrg_time << "us." << std::endl;136 float avrg_time = totle_time_use / CYCLE_TIMES; variable138 std::cout << avrg_time << "us." << std::endl;178 float avrg_time = totle_time_use / CYCLE_TIMES; variable180 std::cout << avrg_time << "us. " << std::endl;216 float avrg_time = totle_time_use / CYCLE_TIMES; variable218 std::cout << avrg_time << "us. " << std::endl;265 std::cout << avrg_time << "us. " << std::endl;301 std::cout << avrg_time << "us. " << std::endl;[all …]
67 float avrg_time = totle_time_use / CYCLE_TIMES; variable68 EXPECT_LT(avrg_time, 80000);70 std::cout << avrg_time << "us." << std::endl;72 g_writeIntoFile << avrg_time << "us." << std::endl;135 float avrg_time = totle_time_use / CYCLE_TIMES; variable136 EXPECT_LT(avrg_time, 100000);138 std::cout << avrg_time << "us." << std::endl;168 float avrg_time = totle_time_use / CYCLE_TIMES; variable169 EXPECT_LT(avrg_time, 100000);171 std::cout << avrg_time << "us." << std::endl;[all …]