pub type PbProfilingRequest = ProfilingRequest;
Expand description
Alias for ProfilingRequest
.
Aliased Type§
struct PbProfilingRequest {
pub sleep_s: u64,
}
Fields§
§sleep_s: u64
How long the profiling should last.
pub type PbProfilingRequest = ProfilingRequest;
Alias for ProfilingRequest
.
struct PbProfilingRequest {
pub sleep_s: u64,
}
sleep_s: u64
How long the profiling should last.