Is there any reason why measureTimeMillis { .. } i...
# announcements
j
Is there any reason why measureTimeMillis { .. } is missing
Copy code
contract {
        callsInPlace(block, InvocationKind.EXACTLY_ONCE)
    }
s
I’m not sure why the function does not also provide a way to catch the result properly. Here’s my suggestion to just write a similar one which gives the result along with the time: https://stackoverflow.com/a/51648426/8073652
1
g