We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c1554 commit 56fc593Copy full SHA for 56fc593
crates/core/src/wasm_runtime/runtime.rs
@@ -463,7 +463,7 @@ fn get_cpu_cycles_per_second_runtime() -> Option<u64> {
463
let wmi_con = WMIConnection::new().ok()?;
464
465
let results: Vec<Win32Processor> = wmi_con
466
- .raw_query("SELECT MaxClockSpeed FROM Win32Processor")
+ .raw_query("SELECT MaxClockSpeed FROM Win32_Processor")
467
.ok()?;
468
469
if let Some(cpu) = results.first() {
0 commit comments