Home
last modified time | relevance | path

Searched refs:microsec (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp213 float microsec = (timestamps[1] - timestamps[0]) * timestampPeriod / 1000; in run() local
215 << microsec << "us\n"; in run()