[Margo Profile Generator] Issue with profile file generation when using one sided RPC
@robl discovered an issue where margo-gen-profile
fails when using one-sided RPCs with responses disabled.
Short term fix: Ignore the profile summarization for such RPCs. Print a warning to the user about the same.
Long term fix: Explore the use of the __post_wrapper call to solve this issue along with associated trade-offs.