archx 3.0.1

High-performance CPU/GPU adaptive optimization library with SIMD and Multithreading
Documentation
1
2
3
4
5
6
7
pub struct CoreProfiler;

impl CoreProfiler {
    pub fn new() -> Self {
        Self
    }
}