archx 3.0.1

High-performance CPU/GPU adaptive optimization library with SIMD and Multithreading
Documentation
1
2
3
4
5
6
7
use std::time::Instant;

let start = Instant::now();



let elapsed = start.elapsed();