Package 

Object PerformanceUtils

    • Method Summary

      Modifier and Type Method Description
      final Unit startTask(String taskName)
      final Unit stopTask(String taskName)
      final <T extends Any> T task(String taskName, Function0<T> task)
      final <T extends Any> T suspendTask(String taskName, SuspendFunction0<T> task)
      final Unit log(String message)
      • Methods inherited from class io.getstream.chat.android.client.utils.PerformanceUtils

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait