Guillaume Raffin

Results 32 issues of Guillaume Raffin

Steps to reproduce: - add the plugin as a dependency in build.gradle.kts - configure it - run `gradle jmhReport` and obtain the following error: ``` 2: Task failed with an...

### Problem Description Rust code (a whole tokio-based app has been omitted): ```rs if let Ok((energy, resolution, amd_t)) = amdsmi_get_energy_count(handle) { log::debug!("amdsmi_get_energy_count({handle:p}) returned (energy={energy}, res={resolution}, t={amd_t}); energy*res={}", (energy*resolution as u64));...

Under Investigation