pub async fn build_with_poll_interval(
args: &TuneArgs,
poll_interval_ms: u64,
) -> Result<Box<dyn Driver>>Expand description
Builds the driver args selects. For --driver simulator, args.tagname is ignored;
the caller must build its bhtune_core::LoopTags using SIMULATOR_PV_TAG/
SIMULATOR_MV_TAG instead of deriving from a template.