criterion/blackbox

Search:
Group by:
Source   Edit  

Templates

template blackBox[T](x: T)
Very simple (and far from zero-cost) harness that prevents the compiler from optimizing x away. At least it doesn't require any inline asm and is relatively portable. Source   Edit  
template blackBox[T](x: var T)
Very simple (and far from zero-cost) harness that prevents the compiler from optimizing x away. At least it doesn't require any inline asm and is relatively portable. Source   Edit