Skip to content

Commit 4f7c0e6

Browse files
committed
tidy(trace): 优化analyzer工具提示
1 parent d68271f commit 4f7c0e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/trace/tools/analyzer/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)