For example, if i have `val f = someFunction()` an...
# announcements
c
For example, if i have
val f = someFunction()
and I want to benchmark
someFunction()
but
f
is still used further below so I can’t use
measureInMillis()