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