src/benchy

Search:
Group by:
Source   Edit  

Templates

template keep(value: untyped)
Source   Edit  
template timeIt(tag: string; body: untyped)
Template to time block of code. Source   Edit  
template timeIt(tag: string; iterations: untyped; body: untyped)
Template to time the block of code. Source   Edit