margo profiling output hard-coded to "profile"
in margo_finalize
there's this stanza:
if(mid->diag_enabled)
margo_diag_dump(mid, "profile", 1);
There are cases where a "profile" in current directory is not desirable. Summit for example sets the home directory read-only for compute jobs.