Home
last modified time | relevance | path

Searched refs:g_writeIntoFile (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/mpi/src/
H A Dperformance_hdi_test.cpp20 std::ofstream g_writeIntoFile; variable
141 g_writeIntoFile.close();
183 g_writeIntoFile.close();
221 g_writeIntoFile.close();
268 g_writeIntoFile.close();
304 g_writeIntoFile.close();
337 g_writeIntoFile.close();
379 g_writeIntoFile.close();
421 g_writeIntoFile.close();
491 g_writeIntoFile.close();
[all …]
H A Dperformance_func_test.cpp20 std::ofstream g_writeIntoFile; variable
53 g_writeIntoFile.open("TimeConsuming.txt", ios::app);
71 g_writeIntoFile << "==========[test log] Performance: Open camera's average time consuming: ";
72 g_writeIntoFile << avrg_time << "us." << std::endl;
88 g_writeIntoFile.open("TimeConsuming.txt", ios::app);
139 g_writeIntoFile << "==========[test log] Performance: Start Streams's average time consuming: ";
140 g_writeIntoFile << avrg_time << "us. " << std::endl;
155 g_writeIntoFile.open("TimeConsuming.txt", ios::app);
172 g_writeIntoFile << "==========[test log] Performance: Close camera's average time consuming: ";
173 g_writeIntoFile << avrg_time << "us." << std::endl;
H A Ddfx_test.cpp26 std::ofstream g_writeIntoFile; variable