Searched refs:log_filename (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/runtime_core/libpandabase/tests/ |
D | logger_test.cpp | 249 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/ |
D | performance_config.py | 44 self.log_filename = ["size_all.csv", "size_avg.csv",
|
D | performance_build.py | 364 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]))
|
D | readme_zh.md | 122 log_filename = ["sizeAll.xlsx", "sizeAve.xlsx","timeAll.xlsx", "timeAve.xlsx"]
|
D | readme.md | 122 log_filename = ["sizeAll.xlsx", "sizeAve.xlsx","timeAll.xlsx", "timeAve.xlsx"]
|