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)
193
193
std::string view_filename = dir_path + " /view.json" ;
194
194
std::string stat_filename = dir_path + " /stat.txt" ;
195
195
196
+ std::cout << " Info: Generating " << view_filename << std::endl;
196
197
trace::Writer writer;
197
198
if (!writer.open (view_filename)) {
198
199
std::cerr << " Err: Create '" << view_filename << " ' fail!" << std::endl;
@@ -273,6 +274,7 @@ int main(int argc, char **argv)
273
274
writer.writeFooter ();
274
275
275
276
// ! 输出统计到 stat.txt
277
+ std::cout << " Info: Generating " << stat_filename << std::endl;
276
278
DumpStatToFile (name_vec, stat_vec, stat_filename);
277
279
278
280
std::cout << " Info: Success." << std::endl;
You can’t perform that action at this time.
0 commit comments