删除调试打印信息。

This commit is contained in:
zhengchao
2016-02-19 10:25:23 +08:00
parent ab8a55678c
commit ef53a9a33a

View File

@@ -218,7 +218,6 @@ void maat_stat_output(struct _Maat_feather_t* feather)
feather->fs_column_id[COLUMN_TABLE_CPU_TIME], feather->fs_column_id[COLUMN_TABLE_CPU_TIME],
FS_OP_ADD, FS_OP_ADD,
total_cpu_time/1000); total_cpu_time/1000);
printf("%lld us %s",total_cpu_time/1000,ctime(&now));
} }
FS_operate(feather->stat_handle, FS_operate(feather->stat_handle,
feather->total_stat_id, feather->total_stat_id,