c650f9ac15
* [PROFILING] Profiling over RPC Allow for profiling over RPC by serializing the returned report before sending it. Also remove collectors argument when profiling over rpc because it cannot be serialized. * lint * fixes * add comments