File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
modules/trace/tools/analyzer Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ int main(int argc, char **argv)
193193 std::string view_filename = dir_path + " /view.json" ;
194194 std::string stat_filename = dir_path + " /stat.txt" ;
195195
196+ std::cout << " Info: Generating " << view_filename << std::endl;
196197 trace::Writer writer;
197198 if (!writer.open (view_filename)) {
198199 std::cerr << " Err: Create '" << view_filename << " ' fail!" << std::endl;
@@ -273,6 +274,7 @@ int main(int argc, char **argv)
273274 writer.writeFooter ();
274275
275276 // ! 输出统计到 stat.txt
277+ std::cout << " Info: Generating " << stat_filename << std::endl;
276278 DumpStatToFile (name_vec, stat_vec, stat_filename);
277279
278280 std::cout << " Info: Success." << std::endl;
You can’t perform that action at this time.
0 commit comments