logExecutionTime

inline fun <T> logExecutionTime(tag: String = "LogUtils", block: () -> T?): T?

Executes block and logs execution time for it as debug.