We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37a933 commit 7e588eeCopy full SHA for 7e588ee
tools/graph-stats/graph-memory-stats.cpp
@@ -92,7 +92,6 @@ GatherMemoryAllocation(
92
int total_usage = 0;
93
int alloc_size = 0;
94
int prop_size = 0;
95
- std::cout << total_alloc << ", " << total_usage << "\n";
96
97
for (int32_t i = 0; i < schema->num_fields(); ++i) {
98
std::string prop_name = schema->field(i)->name();
0 commit comments