Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager_statistics.cpp156 static std::ofstream csv(options.GetCompilerDumpStatsCsv(), std::ofstream::trunc); in DumpStatisticsCsv() local
159 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 …]
/arkcompiler/runtime_core/cmake/
DPandaAssembly.cmake83 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")
/arkcompiler/runtime_core/libpandabase/events/
Devents_gen.h.erb156 file_.open("events.csv");
218 if (output == "csv") {
/arkcompiler/runtime_core/tests/
DCMakeLists.txt366 set(ARG_RUNTIME_OPTIONS "${ARG_RUNTIME_OPTIONS} --events-output=csv")
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js126704 if ("base64" === h) c = Wft.Base64.decodeAsArray(a, 4); else if ("csv" === h) {