Home
last modified time | relevance | path

Searched refs:log_filename (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dlogger_test.cpp249 std::string log_filename = helpers::string::Format("/tmp/gtest_panda_logger_file_%06x", tid); variable
251 Logger::InitializeFileLogging(log_filename, Logger::Level::INFO,
273 std::ifstream log_file_stream(log_filename);
280 EXPECT_EQ(std::remove(log_filename.c_str()), 0);
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dperformance_config.py44 self.log_filename = ["size_all.csv", "size_avg.csv",
Dperformance_build.py364 file_path = self.config.output_split.join((path_prefix, self.config.log_filename[0]))
368 file_path = self.config.output_split.join((path_prefix, self.config.log_filename[1]))
375 file_path = self.config.output_split.join((path_prefix, self.config.log_filename[2]))
379 file_path = self.config.output_split.join((path_prefix, self.config.log_filename[3]))
Dreadme_zh.md122 log_filename = ["sizeAll.xlsx", "sizeAve.xlsx","timeAll.xlsx", "timeAve.xlsx"]
Dreadme.md122 log_filename = ["sizeAll.xlsx", "sizeAve.xlsx","timeAll.xlsx", "timeAve.xlsx"]