Skip to content
Snippets Groups Projects

Add memory counters and fix makefile

Merged floreal.risso requested to merge pr_final into devel
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -48,7 +48,7 @@ Optparse memory_counters_opt[2] = {
@@ -48,7 +48,7 @@ Optparse memory_counters_opt[2] = {
.shortname = 'L',
.shortname = 'L',
.argtype = OPTPARSE_NONE,
.argtype = OPTPARSE_NONE,
.usage_arg = NULL,
.usage_arg = NULL,
.usage_msg = "list the available performance counters and quit",
.usage_msg = "list the available memory counters and quit",
.fn = show_all_memory_counters,
.fn = show_all_memory_counters,
},
},
};
};
Loading