Skip to content

Instantly share code, notes, and snippets.

View diego-gomez-olvera's full-sized avatar

Diego Gómez Olvera diego-gomez-olvera

  • Booking.com
  • Amsterdam, The Netherlands
View GitHub Profile
package com.booking.debug.performance
import android.os.SystemClock
import android.util.Log
/**
* Simple class to check the execution time between several execution points across threads.
* Unlike [TraceCompat](https://developer.android.com/reference/androidx/core/os/TraceCompat)
* it is not expected to 'begin' and 'end' sections but it will just print the time between
* the points being tracked.