Searched refs:csv (Results 1 – 5 of 5) sorted by relevance
156 static std::ofstream csv(options.GetCompilerDumpStatsCsv(), std::ofstream::trunc); in DumpStatisticsCsv() local159 csv << "\"" << m_name << "\"" << sep; in DumpStatisticsCsv()160 csv << i.pass_name << sep; in DumpStatisticsCsv()161 csv << i.mem_used_ir << sep; in DumpStatisticsCsv()162 csv << i.mem_used_local << sep; in DumpStatisticsCsv()163 csv << i.time_us << sep; in DumpStatisticsCsv()165 csv << i.before_pass.num_of_basicblocks << sep; in DumpStatisticsCsv()166 csv << i.after_pass.num_of_basicblocks << sep; in DumpStatisticsCsv()167 csv << i.before_pass.num_of_instructions << sep; in DumpStatisticsCsv()168 csv << i.after_pass.num_of_instructions << sep; in DumpStatisticsCsv()[all …]
83 set(COMPILER_STATS_DIR "${CMAKE_BINARY_DIR}/compiler/stats/csv")134 # `stats`-target dumps AOT compiler statistics in `${COMPILER_STATS_DIR}/${TARGET}.csv`297 "--compiler-dump-stats-csv=\"${COMPILER_STATS_DIR}/${ARG_TARGET}.csv\""324 if (${runtime_options} MATCHES ".*events-output=csv.*")325 set(runtime_options "${runtime_options} --events-file=${build_dir}/events.csv")
156 file_.open("events.csv");218 if (output == "csv") {
366 set(ARG_RUNTIME_OPTIONS "${ARG_RUNTIME_OPTIONS} --events-output=csv")
126704 if ("base64" === h) c = Wft.Base64.decodeAsArray(a, 4); else if ("csv" === h) {