Expand description
Minimal millisecond-resolution perf logger that writes straight to
Android logcat (or stderr off-Android) without pulling in log +
android_logger crates. Used to diagnose where time goes between an
FFI dispatch, the core thread processing, and the UI reconcile.