pub type PbProfilingRequest = ProfilingRequest;
struct PbProfilingRequest { pub sleep_s: u64, }
sleep_s: u64
How long the profiling should last.